.empty-page {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.loader {
  font-size: 10px;
  margin: 50px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader::before {
  width: 50%;
  height: 50%;
  background: #468FFD;
  border-radius: 100% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader::after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.title-container {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
@media (max-width: 699px) {
  .title-container {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.title-buttons {
  display: flex;
  flex-wrap: nowrap;
}

.clickme-logo {
  max-width: 174px;
  max-height: 60px;
}

.BonusInfo-module__container--lDh6O {
  max-width: 260px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable value-keyword-case */
/* stylelint-enable */
.BalanceInfo-module__item--eZAF5 {
  display: flex;
  justify-content: space-between;
}
.BalanceInfo-module__separator--jzdcc {
  border-bottom: 1px solid #EEF1F7;
}
.BalanceInfo-module__available-balance--XzL42 {
  font-weight: bold;
  color: #0EA658;
}
.BalanceInfo-module__available-balance-deficit--UVn3d {
  color: #FF4D3A;
}
.BalanceInfo-module__hint--ZNF9R {
  max-width: 172px;
}

.header-balance-nav-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.VerticalMenuItem-module__item--VfTZG {
  padding: 0 20px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.accounts-list-title {
  display: flex;
  align-items: center;
}
.accounts-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accounts-list-item_modal {
  border-bottom: 1px solid #EEF1F7;
  padding: 16px 0;
}
.accounts-list-item_modal:last-child {
  border-bottom: 0;
}
.accounts-list-item-title-container {
  display: flex;
  align-items: center;
}
.accounts-list-item-title {
  max-width: 200px;
  margin-right: 10px;
}
@media (min-width: 700px) {
  .accounts-list-item-title {
    max-width: 240px;
  }
}
.accounts-list-item-title_modal {
  display: block;
  min-width: 500px;
}
.accounts-list-item-login {
  display: flex;
  align-items: center;
}
.accounts-list-login-completed {
  background-color: #E7F2FF;
  padding: 4px 8px;
  border-radius: 4px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.MenuSection-module__section--Yk3Zn {
  border-bottom: 1px solid #EEF1F7;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.VerticalMenuLinkItem-module__item--wb8Hd {
  padding: 0 20px;
  cursor: pointer;
}
.VerticalMenuLinkItem-module__item--wb8Hd:hover {
  background-color: #F4F6FB;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.Logout-module__header-logout--oloSo {
  cursor: pointer;
  padding-right: 20px;
  color: #FE725F;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.EndSession-module__header-end-session--sCQuK {
  color: #468FFD;
}
.EndSession-module__header-end-session--sCQuK:hover {
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.header-user-info-employer {
  padding: 0 20px;
  width: 372px;
}
.header-user-info-requisites,
.header-user-info-settings-mail {
  display: flex;
  align-items: center;
}

.HelpButton-module__help-header-nav--lu5dy {
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.UserNav-module__header-user-nav--BE2BB {
  display: none;
}
@media (min-width: 1340px) {
  .UserNav-module__header-user-nav--BE2BB {
    margin-left: 4px;
    display: flex;
  }
}
.UserNav-module__header-user-nav_list--Zbi__ {
  display: block;
  border-bottom: 1px solid #EEF1F7;
}
@media (min-width: 1340px) {
  .UserNav-module__header-user-nav_list--Zbi__ {
    display: none;
  }
}
.UserNav-module__header-user-nav-link--rGblr {
  margin-left: 32px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.header-menu {
  margin-left: auto;
  display: block;
}
@media (min-width: 700px) {
  .header-menu {
    display: none;
  }
}
.header-menu-content {
  margin: 0 24px;
}
.header-menu-balance-content {
  height: 100%;
  margin: 0 -15px -15px -15px;
  padding: 0 39px;
  background-color: #F4F6FB;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.message {
  color: #ffffff;
}
.message_success {
  background: linear-gradient(#83D99C, #A5E2B6);
}
.message_error {
  background: linear-gradient(#FF8A77, #FF9F8F);
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.header-user-bar {
  display: none;
}
@media (min-width: 700px) {
  .header-user-bar {
    display: flex;
    margin-left: auto;
  }
}
.header-user-balance {
  cursor: pointer;
  display: flex;
  background-color: #EEF1F7;
  border-radius: 12px;
  padding: 2px 10px;
}
.header-user-balance:hover {
  background-color: #CCD5DF;
}
.header-user-balance_warning {
  background-color: #FDEDE9;
}
.header-user-balance_warning:hover {
  background-color: #FDEDE9;
}
.header-user-balance-text {
  margin-right: 4px;
}
.header-user-balance-icon {
  margin-left: 6px;
  display: flex;
  align-items: center;
}
.header-user-bar-drop-down {
  width: 224px;
}
.header-user-id {
  display: flex;
  cursor: pointer;
}
.header-user-id:hover,
.header-user-id_active {
  color: #0070FF;
}
.header-dropdown-content {
  min-width: auto;
}
@media (min-width: 700px) {
  .header-dropdown-content {
    min-width: 412px;
  }
}

.HelpModalButton-module__wrapper--eCWpX {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.HelpModalButton-module__button-content--cunRk {
  display: flex;
  align-items: center;
  flex: 1 0 0;
}

.HelpModalContactPhone-module__wrapper--oWMxb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.HelpModal-module__employer-id-card--htqJe {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--magritte-static-space-300-v21-4-6);
}
.HelpModal-module__help-buttons--Tck6t {
  display: flex;
  gap: var(--magritte-static-space-300-v21-4-6);
}
@media (max-width: 1023px) {
  .HelpModal-module__help-buttons--Tck6t {
    flex-direction: column;
  }
}
.HelpModal-module__help-footer--bG0iN {
  background-color: var(--magritte-color-background-secondary-v21-4-6);
  padding: 24px;
  display: flex;
  justify-content: center;
  gap: var(--magritte-static-space-400-v21-4-6);
}
@media (max-width: 1023px) {
  .HelpModal-module__help-footer--bG0iN {
    flex-direction: column;
    padding: 32px 0 16px;
  }
}
.HelpModal-module__bottom-sheet-header-text--rsPlh {
  text-align: center;
}
.HelpModal-module__bottom-sheet-header-close--LnlsL {
  display: flex;
  justify-content: flex-end;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #EEF1F7;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.label-sort:hover {
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.table {
  line-height: 2;
}
.table_full-width {
  width: 100%;
}
.table_bordered {
  border: 1px solid #CCD5DF;
}
.table_bordered-bottom tr:not(thead > tr) {
  border-bottom: 1px solid #CCD5DF;
}
.table_with-stripes tr {
  border-bottom: 1px solid #CCD5DF;
  padding: 10px;
}
.table_with-stripes tr:nth-child(2n) {
  background-color: #F4F6FB;
}
.table_with-stripes tr:hover {
  background-color: #EEF1F7;
}
.table_with-all-bordered tr {
  border: 1px solid #CCD5DF;
}

.table-cell {
  padding: 10px;
}
.table-cell_title {
  width: 100px;
}
.table-cell_date {
  width: 150px;
}
.table-cell_amount {
  text-align: right;
}

.table-head-cell {
  padding: 10px;
  text-align: left;
}
.table-head-cell_amount {
  text-align: right;
}
.table-head-cell_normal {
  font-weight: normal;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.Header-module__admin-header--DP5YZ {
  display: flex;
  align-items: center;
}
.Header-module__admin-header__title--b4egT {
  margin-left: 100px;
  padding-bottom: 0;
  line-height: 1;
}
.Header-module__admin-header-info-user--SqDCk {
  margin-left: auto;
  box-sizing: border-box;
  padding: 10px;
  text-align: end;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.SectionTabs-module__section-tabs--O6X8i {
  display: flex;
  border-bottom: 1px solid #CCD5DF;
  height: 45px;
}
.SectionTabs-module__section-tabs__item--aRNIM {
  padding: 15px 0;
  margin-right: 15px;
  color: #468FFD;
  position: relative;
  top: 1px;
}
.SectionTabs-module__section-tabs__item--aRNIM:hover {
  cursor: pointer;
}
.SectionTabs-module__section-tabs__item-active--FeOCv {
  border-bottom: 1px solid #468FFD;
}
.SectionTabs-module__section-tabs__dditem--VdB9W {
  color: #468FFD;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.admin-filter {
  display: flex;
  align-items: center;
  border: 1px solid #CCD5DF;
  padding: 15px;
}
.admin-filter__actions {
  margin-left: auto;
}
.admin-filter__settings {
  min-width: 450px;
  display: flex;
  align-items: center;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.clickme-loader-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 200px;
}
.clickme-loader {
  border: 10px solid #ffffff;
  border-radius: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.clickme-loader__pond {
  background: #5BCF83;
  height: 100%;
  width: 100%;
}
.clickme-loader__pond::after {
  content: '';
  background-color: #468FFD;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  clip-path: inset(0 50% 0 0);
  height: 65%;
  transform: translate(-65%, -15%) rotate(15deg);
  width: 97.5%;
}
.clickme-loader__pond::before {
  content: '';
  background-color: #468FFD;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  box-shadow: inset 10px 10px 0 0 #00429B;
  height: 75%;
  transform: translate(-70%, -20%);
  width: 112.5%;
}
.clickme-loader__pond-water {
  background: #468FFD;
  border-radius: 100%;
  box-shadow: inset 10px 8px 0 0 #00429B;
  height: 85%;
  left: 50%;
  position: absolute;
  transform: translate(-30%, -60%);
  top: 50%;
  width: 110.5%;
}
.clickme-loader__pond-water::after {
  background: #00429B;
  border-radius: 100%;
  content: ' ';
  height: 20px;
  left: -9px;
  position: absolute;
  top: 43%;
  width: 20px;
}
.clickme-loader-duck {
  animation: duck 6s infinite;
  background: #ffffff;
  clip-path: inset(-100% -100% 25% 0%);
  height: 15%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 30%;
}
@keyframes duck {
  0%,
  85%,
  95%,
  100% {
    transform: translate(-50%, 0) rotateY(0);
  }
  15% {
    transform: translate(25%, 0) rotateY(0);
  }
  20%,
  25% {
    transform: translate(25%, 0) rotateY(180deg);
  }
  40%,
  45% {
    transform: translate(-50%, 0) rotateY(180deg);
  }
  60% {
    transform: translate(-125%, 0) rotateY(180deg);
  }
  65%,
  70% {
    transform: translate(-125%, 0) rotateY(0deg);
  }
}
.clickme-loader-duck__head {
  background: #ffffff;
  bottom: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  width: 50%;
}
.clickme-loader-duck__head::before {
  background: #2A3137;
  content: '';
  height: 25%;
  left: 50%;
  position: absolute;
  top: 25%;
  width: 25%;
}
.clickme-loader-duck__head::after {
  content: '';
  background: #FFA439;
  height: 35%;
  left: 100%;
  position: absolute;
  top: 40%;
  width: 50%;
}

.support {
  min-height: 91px;
}
@media (max-width: 1019px) {
  .support {
    min-height: 0;
  }
}
.support-wrapper {
  display: flex;
}
.support-wrapper__container {
  margin-left: auto;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.invoices {
  width: 200px;
}
.invoices__head {
  text-align: left;
  padding: 10px;
}
.invoices__row {
  border-bottom: 1px solid #CCD5DF;
}
.invoices__cell {
  padding: 10px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable value-keyword-case */
/* stylelint-enable */
.label {
  line-height: 1.34;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 5px;
  color: #ffffff;
}
.label_clickme {
  background-color: #9A67EF;
}
.label_hh {
  background-color: #FF8A77;
}
.label_ready {
  background-color: #76ADFE;
}
.label_wait {
  background-color: #FDB972;
}
.label_finish {
  background-color: #83D99C;
}
.label_manual {
  background-color: #FF9900;
}
.label_auto {
  background-color: #0DC267;
}
.label_advertising {
  background-color: #0070FF;
}
.label_information {
  background-color: #883BE9;
}
.label_not-marked {
  background-color: #FF4D3A;
}
.label_cpc {
  background-color: #468FFD;
}
.label_auction {
  background-color: #5BCF83;
}
.label_segments {
  background-color: #FF4D3A;
}

.label-sort {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.label-sort__tooltip {
  margin-left: auto;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.select-status__text {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.select-status__text:last-of-type {
  border-bottom: 0;
  padding-bottom: 10px;
  margin: 0;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.acts-total {
  border: 1px solid #CCD5DF;
  padding: 15px;
  position: fixed;
}
.acts-total-content {
  width: 168px;
  line-height: 1.8;
}
.acts-total-divider {
  border-bottom: 1px solid #CCD5DF;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.acts-total-cell {
  padding: 0 10px 0 0;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.acts-report-content {
  display: flex;
}
.acts-report-table {
  flex: 1 0 auto;
}
.acts-report-total {
  min-width: 200px;
  flex: 0 0 auto;
  padding-left: 15px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.acts-summary-info {
  border: 1px solid #CCD5DF;
  padding: 16px;
  box-sizing: border-box;
  min-width: 220px;
}
.acts-summary-info-content {
  line-height: 1.8;
  width: 100%;
}
.acts-summary-info-divider {
  border-bottom: 1px solid #CCD5DF;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.acts-summary-info-cell-left {
  text-align: left;
}
.acts-summary-info-cell-right {
  text-align: right;
}

.acts-summary-report-content {
  display: flex;
  gap: 16px;
}
.acts-summary-report-total {
  min-width: 200px;
  flex: 0 0 auto;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.adz-form-buttons {
  max-width: 650px;
  display: flex;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.FormField-module__input--WVSsb {
  width: 100%;
  max-width: 690px;
}
.FormField-module__legend--M1Lty {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 4px;
}
.FormField-module__info--kpumn {
  display: flex;
}
.FormField-module__hint--AVQw0 {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.FormField-module__hint-text--oNoua {
  color: #768694;
  width: 100%;
}
.FormField-module__hint-warning--Y1WpX {
  color: #F7D044;
}
.FormField-module__hint-error--C8ksK {
  color: #FF8A77;
}
.FormField-module__after--r8K0S {
  margin-top: 8px;
}

.MoneyInput-module__disabled--HOlOI {
  opacity: 0.5;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.AdDailyBudget-module__wrapper--emSoW {
  max-width: 337px;
}
.AdDailyBudget-module__daily-budget-hint--ynB0y {
  width: 400px;
}
.AdDailyBudget-module__info--NsfR6 {
  max-width: 383px;
}

.info-regions-content {
  padding: 10px 0 0 15px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.LabeledDynamicPricePerClick-module__card--87uAV {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background-color: #E7F2FF;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 16px;
}
.LabeledDynamicPricePerClick-module__tag-new--RsaQG {
  cursor: default;
  box-sizing: border-box;
  padding: 2px 8px;
  border-radius: 4px;
  background: #F4F6FB;
}
.LabeledDynamicPricePerClick-module__icon--VmUc1 {
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.LabeledPricePerClick-module__wrapper--qNJ1N {
  box-sizing: border-box;
  display: flex;
  padding: 12px;
  gap: 12px;
  border-radius: 4px;
  background: #FDF8E7;
}

.regions-input-counts {
  margin-bottom: 5px;
}

.AllSource-module__wrapper--pDPGz {
  padding: 0 26px;
}

.DisableReasonTip-module__content--Tsih1 {
  max-width: 270px;
}
.DisableReasonTip-module__wide-content--j0rRQ {
  max-width: 334px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.new-source-tag {
  background-color: #468FFD;
  border-radius: 4px;
  color: #ffffff;
  cursor: default;
  padding: 4px 8px;
}
.source-form-checkbox-wrapper {
  padding: 0 26px;
  display: flex;
  align-items: baseline;
}
.source-form-checkbox-wrapper__with-icon {
  padding-left: 2px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable value-keyword-case */
/* stylelint-enable */
.bloko-text {
  font-family: var(--bloko-font-family-override, Arial, 'Helvetica Neue', sans-serif);
  line-height: 1.43;
  font-size: 14px;
}
.bloko-text_small {
  line-height: 1.34;
  font-size: 12px;
}
.bloko-text_large {
  line-height: 1.5;
  font-size: 16px;
}
.bloko-text_extra-large {
  line-height: 1.4;
  font-size: 20px;
}
.bloko-text_strong {
  font-weight: bold;
}
.bloko-text_secondary {
  color: #5E6C77;
}
.bloko-text_tertiary {
  color: #768694;
}
.bloko-text_italic {
  font-style: italic;
}
.manual-budgets-warning {
  line-height: 1.34;
  font-size: 12px;
  display: flex;
  margin-top: 10px;
  background-color: #FDF8E7;
  padding: 5px;
  box-sizing: border-box;
  line-height: 160%;
  text-align: center;
  border-radius: 3px;
}
.manual-budgets-warning__text {
  margin-left: 8px;
}
.ad-source-group-shift {
  padding-left: 28px;
}

.AdTotalBudget-module__wrapper--q1iww {
  display: flex;
  align-items: center;
  gap: 32px;
}
.AdTotalBudget-module__input-wrapper--i8WEZ {
  width: 337px;
}
.AdTotalBudget-module__checkbox-wrapper--zdD2h {
  display: flex;
  align-items: center;
  gap: 8px;
}
.AdTotalBudget-module__step-info-tip--GkzRB {
  max-width: 260px;
  margin-right: 20px;
}
.AdTotalBudget-module__info--T8lrH {
  max-width: 374px;
}
.AdTotalBudget-module__checkbox-info--qkwma {
  max-width: 570px;
  margin-bottom: 8px;
}
.AdTotalBudget-module__checkbox-info-list--wSeC2 {
  list-style: disc;
  margin-left: 16px;
}

.link-container {
  display: flex;
  align-items: center;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.CharactersCount-module__need-delete-characters--FynRD {
  color: #FF4D3A;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.search-vacancies {
  padding: 9px 30px 9px 33px;
  border-top: 1px solid #CCD5DF;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.InfoCard-module__info-card--edZtd {
  background-color: #FFEEDD;
  border-radius: 8px;
  padding: 16px 12px 16px 16px;
}
.InfoCard-module__list--A25t2 {
  display: flex;
  column-gap: 24px;
}
.InfoCard-module__list-column--nH05v {
  width: 172px;
  box-sizing: border-box;
  padding-left: 16px;
}
.InfoCard-module__list-column--nH05v > li {
  list-style: disc;
}

.AdvertisementBannerCheckbox-module__checkbox-wrapper--DQx1W {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.banner-img-uploaded-image-container {
  display: flex;
  column-gap: 16px;
}
.banner-img-uploaded-image-wrapper {
  width: 132px;
  height: 112px;
  position: relative;
  border: 1px solid #CCD5DF;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-img-uploaded-image {
  min-width: 132px;
  min-height: 112px;
}
.banner-img-uploaded-image-edit {
  background-color: rgba(42, 49, 55, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 112px;
  transition: opacity 0.3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.banner-img-uploaded-image-edit:hover {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.banner-img-uploaded-logo {
  height: 24px;
  width: 24px;
}
.banner-img-uploaded-logo_disabled {
  opacity: 0.3;
}
.banner-img-uploaded-logo_hh {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjI0IgogICBoZWlnaHQ9IjI0IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmcyIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxwYXRoCiAgICAgZD0iTSAxMS45OTk5OTksMjQgQyAxOC42Mjc3NSwyNCAyNCwxOC42Mjc3NSAyNCwxMS45OTk5OTkgMjQsNS4zNzIyNDk5IDE4LjYyNzc1LDAgMTEuOTk5OTk5LDAgNS4zNzIyNDk5LDAgMCw1LjM3MjI0OTkgMCwxMS45OTk5OTkgMCwxOC42Mjc3NSA1LjM3MjI0OTksMjQgMTEuOTk5OTk5LDI0IG0gMCwwIgogICAgIHN0eWxlPSJmaWxsOiNmZjAwMDI7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMTg3NSIKICAgICBpZD0icGF0aDEiIC8+CiAgPHBhdGgKICAgICBkPSJNIDE3LjgzODE4OCwxMC4xMjgxOTIgQyAxNy40NzQ4MTIsOS43NTc2NTkzIDE2Ljk1OTE4Nyw5LjU1NTMxNDUgMTYuMzI5Mzc1LDkuNTU1MzE0NSBjIC0wLjc4MzAwMSwwIC0xLjM4NTA2MiwwLjMxNDY1NTUgLTEuNzMwNjI1LDAuOTA0MDU0NSBWIDcuNTMyOTgwNiBIIDEyLjc4MyB2IDguMDIxNTc4NCBoIDEuODE1NTYyIHYgLTIuODIwMjA0IGMgMCwtMC42NTcxNTYgMC4xMzYzMTMsLTEuMDc4MzY3IDAuMzQwNjg3LC0xLjMyNTYzNyAwLjE5ODM3NiwtMC4yNDcyNjkgMC40NzYwNjQsLTAuMzQyMzE1IDAuNzc3MDAxLC0wLjM0MjMxNSAwLjI2NjYyNSwwIDAuNDc2ODEzLDAuMDg0MDkgMC42MjQsMC4yMzU3NiAwLjE0ODEyNSwwLjE1NzIzNCAwLjIzMzA2MywwLjM5ODc0OSAwLjIzMzA2MywwLjczNjA1MiB2IDMuNTExMTQ2IGggMS44MTU1NjIgViAxMS42ODQzOSBjIDAsLTAuNjU3MTU2IC0wLjE5MzMxMywtMS4xOTA4NjQgLTAuNTUwNjg3LC0xLjU1NjE5OCBNIDkuNzE5MjQ5OSw5LjU1NTMxNDUgYyAtMC43ODMsMCAtMS4zODQzMTI1LDAuMzE0NjU1NSAtMS43MzA2MjUsMC45MDQwNTQ1IFYgNy41MzI5ODA2IEggNi4xNzI4NzUgdiA4LjAyMTU3ODQgaCAxLjgxNTU2MjUgdiAtMi44MjAyMDQgYyAwLC0wLjY1NzE1NiAwLjEzNjMxMjUsLTEuMDc4MzY3IDAuMzQwNjg3NCwtMS4zMjU2MzcgMC4xOTgzNzUsLTAuMjQ3MjY5IDAuNDc2ODEyNSwtMC4zNDIzMTUgMC43NzcsLTAuMzQyMzE1IDAuMjY2NjI1LDAgMC40NzY4MTI1LDAuMDg0MDkgMC42MjQxODc1LDAuMjM1NzYgMC4xNDc5Mzc1LDAuMTU3MjM0IDAuMjMyODc1LDAuMzk4NzQ5IDAuMjMyODc1LDAuNzM2MDUyIHYgMy41MTExNDYgSCAxMS43Nzg3NSBWIDExLjY4NDM5IGMgMCwtMC42NTcxNTYgLTAuMTkyNTYyLC0xLjE5MDg2NCAtMC41NTU5MzgsLTEuNTYyMTM5IEMgMTAuODY1NDM3LDkuNzUxNzE4OSAxMC4zNDkwNjIsOS41NTUzMTQ1IDkuNzE5MDYyNCw5LjU1NTMxNDUgbSAwLDAiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4xODY1NjYiCiAgICAgaWQ9InBhdGgyIiAvPgo8L3N2Zz4K);
}
.banner-img-uploaded-logo_yandex-and-vk {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfMTE3XzgwNykiPjxwYXRoIGQ9Ik0xMS45OTUgMjRhMTEuOTk5IDExLjk5OSAwIDEwMC0yNCAxMiAxMiAwIDAwMCAyNHoiIGZpbGw9IiMwN0YiLz48cGF0aCBkPSJNMTIuMzMyIDE1Ljc1QzguMzYgMTUuNzUgNi4wOTUgMTIuNzk0IDYgNy44NzVoMS45OWMuMDY1IDMuNjEgMS41MzEgNS4xNCAyLjY5NCA1LjQ1NVY3Ljg3NWgxLjg3M3YzLjExNGMxLjE0Ny0uMTM1IDIuMzUyLTEuNTUzIDIuNzU5LTMuMTE0aDEuODczYy0uMzEyIDEuOTI0LTEuNjE5IDMuMzQyLTIuNTQ5IDMuOTI1LjkzLjQ3MyAyLjQxOCAxLjcxMSAyLjk4NSAzLjk1aC0yLjA2MmMtLjQ0My0xLjQ5OC0xLjU0Ni0yLjY1Ni0zLjAwNi0yLjgxNHYyLjgxNGgtLjIyNnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuOTk1IDI0YTExLjk5OSAxMS45OTkgMCAxMDAtMjQgMTIgMTIgMCAwMDAgMjR6IiBmaWxsPSIjRkMzRjFEIi8+PHBhdGggZD0iTTMzLjg4IDE5LjUwM2gyLjYxMlY0LjQ5aC0zLjgwNmMtMy44MjggMC01Ljg0IDEuOTY2LTUuODQgNC44NTggMCAyLjI5NyAxLjEwMyAzLjY3NCAzLjA2OSA1LjA3NGwtMy40MjMgNS4wNzRoMi44NGwzLjgwNi01LjY4LTEuMzI2LS44OGMtMS42LTEuMDg2LTIuMzgzLTEuOTItMi4zODMtMy43MzcgMC0xLjU5NCAxLjEyNi0yLjY3NCAzLjI2OS0yLjY3NGgxLjE3MXYxMi45NzFoLjAwNmwuMDA2LjAwNnoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJwcmVmaXhfX2NsaXAwXzExN184MDciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNDR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
  width: 44px;
}
.banner-img-uploaded-logo_vk {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5NSAyNGExMS45OTkgMTEuOTk5IDAgMTAwLTI0IDEyIDEyIDAgMDAwIDI0eiIgZmlsbD0iIzA3RiIvPjxwYXRoIGQ9Ik0xMi4zMzIgMTUuNzVDOC4zNiAxNS43NSA2LjA5NSAxMi43OTQgNiA3Ljg3NWgxLjk5Yy4wNjUgMy42MSAxLjUzMSA1LjE0IDIuNjk0IDUuNDU1VjcuODc1aDEuODczdjMuMTE0YzEuMTQ3LS4xMzUgMi4zNTItMS41NTMgMi43NTktMy4xMTRoMS44NzNjLS4zMTIgMS45MjQtMS42MTkgMy4zNDItMi41NDkgMy45MjUuOTMuNDczIDIuNDE4IDEuNzExIDIuOTg1IDMuOTVoLTIuMDYyYy0uNDQzLTEuNDk4LTEuNTQ2LTIuNjU2LTMuMDA2LTIuODE0djIuODE0aC0uMjI2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  width: 24px;
}
.banner-img-sizes-info-flex {
  display: flex;
  justify-content: space-between;
}

.AiIcon-module__image-ai--k2OG7 {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iNCIgZmlsbD0iIzczNjBGMiIvPgo8cGF0aCBkPSJNNS44MDI2IDMuMjE4MUM1LjcwNTY3IDIuOTI3MyA1LjI5NDMzIDIuOTI3MyA1LjE5NzQgMy4yMTgxTDQuOTU0NzQgMy45NDYwN0M0Ljc5NiA0LjQyMjMgNC40MjIzIDQuNzk2IDMuOTQ2MDcgNC45NTQ3NEwzLjIxODEgNS4xOTc0QzIuOTI3MyA1LjI5NDMzIDIuOTI3MyA1LjcwNTY3IDMuMjE4MSA1LjgwMjZMMy45NDYwNyA2LjA0NTI2QzQuNDIyMyA2LjIwNCA0Ljc5NiA2LjU3NzcgNC45NTQ3NCA3LjA1MzkzTDUuMTk3NCA3Ljc4MTlDNS4yOTQzMyA4LjA3MjcgNS43MDU2NyA4LjA3MjcgNS44MDI2IDcuNzgxOUw2LjA0NTI2IDcuMDUzOTNDNi4yMDQgNi41Nzc3IDYuNTc3NyA2LjIwNCA3LjA1MzkzIDYuMDQ1MjZMNy43ODE5IDUuODAyNkM4LjA3MjcgNS43MDU2NyA4LjA3MjcgNS4yOTQzMyA3Ljc4MTkgNS4xOTc0TDcuMDUzOTMgNC45NTQ3NEM2LjU3NzcgNC43OTYgNi4yMDQgNC40MjIzIDYuMDQ1MjYgMy45NDYwN0w1LjgwMjYgMy4yMTgxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjQzNTYzIDYuNDcxNkM5LjE4MDI1IDcuMjE4MDggOC44MzcyNyA3Ljk3MjM4IDguNDA0ODMgOC40MDQ4M0M3Ljk3MjM4IDguODM3MjggNy4yMTgwOCA5LjE4MDI1IDYuNDcxNiA5LjQzNTY0QzYuNDI0NiA5LjQ1MTcxIDYuMzc3NjQgOS40Njc0NCA2LjMzMDc5IDkuNDgyODNDNi4xODU2IDkuNTMwNSA2LjA0MTUgOS41NzQ4NSA1LjkwMDkzIDkuNjE1ODhDNS44MzQyNCA5LjYzNTM0IDUuNzY4MzUgOS42NTQwNiA1LjcwMzUyIDkuNjcyMDRDNS40MzIxNiA5Ljc0NzI2IDUuNDMyMTYgMTAuMjUyNyA1LjcwMzUyIDEwLjMyOEM1Ljc2ODM1IDEwLjM0NTkgNS44MzQyNCAxMC4zNjQ3IDUuOTAwOTMgMTAuMzg0MUM2LjA0MTQ5IDEwLjQyNTIgNi4xODU2IDEwLjQ2OTUgNi4zMzA3OSAxMC41MTcyQzYuMzc3NjQgMTAuNTMyNiA2LjQyNDYgMTAuNTQ4MyA2LjQ3MTYgMTAuNTY0NEM3LjIxODA4IDEwLjgxOTcgNy45NzIzOCAxMS4xNjI3IDguNDA0ODMgMTEuNTk1MkM4LjgzNzI3IDEyLjAyNzYgOS4xODAyNSAxMi43ODE5IDkuNDM1NjMgMTMuNTI4NEM5LjQ1MTcxIDEzLjU3NTQgOS40Njc0NCAxMy42MjI0IDkuNDgyODMgMTMuNjY5MkM5LjUzMDUgMTMuODE0NCA5LjU3NDg1IDEzLjk1ODUgOS42MTU4OCAxNC4wOTkxQzkuNjM1MzQgMTQuMTY1OCA5LjY1NDA2IDE0LjIzMTYgOS42NzIwMyAxNC4yOTY1QzkuNzQ3MjYgMTQuNTY3OCAxMC4yNTI3IDE0LjU2NzggMTAuMzI4IDE0LjI5NjVDMTAuMzQ1OSAxNC4yMzE2IDEwLjM2NDcgMTQuMTY1OCAxMC4zODQxIDE0LjA5OTFDMTAuNDI1MiAxMy45NTg1IDEwLjQ2OTUgMTMuODE0NCAxMC41MTcyIDEzLjY2OTJDMTAuNTMyNiAxMy42MjI0IDEwLjU0ODMgMTMuNTc1NCAxMC41NjQ0IDEzLjUyODRDMTAuODE5NyAxMi43ODE5IDExLjE2MjcgMTIuMDI3NiAxMS41OTUyIDExLjU5NTJDMTIuMDI3NiAxMS4xNjI3IDEyLjc4MTkgMTAuODE5NyAxMy41Mjg0IDEwLjU2NDRDMTMuNTc1NCAxMC41NDgzIDEzLjYyMjQgMTAuNTMyNiAxMy42NjkyIDEwLjUxNzJDMTMuODE0NCAxMC40Njk1IDEzLjk1ODUgMTAuNDI1MiAxNC4wOTkxIDEwLjM4NDFDMTQuMTY1OCAxMC4zNjQ3IDE0LjIzMTYgMTAuMzQ1OSAxNC4yOTY1IDEwLjMyOEMxNC41Njc4IDEwLjI1MjcgMTQuNTY3OCA5Ljc0NzI2IDE0LjI5NjUgOS42NzIwNEMxNC4yMzE2IDkuNjU0MDYgMTQuMTY1OCA5LjYzNTM0IDE0LjA5OTEgOS42MTU4OEMxMy45NTg1IDkuNTc0ODUgMTMuODE0NCA5LjUzMDUgMTMuNjY5MiA5LjQ4MjgzQzEzLjYyMjQgOS40Njc0NCAxMy41NzU0IDkuNDUxNzEgMTMuNTI4NCA5LjQzNTY0QzEyLjc4MTkgOS4xODAyNSAxMi4wMjc2IDguODM3MjggMTEuNTk1MiA4LjQwNDgzQzExLjE2MjcgNy45NzIzOCAxMC44MTk3IDcuMjE4MDggMTAuNTY0NCA2LjQ3MTZDMTAuNTQ4MyA2LjQyNDYgMTAuNTMyNiA2LjM3NzY0IDEwLjUxNzIgNi4zMzA3OUMxMC40Njk1IDYuMTg1NiAxMC40MjUyIDYuMDQxNSAxMC4zODQxIDUuOTAwOTNDMTAuMzY0NyA1LjgzNDI0IDEwLjM0NTkgNS43NjgzNSAxMC4zMjggNS43MDM1MkMxMC4yNTI3IDUuNDMyMTYgOS43NDcyNiA1LjQzMjE2IDkuNjcyMDMgNS43MDM1MkM5LjY1NDA2IDUuNzY4MzUgOS42MzUzNCA1LjgzNDI0IDkuNjE1ODggNS45MDA5M0M5LjU3NDg1IDYuMDQxNDkgOS41MzA1IDYuMTg1NiA5LjQ4MjgzIDYuMzMwNzlDOS40Njc0NCA2LjM3NzY0IDkuNDUxNzEgNi40MjQ2IDkuNDM1NjMgNi40NzE2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.GalleryPreview-module__banner-img-gallery-preview-container--a2Q5w {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.GalleryPreview-module__banner-img-gallery-preview-images-container--VWwkd {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
}
.GalleryPreview-module__banner-img-gallery-preview-image--YBmjO {
  cursor: pointer;
  flex: 1;
  height: 100px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EEF1F7;
  outline: 1px solid transparent;
  transition: border 0.3s, outline 0.3s;
  object-fit: cover;
}
.GalleryPreview-module__banner-img-gallery-preview-image--YBmjO:hover {
  cursor: pointer;
  border-color: #0070FF;
  outline: 1px solid #0070FF;
  transition: border 0.3s, outline 0.3s;
}
.GalleryPreview-module__banner-img-preview-container--goG1Z {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.GalleryPreview-module__banner-img-preview-ai-icon--rTCJN {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.GalleryPreview-module__ai-icon-tip--p47Ec {
  width: 170px;
}
.GalleryPreview-module__banner-img-ai-generation-tooltip--qz7VW {
  width: 260px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.banner-img-technical-requirements-title-container {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.banner-img-technical-requirements-title {
  color: #5E6C77;
  margin-right: 4px;
}
.banner-img-technical-requirements-item::before {
  content: '•';
  position: relative;
  left: -8px;
  margin-left: 16px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.banner-img-upload-field-title-container {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.banner-img-upload-field-title {
  margin-right: 4px;
}
.banner-img-upload-field-container {
  height: 120px;
  max-width: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-img-upload-field {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
  align-items: center;
  box-sizing: border-box;
  border: 1px dashed #AABBCA;
  border-radius: 4px;
  transition: border 0.4s;
}
.banner-img-upload-field-focused {
  border: 1px dashed #0070FF;
  transition: border 0.4s;
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.BannerVideoTitle-module__upload-field-title-container--_ghd4 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.BannerVideoTitle-module__upload-field-title-tooltip--O8Tpw {
  width: 270px;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.BannerVideoModal-module__banner-video-modal--ICicU {
  display: flex;
  width: 100%;
  background-color: var(--magritte-color-base-black-v21-4-6);
}
.BannerVideoModal-module__banner-video-modal-player--JM417 {
  width: 100%;
}
.BannerVideoModal-module__banner-video-mobile-container--SnJuU {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--magritte-color-background-overlay-v21-4-6);
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.UploadedVideo-module__uploaded-video-container--kJ4iB {
  width: 132px;
}
.UploadedVideo-module__uploaded-video-wrapper--gP_BM {
  width: 132px;
  height: 112px;
  position: relative;
  border: 1px solid #CCD5DF;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.UploadedVideo-module__banner-video-preview--ehQJT {
  height: 100%;
}
.UploadedVideo-module__banner-video-play-icon-wrapper--y6iI1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(42, 49, 55, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
.UploadedVideo-module__banner-video-play-icon-wrapper--y6iI1:hover {
  opacity: 1;
  cursor: pointer;
}
.UploadedVideo-module__uploaded-video-footer--ME0ak {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.TechnicalRequirements-module__banner-video-technical-requirements-title-container--iqmlC {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.TechnicalRequirements-module__banner-video-technical-requirements-title--jCggQ {
  color: #5E6C77;
  margin-right: 4px;
}
.TechnicalRequirements-module__banner-video-technical-requirements-item--PnEgz::before {
  content: '•';
  position: relative;
  left: -8px;
  margin-left: 16px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.UploadField-module__banner-video-upload-field-container--dfrLs {
  height: 120px;
  max-width: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #AABBCA;
  border-radius: 4px;
}
.UploadField-module__banner-video-upload-field--zLYN1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
  align-items: center;
  box-sizing: border-box;
  transition: border 0.4s;
}
.UploadField-module__banner-video-upload-field-focused--r1pPu {
  border: 1px dashed #0070FF;
  transition: border 0.4s;
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.FormWrapper-module__adz-form--b6da1 {
  position: relative;
  max-width: 650px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.GeneratedImages-module__generated-images-container--KpZQC {
  min-height: 415px;
}
.GeneratedImages-module__common--J84Rp {
  border-radius: 8px;
}
.GeneratedImages-module__empty-block--eMVW1 {
  height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #EEF1F7;
}
.GeneratedImages-module__icon--Pied1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.GeneratedImages-module__image--LW_lJ {
  width: 100%;
  display: block;
}
.GeneratedImages-module__image-wrapper--fDDpk {
  position: relative;
}
.GeneratedImages-module__image-buttons--EdZq1 {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.GenerationSelectors-module__container--bCBJg {
  min-width: 150px;
  width: 100%;
}

.GenerationControls-module__controls--kkmje {
  display: flex;
  gap: 8px;
  align-items: end;
}
.GenerationControls-module__controls-column--fVRLt {
  flex-direction: column;
  align-items: center;
}
.GenerationControls-module__generation-button--dFi2A {
  min-width: 168px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.AiImageGenerationModal-module__remaining-generations-tag--CKwdY {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  background-color: #FDF8E7;
  padding: 2px 8px;
}
.AiImageGenerationModal-module__remaining-generations-tag-ended--zBmyU {
  background-color: #FDEDE9;
}
.AiImageGenerationModal-module__header--BbYSv {
  font-weight: normal;
  position: relative;
}
.AiImageGenerationModal-module__content--WIM7S {
  max-width: 800px;
  width: 100%;
}

.crop-image-content-description {
  display: flex;
}
.crop-image-content-description-name {
  display: flex;
  align-items: center;
}
.crop-image-content-logo {
  margin-right: 12px;
  height: 48px;
  width: 48px;
}
.crop-image-content-logo_disabled {
  opacity: 0.3;
}
.crop-image-content-logo_hh {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ4IgogICBoZWlnaHQ9IjQ4IgogICBmaWxsPSJub25lIgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmcyIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxwYXRoCiAgICAgZD0iTSAyNCw0OCBDIDM3LjI1NTUsNDggNDgsMzcuMjU1NSA0OCwyNCA0OCwxMC43NDQ1IDM3LjI1NTUsMCAyNCwwIDEwLjc0NDUsMCAwLDEwLjc0NDUgMCwyNCAwLDM3LjI1NTUgMTAuNzQ0NSw0OCAyNCw0OCBtIDAsMCIKICAgICBzdHlsZT0iZmlsbDojZmYwMDAyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjM3NSIKICAgICBpZD0icGF0aDEiIC8+CiAgPHBhdGgKICAgICBkPSJtIDM1LjY3NjM3NSwyMC40NTk2MjUgYyAtMC43MjY3NSwtMC43NDg1IC0xLjc1OCwtMS4xNTcyNSAtMy4wMTc2MjUsLTEuMTU3MjUgLTEuNTY2LDAgLTIuNzcwMTI1LDAuNjM1NjI1IC0zLjQ2MTI1LDEuODI2MjUgdiAtNS45MTE1IEggMjUuNTY2IFYgMzEuNDIxMjUgaCAzLjYzMTEyNSB2IC01LjY5NyBjIDAsLTEuMzI3NSAwLjI3MjYyNSwtMi4xNzgzNzUgMC42ODEzNzUsLTIuNjc3ODc1IDAuMzk2NzUsLTAuNDk5NSAwLjk1MjEyNSwtMC42OTE1IDEuNTU0LC0wLjY5MTUgMC41MzMyNSwwIDAuOTUzNjI1LDAuMTY5ODc1IDEuMjQ4LDAuNDc2MjUgMC4yOTYyNSwwLjMxNzYyNSAwLjQ2NjEyNSwwLjgwNTUgMC40NjYxMjUsMS40ODY4NzUgdiA3LjA5Mjc1IGggMy42MzExMjUgdiAtNy44MDc1IGMgMCwtMS4zMjc1IC0wLjM4NjYyNSwtMi40MDU2MjUgLTEuMTAxMzc1LC0zLjE0MzYyNSBNIDE5LjQzODUsMTkuMzAyMzc1IGMgLTEuNTY2LDAgLTIuNzY4NjI1LDAuNjM1NjI1IC0zLjQ2MTI1LDEuODI2MjUgdiAtNS45MTE1IGggLTMuNjMxNSBWIDMxLjQyMTI1IGggMy42MzExMjUgdiAtNS42OTcgYyAwLC0xLjMyNzUgMC4yNzI2MjUsLTIuMTc4Mzc1IDAuNjgxMzc1LC0yLjY3Nzg3NSAwLjM5Njc1LC0wLjQ5OTUgMC45NTM2MjUsLTAuNjkxNSAxLjU1NCwtMC42OTE1IDAuNTMzMjUsMCAwLjk1MzYyNSwwLjE2OTg3NSAxLjI0ODM3NSwwLjQ3NjI1IDAuMjk1ODc1LDAuMzE3NjI1IDAuNDY1NzUsMC44MDU1IDAuNDY1NzUsMS40ODY4NzUgdiA3LjA5Mjc1IEggMjMuNTU3NSB2IC03LjgwNzUgYyAwLC0xLjMyNzUgLTAuMzg1MTI1LC0yLjQwNTYyNSAtMS4xMTE4NzUsLTMuMTU1NjI1IC0wLjcxNDc1LC0wLjc0ODUgLTEuNzQ3NSwtMS4xNDUyNSAtMy4wMDc1LC0xLjE0NTI1IG0gMCwwIgogICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMzc1IgogICAgIGlkPSJwYXRoMiIgLz4KPC9zdmc+Cg==);
}
.crop-image-content-logo_yandex-and-vk {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfODFfMTM2OCkiPjxwYXRoIGQ9Ik0yMy45OSA0OGEyNCAyNCAwIDEwLjAyLTQ4IDI0IDI0IDAgMDAtLjAyIDQ4eiIgZmlsbD0iIzA3RiIvPjxwYXRoIGQ9Ik0yNC42NjMgMzEuNUMxNi43MiAzMS41IDEyLjE5IDI1LjU4OCAxMiAxNS43NWgzLjk4Yy4xMyA3LjIyIDMuMDYzIDEwLjI4IDUuMzg3IDEwLjkxVjE1Ljc1aDMuNzQ3djYuMjI3YzIuMjk0LS4yNjggNC43MDQtMy4xMDUgNS41MTgtNi4yMjdoMy43NDdjLS42MjUgMy44NDctMy4yMzkgNi42ODUtNS4wOTggNy44NTEgMS44Ni45NDYgNC44MzYgMy40MjIgNS45NjkgNy44OTloLTQuMTI0Yy0uODg2LTIuOTk1LTMuMDkzLTUuMzEzLTYuMDEyLTUuNjI4VjMxLjVoLS40NTF6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTYzLjk5IDQ4YTI0IDI0IDAgMTAuMDItNDggMjQgMjQgMCAwMC0uMDIgNDh6IiBmaWxsPSIjRkMzRjFEIi8+PHBhdGggZD0iTTY3Ljc2MSAzOS4wMDZoNS4yMjNWOC45ODNoLTcuNjExYy03LjY1OCAwLTExLjY4IDMuOTMxLTExLjY4IDkuNzE0IDAgNC41OTQgMi4yMDUgNy4zNDkgNi4xMzcgMTAuMTQ5bC02Ljg0NiAxMC4xNDhoNS42OGw3LjYxMi0xMS4zNi0yLjY1Mi0xLjc2Yy0zLjItMi4xNzEtNC43NjYtMy44NC00Ljc2Ni03LjQ3NCAwLTMuMTg5IDIuMjUyLTUuMzQ5IDYuNTM4LTUuMzQ5aDIuMzQydjI1Ljk0M2guMDEybC4wMTEuMDEyeiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9InByZWZpeF9fY2xpcDBfODFfMTM2OCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg4OHY0OEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  width: 88px;
}
.crop-image-content-logo_vk {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfODFfMTM3OCkiPjxwYXRoIGQ9Ik0yMy45OSA0OGEyNCAyNCAwIDEwLjAyLTQ4IDI0IDI0IDAgMDAtLjAyIDQ4eiIgZmlsbD0iIzA3RiIvPjxwYXRoIGQ9Ik0yNC42NjMgMzEuNUMxNi43MiAzMS41IDEyLjE5IDI1LjU4OCAxMiAxNS43NWgzLjk4Yy4xMyA3LjIyIDMuMDYzIDEwLjI4IDUuMzg3IDEwLjkxVjE1Ljc1aDMuNzQ3djYuMjI3YzIuMjk0LS4yNjggNC43MDQtMy4xMDUgNS41MTgtNi4yMjdoMy43NDdjLS42MjUgMy44NDctMy4yMzkgNi42ODUtNS4wOTggNy44NTEgMS44Ni45NDYgNC44MzYgMy40MjIgNS45NjkgNy44OTloLTQuMTI0Yy0uODg2LTIuOTk1LTMuMDkzLTUuMzEzLTYuMDEyLTUuNjI4VjMxLjVoLS40NTF6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0icHJlZml4X19jbGlwMF84MV8xMzc4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQ4djQ4SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}
.crop-image-content-description-hint-list {
  list-style: disc;
  padding: 4px 0 12px 16px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.ImageChange-module__buttons--Y8aEw {
  display: flex;
  gap: var(--magritte-core-space-4-x-v21-4-6);
}
.ImageChange-module__buttons-disabled--rZ1Cv .bloko-link {
  color: #76ADFE;
  cursor: default;
}
.ImageChange-module__buttons-disabled--rZ1Cv .bloko-link:hover {
  color: #76ADFE;
}
.ImageChange-module__buttons-disabled--rZ1Cv .bloko-link_kind-secondary {
  color: #AABBCA;
  cursor: default;
}
.ImageChange-module__buttons-disabled--rZ1Cv .bloko-link_kind-secondary:hover {
  color: #AABBCA;
}
.ImageChange-module__space-between--viOcr {
  justify-content: space-between;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.image-crop-content {
  background-color: #2A3137;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 370px;
  height: 370px;
}
.image-crop-content-wrapper {
  max-height: 370px;
}
.image-crop-content-img-loading {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.image-crop-content-img {
  max-width: 370px;
  max-height: 370px;
  opacity: 1;
  transition: opacity 0.3s;
}
.image-crop-content-img-hidden {
  opacity: 0;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.ImageInput-module__crop-image-content-input--GmW_y {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #CCD5DF;
  border-radius: 4px;
  text-align: center;
  height: 370px;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 24px;
}
.ImageInput-module__crop-image-content-input-button--wK9SB {
  width: 124px;
}

.UpscaleCancelConfirmModal-module__content--YfnXl {
  width: 430px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.UpscaleLoader-module__crop-image-content-upscale-loader-wrapper--fDA1m {
  border: 1px solid #CCD5DF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 370px;
  max-width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 24px;
}
.UpscaleLoader-module__crop-image-content-upscale-loader-wrapper-width-1--lAw_n {
  width: 370px;
}
.UpscaleLoader-module__crop-image-content-upscale-loader-wrapper-width-2--YbKF0,
.UpscaleLoader-module__crop-image-content-upscale-loader-wrapper-width-3--KJr2h {
  box-sizing: content-box;
  margin-right: -14px;
}
.UpscaleLoader-module__crop-image-content-upscale-loader-wrapper-width-2--YbKF0 {
  width: 768px;
}
.UpscaleLoader-module__crop-image-content-upscale-loader-wrapper-width-3--KJr2h {
  width: 1166px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.ImageContent-module__image-content-container--_38Lf {
  width: 370px;
  display: flex;
  flex-direction: column;
}
.ImageContent-module__image-content-loading--h5nlf {
  border: 1px solid #CCD5DF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  width: 370px;
  height: 370px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.CropImageModal-module__crop-image-container--AF2N_ {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  column-gap: 28px;
}
.CropImageModal-module__crop-image-description--z2Oaw {
  max-width: 400px;
}

.image-delete-modal-content {
  max-width: 480px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.gallery {
  width: 268px;
  max-height: 290px;
  min-height: 160px;
}
@media (min-width: 700px) and (max-width: 1019px) {
  .gallery {
    width: 408px;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  .gallery {
    width: 548px;
  }
}
@media (min-width: 1340px) {
  .gallery {
    width: 548px;
  }
}
.gallery-description {
  font-weight: normal;
}
.gallery-images {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
}
.gallery-image-footnote {
  display: flex;
  gap: 8px;
  color: #883BE9;
}
.gallery-select {
  font-weight: normal;
}
.gallery-image-container {
  position: relative;
  width: 128px;
  height: 128px;
}
.gallery-image {
  box-sizing: border-box;
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 4px;
  transition: border 0.3s, outline 0.3s;
  outline: 2px solid transparent;
}
.gallery-image:hover {
  cursor: pointer;
  outline: 2px solid #0070FF;
  transition: border 0.3s, outline 0.3s;
}
.gallery-image-ai {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.gallery-image-sizes {
  display: flex;
  align-items: center;
  color: #5E6C77;
  gap: 8px;
}
.gallery-image-delete {
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.gallery {
  width: 268px;
  max-height: 290px;
  min-height: 160px;
}
@media (min-width: 700px) and (max-width: 1019px) {
  .gallery {
    width: 408px;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  .gallery {
    width: 548px;
  }
}
@media (min-width: 1340px) {
  .gallery {
    width: 548px;
  }
}
.gallery-description {
  font-weight: normal;
}
.gallery-images {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
}
.gallery-image-footnote {
  display: flex;
  gap: 8px;
  color: #883BE9;
}
.gallery-select {
  font-weight: normal;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.progress-bar {
  display: flex;
  align-items: end;
}
.progress-bar-step {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
.progress-bar-step__title {
  min-height: 20px;
  text-align: center;
  color: #768694;
}
.progress-bar-step__title_active {
  color: #2A3137;
}
.progress-bar-step__line {
  height: 16px;
  width: calc(100% + 30px);
  position: relative;
}
.progress-bar-step__line::before {
  content: '';
  display: block;
  height: 1px;
  background: #CCD5DF;
  top: 50%;
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 0;
}
.progress-bar-step__line::after {
  content: '';
  display: block;
  height: 1px;
  background: #CCD5DF;
  top: 50%;
  position: absolute;
  z-index: 1;
  width: calc(50% + 30px - 16px / 2);
  right: 0;
}
.progress-bar-step__line_first-part-filled.progress-bar-step__line::before,
.progress-bar-step__line_second-part-filled.progress-bar-step__line::after {
  background: #0DC267;
}
.progress-bar-step__icon {
  position: absolute;
  left: calc(50% - 30px + 16px / 2);
  display: flex;
  z-index: 2;
  background-color: #ffffff;
}
.progress-bar-step:last-child {
  padding-right: 0;
}
.progress-bar-step:last-child > .progress-bar-step__line {
  width: 100%;
}
.progress-bar-step:last-child > .progress-bar-step__line::after {
  width: 50%;
}
.progress-bar-step:last-child > .progress-bar-step__line::before {
  width: 50%;
}
.progress-bar-step:last-child > .progress-bar-step__line > .progress-bar-step__icon {
  left: calc(50% - 16px / 2);
}

.preview-age {
  text-transform: lowercase;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.Banner-module__add-banner-preview--rU64a {
  display: flex;
  gap: var(--magritte-core-space-2-x-v21-4-6);
}
.Banner-module__add-banner-preview__image-container--aU7hw {
  position: relative;
  height: 75px;
}
.Banner-module__add-banner-preview__image--IRlZL {
  width: 90px;
  height: 75px;
  object-fit: cover;
  border-radius: 4px;
}
.Banner-module__add-banner-preview__limit--hUzPQ {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #F4F6FB;
  height: 14px;
  width: 20px;
  border-radius: 4px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Banner-module__banner-preview-text--WSgUT {
  overflow-wrap: break-word;
  max-width: 200px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.preview__targetings {
  color: #5E6C77;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.audience-reach {
  padding: 12px;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border: 1px solid #CCD5DF;
  border-radius: 4px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.predict-tip {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 4px;
  gap: 4px;
  background: #F4F6FB;
}
.predict-tip__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.predict-tip__body {
  padding-left: 24px;
  background: inherit;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.traffic-light {
  display: flex;
  gap: 8px;
}
.traffic-light_section {
  border-radius: 4px;
  height: 8px;
  width: 100%;
  opacity: 0.4;
}
.traffic-light-selected {
  opacity: 1;
}
.traffic-light__ready {
  background: #FDB5A7;
}
.traffic-light__ready-selected {
  background: #FF4D3A;
}
.traffic-light__steady {
  background: #FDF0C7;
}
.traffic-light__steady-selected {
  background: #D9B63A;
}
.traffic-light__go {
  background: #E0F6E5;
}
.traffic-light__go-selected {
  background: #0DC267;
}

.SourceDisableCard-module__card-content--cJN_Q {
  position: relative;
}
.SourceDisableCard-module__icon--op7tj {
  position: absolute;
  top: -2px;
  right: 0;
}
.SourceDisableCard-module__text--gBs59 {
  max-width: 270px;
}

.AdExamplesModal-module__chips-wrapper--ywZe_ {
  display: flex;
  row-gap: 8px;
  flex-wrap: wrap;
  max-width: 784px;
}

.AdExamplesCard-module__eye-icon--YhfZX {
  flex-shrink: 0;
}

.ClicksForecastCard-module__size-limitter--aEYfg {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1340px) {
  .ClicksForecastCard-module__size-limitter--aEYfg {
    max-width: 118px;
  }
}

.ThirdStepSidebar-module__sidebar-edit--I861x {
  margin-top: 120px;
}
.ThirdStepSidebar-module__sidebar-create--rCdhv {
  margin-top: 60px;
}

.ad-create {
  display: flex;
}
.ad-create__form {
  width: 75%;
  padding-right: 15px;
}
.ad-create__sidebar {
  width: 30%;
  padding-left: 15px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.form-item-hint {
  display: flex;
  justify-content: space-between;
}
.form-item-error {
  color: #FF4D3A;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.custom-radio-item-input {
  position: fixed;
  left: 0;
  top: 0;
  clip: rect(0 0 0 0);
}
.custom-radio-item {
  cursor: pointer;
  box-shadow: 0 0 0 1px #CCD5DF;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-radio-item-input:checked + .custom-radio-item {
  margin-top: 0;
  background-color: #E7F2FF;
  box-shadow: 0 0 0 3px #0070FF;
}
.custom-radio-item_invalid {
  box-shadow: 0 0 0 1px #FF4D3A;
}

.MaximumPriceTip-module__tip-container--rfQMU {
  max-width: 170px;
}
.MaximumPriceTip-module__description-item--jlbjU {
  list-style-type: disc;
  margin-left: 16px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.product-types-container {
  display: flex;
  gap: 20px;
}
.product-types-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.product-types-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 246px;
  height: 100%;
  padding: 24px;
}
.product-types-hint-highlighted {
  color: #0DC267;
}
.product-types-description-item {
  list-style-type: disc;
  margin-left: 16px;
  color: #768694;
}
.product-types-sources-basic {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjI0IgogICBoZWlnaHQ9IjI0IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmcyIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxwYXRoCiAgICAgZD0iTSAxMS45OTk5OTksMjQgQyAxOC42Mjc3NSwyNCAyNCwxOC42Mjc3NSAyNCwxMS45OTk5OTkgMjQsNS4zNzIyNDk5IDE4LjYyNzc1LDAgMTEuOTk5OTk5LDAgNS4zNzIyNDk5LDAgMCw1LjM3MjI0OTkgMCwxMS45OTk5OTkgMCwxOC42Mjc3NSA1LjM3MjI0OTksMjQgMTEuOTk5OTk5LDI0IG0gMCwwIgogICAgIHN0eWxlPSJmaWxsOiNmZjAwMDI7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMTg3NSIKICAgICBpZD0icGF0aDEiIC8+CiAgPHBhdGgKICAgICBkPSJNIDE3LjgzODE4OCwxMC4xMjgxOTIgQyAxNy40NzQ4MTIsOS43NTc2NTkzIDE2Ljk1OTE4Nyw5LjU1NTMxNDUgMTYuMzI5Mzc1LDkuNTU1MzE0NSBjIC0wLjc4MzAwMSwwIC0xLjM4NTA2MiwwLjMxNDY1NTUgLTEuNzMwNjI1LDAuOTA0MDU0NSBWIDcuNTMyOTgwNiBIIDEyLjc4MyB2IDguMDIxNTc4NCBoIDEuODE1NTYyIHYgLTIuODIwMjA0IGMgMCwtMC42NTcxNTYgMC4xMzYzMTMsLTEuMDc4MzY3IDAuMzQwNjg3LC0xLjMyNTYzNyAwLjE5ODM3NiwtMC4yNDcyNjkgMC40NzYwNjQsLTAuMzQyMzE1IDAuNzc3MDAxLC0wLjM0MjMxNSAwLjI2NjYyNSwwIDAuNDc2ODEzLDAuMDg0MDkgMC42MjQsMC4yMzU3NiAwLjE0ODEyNSwwLjE1NzIzNCAwLjIzMzA2MywwLjM5ODc0OSAwLjIzMzA2MywwLjczNjA1MiB2IDMuNTExMTQ2IGggMS44MTU1NjIgViAxMS42ODQzOSBjIDAsLTAuNjU3MTU2IC0wLjE5MzMxMywtMS4xOTA4NjQgLTAuNTUwNjg3LC0xLjU1NjE5OCBNIDkuNzE5MjQ5OSw5LjU1NTMxNDUgYyAtMC43ODMsMCAtMS4zODQzMTI1LDAuMzE0NjU1NSAtMS43MzA2MjUsMC45MDQwNTQ1IFYgNy41MzI5ODA2IEggNi4xNzI4NzUgdiA4LjAyMTU3ODQgaCAxLjgxNTU2MjUgdiAtMi44MjAyMDQgYyAwLC0wLjY1NzE1NiAwLjEzNjMxMjUsLTEuMDc4MzY3IDAuMzQwNjg3NCwtMS4zMjU2MzcgMC4xOTgzNzUsLTAuMjQ3MjY5IDAuNDc2ODEyNSwtMC4zNDIzMTUgMC43NzcsLTAuMzQyMzE1IDAuMjY2NjI1LDAgMC40NzY4MTI1LDAuMDg0MDkgMC42MjQxODc1LDAuMjM1NzYgMC4xNDc5Mzc1LDAuMTU3MjM0IDAuMjMyODc1LDAuMzk4NzQ5IDAuMjMyODc1LDAuNzM2MDUyIHYgMy41MTExNDYgSCAxMS43Nzg3NSBWIDExLjY4NDM5IGMgMCwtMC42NTcxNTYgLTAuMTkyNTYyLC0xLjE5MDg2NCAtMC41NTU5MzgsLTEuNTYyMTM5IEMgMTAuODY1NDM3LDkuNzUxNzE4OSAxMC4zNDkwNjIsOS41NTUzMTQ1IDkuNzE5MDYyNCw5LjU1NTMxNDUgbSAwLDAiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4xODY1NjYiCiAgICAgaWQ9InBhdGgyIiAvPgo8L3N2Zz4K);
  width: 24px;
  height: 24px;
}
.product-types-sources {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9Ijk1Ljk3NTk5OCIKICAgaGVpZ2h0PSIyNCIKICAgZmlsbD0ibm9uZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMTEiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTY5OF80MzIwMSkiCiAgICAgaWQ9ImcyIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAyNCkiPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gMTIsMjMuOTc2IEMgMTguNjE0LDIzLjk3NiAyMy45NzYsMTguNjE0IDIzLjk3NiwxMiAyMy45NzYsNS4zODYgMTguNjE0LDAuMDI0IDEyLDAuMDI0IDUuMzg2LDAuMDI0IDAuMDI0LDUuMzg2IDAuMDI0LDEyIDAuMDI0LDE4LjYxNCA1LjM4NiwyMy45NzYgMTIsMjMuOTc2IFoiCiAgICAgICBmaWxsPSIjZmMzZjFkIgogICAgICAgaWQ9InBhdGgxIiAvPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gMTYuMzMzLDE5LjUxOCBIIDEzLjcwNSBWIDYuNTE2IGggLTEuMTcyIGMgLTIuMTQ2LDAgLTMuMjcsMS4wNzMgLTMuMjcsMi42NzYgMCwxLjgxNyAwLjc3NSwyLjY2IDIuMzgsMy43MzMgbCAxLjMyMiwwLjg5MSAtMy44LDUuNyBIIDYuMzM4IGwgMy40MiwtNS4wODkgQyA3Ljc5MSwxMy4wMjMgNi42ODUsMTEuNjUyIDYuNjg1LDkuMzM4IDYuNjg1LDYuNDQ4IDguNyw0LjQ4IDEyLjUxNSw0LjQ4IGggMy44IHYgMTUuMDM0IGggMC4wMTggeiIKICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICBpZD0icGF0aDIiIC8+CiAgPC9nPgogIDxyZWN0CiAgICAgeD0iMTcuOTc2IgogICAgIHdpZHRoPSIyNCIKICAgICBoZWlnaHQ9IjI0IgogICAgIHJ4PSIxMiIKICAgICBmaWxsPSIjZmY5ZTAwIgogICAgIGlkPSJyZWN0MiIKICAgICB5PSIwIiAvPgogIDxwYXRoCiAgICAgZD0ibSAzMS43ODMsMTEuOTk4IGEgMS44MDYsMS44MDYgMCAxIDEgLTMuNjExLDAgMS44MDYsMS44MDYgMCAwIDEgMy42MTEsMCB6IE0gMjkuOTc4LDYgQSA2LjAwOSw2LjAwOSAwIDAgMCAyMy45NzYsMTIuMDAyIDYuMDA2LDYuMDA2IDAgMCAwIDI5Ljk3OCwxOCBjIDEuMjEsMCAyLjM4LC0wLjM2MSAzLjM4LC0xLjA0NSBsIDAuMDIsLTAuMDEyIC0wLjgxLC0wLjk0IC0wLjAxNCwwLjAwOCBhIDQuNzcsNC43NyAwIDAgMSAtMi41NzYsMC43NTYgNC43NzUsNC43NzUgMCAwIDEgLTQuNzY4LC00Ljc2OSA0Ljc3NSw0Ljc3NSAwIDAgMSA0Ljc2OCwtNC43NjggNC43NzUsNC43NzUgMCAwIDEgNC42NTUsNS43OTUgYyAtMC4xNSwwLjYyIC0wLjU4MiwwLjgwOCAtMC45MSwwLjc4MiAtMC4zMjcsLTAuMDI2IC0wLjcxLC0wLjI2IC0wLjcxNCwtMC44MzEgdiAtMC45NzggYSAzLjAzOCwzLjAzOCAwIDAgMCAtMy4wMzUsLTMuMDM1IDMuMDM4LDMuMDM4IDAgMCAwIC0zLjAzNSwzLjAzNSAzLjAzOCwzLjAzOCAwIDAgMCAzLjAzNSwzLjAzNSBjIDAuODEyLDAgMS41NzYsLTAuMzIgMi4xNTEsLTAuODk1IGEgMS45NTMsMS45NTMgMCAwIDAgMS42NjIsMC45MDIgMi4wNCwyLjA0IDAgMCAwIDEuMjE5LC0wLjQxIGMgMC4zNiwtMC4yNzQgMC42MjgsLTAuNjY5IDAuNzc0LC0xLjE0MyAwLjAyMywtMC4wNzUgMC4wNjgsLTAuMjUyIDAuMDY4LC0wLjI1MiB2IC0wLjAwNyBjIDAuMDg3LC0wLjM4IDAuMTI4LC0wLjc2IDAuMTI4LC0xLjIzIEMgMzUuOTgsOC42OTMgMzMuMjg3LDYgMjkuOTc4LDYgWiIKICAgICBmaWxsPSIjZmZmZmZmIgogICAgIGlkPSJwYXRoMyIgLz4KICA8cmVjdAogICAgIHg9IjM1Ljk3NjAwMiIKICAgICB3aWR0aD0iMjQiCiAgICAgaGVpZ2h0PSIyNCIKICAgICByeD0iMTIiCiAgICAgZmlsbD0iIzAwNzdmZiIKICAgICBpZD0icmVjdDMiCiAgICAgeT0iMCIgLz4KICA8cGF0aAogICAgIGQ9Im0gNDguNjE1LDE2LjIgYyAtNC42LDAgLTcuMjIzLC0zLjE1MyAtNy4zMzIsLTguNCBoIDIuMzAzIGMgMC4wNzYsMy44NSAxLjc3NSw1LjQ4MiAzLjEyLDUuODE4IFYgNy44IGggMi4xNyB2IDMuMzIxIEMgNTAuMjA0LDEwLjk3OCA1MS42LDkuNDY1IDUyLjA3LDcuOCBoIDIuMTcgYyAtMC4zNjIsMi4wNTEgLTEuODc1LDMuNTY1IC0yLjk1MSw0LjE4NyAxLjA3NiwwLjUwNSAyLjgsMS44MjUgMy40NTYsNC4yMTMgaCAtMi4zODkgYyAtMC41MTMsLTEuNTk4IC0xLjc5LC0yLjgzNCAtMy40OCwtMy4wMDIgViAxNi4yIFoiCiAgICAgZmlsbD0iI2ZmZmZmZiIKICAgICBpZD0icGF0aDQiIC8+CiAgPGcKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcDFfMTY5OF80MzIwMSkiCiAgICAgaWQ9Imc4IgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAyNCkiPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gNTQsMTEuNTIgQyA1NCw2LjA5IDU0LDMuMzc0IDU1LjY4NywxLjY4NyA1Ny4zNzQsMCA2MC4wOSwwIDY1LjUyLDAgaCAwLjk2IGMgNS40MywwIDguMTQ2LDAgOS44MzMsMS42ODcgQyA3OCwzLjM3NCA3OCw2LjA5IDc4LDExLjUyIHYgMC45NiBjIDAsNS40MyAwLDguMTQ2IC0xLjY4Nyw5LjgzMyBDIDc0LjYyNiwyNCA3MS45MTEsMjQgNjYuNDgsMjQgSCA2NS41MiBDIDYwLjA5LDI0IDU3LjM3NCwyNCA1NS42ODcsMjIuMzEzIDU0LDIwLjYyNiA1NCwxNy45MTEgNTQsMTIuNDggWiIKICAgICAgIGZpbGw9IiNmNzkzMWUiCiAgICAgICBpZD0icGF0aDUiIC8+CiAgICA8ZwogICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXAyXzE2OThfNDMyMDEpIgogICAgICAgZmlsbD0iI2ZmZmZmZiIKICAgICAgIGlkPSJnNyI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gNjUuMTY3LDE0LjYwNiBjIC0xLjAxOCwtMC4xMDMgLTEuOTM1LC0wLjM0NyAtMi43MiwtMC45NDQgLTAuMDk4LC0wLjA3NCAtMC4xOTksLTAuMTQ1IC0wLjI4OCwtMC4yMjggLTAuMzQ0LC0wLjMyIC0wLjM3OCwtMC42ODggLTAuMTA2LC0xLjA2NyAwLjIzMywtMC4zMjQgMC42MjMsLTAuNDEgMS4wMywtMC4yMjUgMC4wNzgsMC4wMzcgMC4xNTMsMC4wODIgMC4yMjUsMC4xMyAxLjQ2MywwLjk3NyAzLjQ3NCwxLjAwNCA0Ljk0NCwwLjA0NCAwLjE0NSwtMC4xMDkgMC4zLC0wLjE5NyAwLjQ4MSwtMC4yNDIgMC4zNSwtMC4wODggMC42NzgsMC4wMzcgMC44NjYsMC4zMzYgMC4yMTUsMC4zNCAwLjIxMiwwLjY3MiAtMC4wNTMsMC45MzcgYSA0LjAwOCw0LjAwOCAwIDAgMSAtMS40MzgsMC45MDIgYyAtMC41MTMsMC4xOTQgLTEuMDc1LDAuMjkxIC0xLjYzMiwwLjM1NiAwLjA4NCwwLjA4OCAwLjEyNCwwLjEzMiAwLjE3NiwwLjE4MyAwLjc1NiwwLjczOCAxLjUxNSwxLjQ3MyAyLjI2OCwyLjIxMiAwLjI1NywwLjI1MyAwLjMxLDAuNTY1IDAuMTcsMC44NTggLTAuMTU1LDAuMzIgLTAuNTAxLDAuNTMyIC0wLjg0LDAuNTEgLTAuMjE1LC0wLjAxNSAtMC4zODMsLTAuMTIgLTAuNTMxLC0wLjI2NSAtMC41NywtMC41NTcgLTEuMTUyLC0xLjEwNSAtMS43MSwtMS42NzMgLTAuMTYzLC0wLjE2NSAtMC4yNDIsLTAuMTMzIC0wLjM4NSwwLjAxIC0wLjU3NCwwLjU3NCAtMS4xNTcsMS4xMzkgLTEuNzQzLDEuNyAtMC4yNjQsMC4yNTMgLTAuNTc3LDAuMjk4IC0wLjg4MywwLjE1NCAtMC4zMjQsLTAuMTUzIC0wLjUzMSwtMC40NzUgLTAuNTE1LC0wLjc5OCAwLjAxMSwtMC4yMiAwLjEyMiwtMC4zODYgMC4yNzYsLTAuNTM2IDAuNzQ4LC0wLjcyNiAxLjQ5NCwtMS40NTMgMi4yNCwtMi4xOCAwLjA1LC0wLjA0OCAwLjA5NiwtMC4xIDAuMTY4LC0wLjE3NCB6IgogICAgICAgICBpZD0icGF0aDYiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gNjUuNzg2LDEyLjA3OSBjIC0xLjgxNSwtMC4wMDYgLTMuMzAzLC0xLjQ2OCAtMy4yOTMsLTMuMjM0IDAuMDEsLTEuNzg2IDEuNSwtMy4yMjUgMy4zMzMsLTMuMjIgMS44MzcsMC4wMDUgMy4zMTEsMS40NjQgMy4zMDIsMy4yNjkgLTAuMDEsMS43NjIgLTEuNTA4LDMuMTkgLTMuMzQyLDMuMTg1IHogbSAxLjY1LC0zLjIzIEMgNjcuNDMzLDcuOTcyIDY2LjcxNCw3LjI3NCA2NS44MTMsNy4yNzMgYyAtMC45MDksMCAtMS42MzQsMC43MSAtMS42MjcsMS41OTUgMC4wMDcsMC44NzMgMC43MzIsMS41NjcgMS42MzUsMS41NjMgMC45MDEsLTAuMDAzIDEuNjE4LC0wLjcwNSAxLjYxNSwtMS41ODIgeiIKICAgICAgICAgaWQ9InBhdGg3IiAvPgogICAgPC9nPgogIDwvZz4KICA8ZGVmcwogICAgIGlkPSJkZWZzMTEiPgogICAgPGNsaXBQYXRoCiAgICAgICBpZD0iY2xpcDBfMTY5OF80MzIwMSI+CiAgICAgIDxwYXRoCiAgICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICAgIGQ9Ik0gMCwwIEggMjQgViAyNCBIIDAgWiIKICAgICAgICAgaWQ9InBhdGgxMCIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGlkPSJjbGlwMV8xNjk4XzQzMjAxIj4KICAgICAgPHJlY3QKICAgICAgICAgeD0iNTQiCiAgICAgICAgIHdpZHRoPSIyNCIKICAgICAgICAgaGVpZ2h0PSIyNCIKICAgICAgICAgcng9IjEyIgogICAgICAgICBmaWxsPSIjZmZmZmZmIgogICAgICAgICBpZD0icmVjdDEwIgogICAgICAgICB5PSIwIiAvPgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgaWQ9ImNsaXAyXzE2OThfNDMyMDEiPgogICAgICA8cGF0aAogICAgICAgICBmaWxsPSIjZmZmZmZmIgogICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OS4yNSw1LjYyNSkiCiAgICAgICAgIGQ9Ik0gMCwwIEggMTMuMTI1IFYgMTIuNzUgSCAwIFoiCiAgICAgICAgIGlkPSJwYXRoMTEiIC8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8cGF0aAogICAgIGQ9Im0gODMuOTc2LDI0IGMgNi42Mjc3NSwwIDEyLC01LjM3MjI1IDEyLC0xMi4wMDAwMDEgQyA5NS45NzYsNS4zNzIyNSA5MC42MDM3NSwwIDgzLjk3NiwwIGMgLTYuNjI3NzUsMCAtMTIsNS4zNzIyNSAtMTIsMTEuOTk5OTk5IEMgNzEuOTc2LDE4LjYyNzc1IDc3LjM0ODI1LDI0IDgzLjk3NiwyNCBtIDAsMCIKICAgICBzdHlsZT0iZmlsbDojZmYwMDAyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjE4NzUiCiAgICAgaWQ9InBhdGgxLTMiIC8+CiAgPHBhdGgKICAgICBkPSJtIDg5LjgxNDE5LDEwLjEyODE5MiBjIC0wLjM2MzM4LC0wLjM3MDUzMzQgLTAuODc5LC0wLjU3Mjg3ODQgLTEuNTA4ODEsLTAuNTcyODc4NCAtMC43ODMwMSwwIC0xLjM4NTA3LDAuMzE0NjU2IC0xLjczMDYzLDAuOTA0MDU1NCBWIDcuNTMyOTgwNiBIIDg0Ljc1OSB2IDguMDIxNTc4NCBoIDEuODE1NTYgdiAtMi44MjAyMDQgYyAwLC0wLjY1NzE1NiAwLjEzNjMyLC0xLjA3ODM2NyAwLjM0MDY5LC0xLjMyNTYzNyAwLjE5ODM4LC0wLjI0NzI2OSAwLjQ3NjA2LC0wLjM0MjMxNSAwLjc3NywtMC4zNDIzMTUgMC4yNjY2MywwIDAuNDc2ODEsMC4wODQwOSAwLjYyNCwwLjIzNTc2IDAuMTQ4MTMsMC4xNTcyMzQgMC4yMzMwNiwwLjM5ODc0OSAwLjIzMzA2LDAuNzM2MDUyIHYgMy41MTExNDYgaCAxLjgxNTU3IFYgMTEuNjg0MzkgYyAwLC0wLjY1NzE1NiAtMC4xOTMzMiwtMS4xOTA4NjQgLTAuNTUwNjksLTEuNTU2MTk4IE0gODEuNjk1MjUsOS41NTUzMTM2IGMgLTAuNzgzLDAgLTEuMzg0MzEsMC4zMTQ2NTYgLTEuNzMwNjMsMC45MDQwNTU0IFYgNy41MzI5ODA2IGggLTEuODE1NzQgdiA4LjAyMTU3ODQgaCAxLjgxNTU2IHYgLTIuODIwMjA0IGMgMCwtMC42NTcxNTYgMC4xMzYzMSwtMS4wNzgzNjcgMC4zNDA2OCwtMS4zMjU2MzcgMC4xOTgzOCwtMC4yNDcyNjkgMC40NzY4MiwtMC4zNDIzMTUgMC43NzcsLTAuMzQyMzE1IDAuMjY2NjMsMCAwLjQ3NjgyLDAuMDg0MDkgMC42MjQxOSwwLjIzNTc2IDAuMTQ3OTQsMC4xNTcyMzQgMC4yMzI4OCwwLjM5ODc0OSAwLjIzMjg4LDAuNzM2MDUyIHYgMy41MTExNDYgaCAxLjgxNTU2IFYgMTEuNjg0MzkgYyAwLC0wLjY1NzE1NiAtMC4xOTI1NiwtMS4xOTA4NjQgLTAuNTU1OTQsLTEuNTYyMTM5IEMgODIuODQxNDQsOS43NTE3MTg2IDgyLjMyNTA2LDkuNTU1MzEzNiA4MS42OTUwNiw5LjU1NTMxMzYgbSAwLDAiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4xODY1NjYiCiAgICAgaWQ9InBhdGgyLTUiIC8+Cjwvc3ZnPgo=);
  width: 96px;
  height: 24px;
}
.product-types-content {
  position: relative;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.promotion-types-container {
  display: flex;
  gap: 20px;
}
.promotion-types-item_old {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
  max-width: 327px;
  padding: 24px;
}
.promotion-types-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 246px;
  height: 100%;
  padding: 24px;
}
.promotion-types-description-item {
  list-style-type: disc;
  margin-left: 16px;
  color: #768694;
}
.promotion-types-sources {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9Ijk1Ljk3NTk5OCIKICAgaGVpZ2h0PSIyNCIKICAgZmlsbD0ibm9uZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMTEiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTY5OF80MzIwMSkiCiAgICAgaWQ9ImcyIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAyNCkiPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gMTIsMjMuOTc2IEMgMTguNjE0LDIzLjk3NiAyMy45NzYsMTguNjE0IDIzLjk3NiwxMiAyMy45NzYsNS4zODYgMTguNjE0LDAuMDI0IDEyLDAuMDI0IDUuMzg2LDAuMDI0IDAuMDI0LDUuMzg2IDAuMDI0LDEyIDAuMDI0LDE4LjYxNCA1LjM4NiwyMy45NzYgMTIsMjMuOTc2IFoiCiAgICAgICBmaWxsPSIjZmMzZjFkIgogICAgICAgaWQ9InBhdGgxIiAvPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gMTYuMzMzLDE5LjUxOCBIIDEzLjcwNSBWIDYuNTE2IGggLTEuMTcyIGMgLTIuMTQ2LDAgLTMuMjcsMS4wNzMgLTMuMjcsMi42NzYgMCwxLjgxNyAwLjc3NSwyLjY2IDIuMzgsMy43MzMgbCAxLjMyMiwwLjg5MSAtMy44LDUuNyBIIDYuMzM4IGwgMy40MiwtNS4wODkgQyA3Ljc5MSwxMy4wMjMgNi42ODUsMTEuNjUyIDYuNjg1LDkuMzM4IDYuNjg1LDYuNDQ4IDguNyw0LjQ4IDEyLjUxNSw0LjQ4IGggMy44IHYgMTUuMDM0IGggMC4wMTggeiIKICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICBpZD0icGF0aDIiIC8+CiAgPC9nPgogIDxyZWN0CiAgICAgeD0iMTcuOTc2IgogICAgIHdpZHRoPSIyNCIKICAgICBoZWlnaHQ9IjI0IgogICAgIHJ4PSIxMiIKICAgICBmaWxsPSIjZmY5ZTAwIgogICAgIGlkPSJyZWN0MiIKICAgICB5PSIwIiAvPgogIDxwYXRoCiAgICAgZD0ibSAzMS43ODMsMTEuOTk4IGEgMS44MDYsMS44MDYgMCAxIDEgLTMuNjExLDAgMS44MDYsMS44MDYgMCAwIDEgMy42MTEsMCB6IE0gMjkuOTc4LDYgQSA2LjAwOSw2LjAwOSAwIDAgMCAyMy45NzYsMTIuMDAyIDYuMDA2LDYuMDA2IDAgMCAwIDI5Ljk3OCwxOCBjIDEuMjEsMCAyLjM4LC0wLjM2MSAzLjM4LC0xLjA0NSBsIDAuMDIsLTAuMDEyIC0wLjgxLC0wLjk0IC0wLjAxNCwwLjAwOCBhIDQuNzcsNC43NyAwIDAgMSAtMi41NzYsMC43NTYgNC43NzUsNC43NzUgMCAwIDEgLTQuNzY4LC00Ljc2OSA0Ljc3NSw0Ljc3NSAwIDAgMSA0Ljc2OCwtNC43NjggNC43NzUsNC43NzUgMCAwIDEgNC42NTUsNS43OTUgYyAtMC4xNSwwLjYyIC0wLjU4MiwwLjgwOCAtMC45MSwwLjc4MiAtMC4zMjcsLTAuMDI2IC0wLjcxLC0wLjI2IC0wLjcxNCwtMC44MzEgdiAtMC45NzggYSAzLjAzOCwzLjAzOCAwIDAgMCAtMy4wMzUsLTMuMDM1IDMuMDM4LDMuMDM4IDAgMCAwIC0zLjAzNSwzLjAzNSAzLjAzOCwzLjAzOCAwIDAgMCAzLjAzNSwzLjAzNSBjIDAuODEyLDAgMS41NzYsLTAuMzIgMi4xNTEsLTAuODk1IGEgMS45NTMsMS45NTMgMCAwIDAgMS42NjIsMC45MDIgMi4wNCwyLjA0IDAgMCAwIDEuMjE5LC0wLjQxIGMgMC4zNiwtMC4yNzQgMC42MjgsLTAuNjY5IDAuNzc0LC0xLjE0MyAwLjAyMywtMC4wNzUgMC4wNjgsLTAuMjUyIDAuMDY4LC0wLjI1MiB2IC0wLjAwNyBjIDAuMDg3LC0wLjM4IDAuMTI4LC0wLjc2IDAuMTI4LC0xLjIzIEMgMzUuOTgsOC42OTMgMzMuMjg3LDYgMjkuOTc4LDYgWiIKICAgICBmaWxsPSIjZmZmZmZmIgogICAgIGlkPSJwYXRoMyIgLz4KICA8cmVjdAogICAgIHg9IjM1Ljk3NjAwMiIKICAgICB3aWR0aD0iMjQiCiAgICAgaGVpZ2h0PSIyNCIKICAgICByeD0iMTIiCiAgICAgZmlsbD0iIzAwNzdmZiIKICAgICBpZD0icmVjdDMiCiAgICAgeT0iMCIgLz4KICA8cGF0aAogICAgIGQ9Im0gNDguNjE1LDE2LjIgYyAtNC42LDAgLTcuMjIzLC0zLjE1MyAtNy4zMzIsLTguNCBoIDIuMzAzIGMgMC4wNzYsMy44NSAxLjc3NSw1LjQ4MiAzLjEyLDUuODE4IFYgNy44IGggMi4xNyB2IDMuMzIxIEMgNTAuMjA0LDEwLjk3OCA1MS42LDkuNDY1IDUyLjA3LDcuOCBoIDIuMTcgYyAtMC4zNjIsMi4wNTEgLTEuODc1LDMuNTY1IC0yLjk1MSw0LjE4NyAxLjA3NiwwLjUwNSAyLjgsMS44MjUgMy40NTYsNC4yMTMgaCAtMi4zODkgYyAtMC41MTMsLTEuNTk4IC0xLjc5LC0yLjgzNCAtMy40OCwtMy4wMDIgViAxNi4yIFoiCiAgICAgZmlsbD0iI2ZmZmZmZiIKICAgICBpZD0icGF0aDQiIC8+CiAgPGcKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcDFfMTY5OF80MzIwMSkiCiAgICAgaWQ9Imc4IgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAyNCkiPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gNTQsMTEuNTIgQyA1NCw2LjA5IDU0LDMuMzc0IDU1LjY4NywxLjY4NyA1Ny4zNzQsMCA2MC4wOSwwIDY1LjUyLDAgaCAwLjk2IGMgNS40MywwIDguMTQ2LDAgOS44MzMsMS42ODcgQyA3OCwzLjM3NCA3OCw2LjA5IDc4LDExLjUyIHYgMC45NiBjIDAsNS40MyAwLDguMTQ2IC0xLjY4Nyw5LjgzMyBDIDc0LjYyNiwyNCA3MS45MTEsMjQgNjYuNDgsMjQgSCA2NS41MiBDIDYwLjA5LDI0IDU3LjM3NCwyNCA1NS42ODcsMjIuMzEzIDU0LDIwLjYyNiA1NCwxNy45MTEgNTQsMTIuNDggWiIKICAgICAgIGZpbGw9IiNmNzkzMWUiCiAgICAgICBpZD0icGF0aDUiIC8+CiAgICA8ZwogICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXAyXzE2OThfNDMyMDEpIgogICAgICAgZmlsbD0iI2ZmZmZmZiIKICAgICAgIGlkPSJnNyI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gNjUuMTY3LDE0LjYwNiBjIC0xLjAxOCwtMC4xMDMgLTEuOTM1LC0wLjM0NyAtMi43MiwtMC45NDQgLTAuMDk4LC0wLjA3NCAtMC4xOTksLTAuMTQ1IC0wLjI4OCwtMC4yMjggLTAuMzQ0LC0wLjMyIC0wLjM3OCwtMC42ODggLTAuMTA2LC0xLjA2NyAwLjIzMywtMC4zMjQgMC42MjMsLTAuNDEgMS4wMywtMC4yMjUgMC4wNzgsMC4wMzcgMC4xNTMsMC4wODIgMC4yMjUsMC4xMyAxLjQ2MywwLjk3NyAzLjQ3NCwxLjAwNCA0Ljk0NCwwLjA0NCAwLjE0NSwtMC4xMDkgMC4zLC0wLjE5NyAwLjQ4MSwtMC4yNDIgMC4zNSwtMC4wODggMC42NzgsMC4wMzcgMC44NjYsMC4zMzYgMC4yMTUsMC4zNCAwLjIxMiwwLjY3MiAtMC4wNTMsMC45MzcgYSA0LjAwOCw0LjAwOCAwIDAgMSAtMS40MzgsMC45MDIgYyAtMC41MTMsMC4xOTQgLTEuMDc1LDAuMjkxIC0xLjYzMiwwLjM1NiAwLjA4NCwwLjA4OCAwLjEyNCwwLjEzMiAwLjE3NiwwLjE4MyAwLjc1NiwwLjczOCAxLjUxNSwxLjQ3MyAyLjI2OCwyLjIxMiAwLjI1NywwLjI1MyAwLjMxLDAuNTY1IDAuMTcsMC44NTggLTAuMTU1LDAuMzIgLTAuNTAxLDAuNTMyIC0wLjg0LDAuNTEgLTAuMjE1LC0wLjAxNSAtMC4zODMsLTAuMTIgLTAuNTMxLC0wLjI2NSAtMC41NywtMC41NTcgLTEuMTUyLC0xLjEwNSAtMS43MSwtMS42NzMgLTAuMTYzLC0wLjE2NSAtMC4yNDIsLTAuMTMzIC0wLjM4NSwwLjAxIC0wLjU3NCwwLjU3NCAtMS4xNTcsMS4xMzkgLTEuNzQzLDEuNyAtMC4yNjQsMC4yNTMgLTAuNTc3LDAuMjk4IC0wLjg4MywwLjE1NCAtMC4zMjQsLTAuMTUzIC0wLjUzMSwtMC40NzUgLTAuNTE1LC0wLjc5OCAwLjAxMSwtMC4yMiAwLjEyMiwtMC4zODYgMC4yNzYsLTAuNTM2IDAuNzQ4LC0wLjcyNiAxLjQ5NCwtMS40NTMgMi4yNCwtMi4xOCAwLjA1LC0wLjA0OCAwLjA5NiwtMC4xIDAuMTY4LC0wLjE3NCB6IgogICAgICAgICBpZD0icGF0aDYiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gNjUuNzg2LDEyLjA3OSBjIC0xLjgxNSwtMC4wMDYgLTMuMzAzLC0xLjQ2OCAtMy4yOTMsLTMuMjM0IDAuMDEsLTEuNzg2IDEuNSwtMy4yMjUgMy4zMzMsLTMuMjIgMS44MzcsMC4wMDUgMy4zMTEsMS40NjQgMy4zMDIsMy4yNjkgLTAuMDEsMS43NjIgLTEuNTA4LDMuMTkgLTMuMzQyLDMuMTg1IHogbSAxLjY1LC0zLjIzIEMgNjcuNDMzLDcuOTcyIDY2LjcxNCw3LjI3NCA2NS44MTMsNy4yNzMgYyAtMC45MDksMCAtMS42MzQsMC43MSAtMS42MjcsMS41OTUgMC4wMDcsMC44NzMgMC43MzIsMS41NjcgMS42MzUsMS41NjMgMC45MDEsLTAuMDAzIDEuNjE4LC0wLjcwNSAxLjYxNSwtMS41ODIgeiIKICAgICAgICAgaWQ9InBhdGg3IiAvPgogICAgPC9nPgogIDwvZz4KICA8ZGVmcwogICAgIGlkPSJkZWZzMTEiPgogICAgPGNsaXBQYXRoCiAgICAgICBpZD0iY2xpcDBfMTY5OF80MzIwMSI+CiAgICAgIDxwYXRoCiAgICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICAgIGQ9Ik0gMCwwIEggMjQgViAyNCBIIDAgWiIKICAgICAgICAgaWQ9InBhdGgxMCIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGlkPSJjbGlwMV8xNjk4XzQzMjAxIj4KICAgICAgPHJlY3QKICAgICAgICAgeD0iNTQiCiAgICAgICAgIHdpZHRoPSIyNCIKICAgICAgICAgaGVpZ2h0PSIyNCIKICAgICAgICAgcng9IjEyIgogICAgICAgICBmaWxsPSIjZmZmZmZmIgogICAgICAgICBpZD0icmVjdDEwIgogICAgICAgICB5PSIwIiAvPgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgaWQ9ImNsaXAyXzE2OThfNDMyMDEiPgogICAgICA8cGF0aAogICAgICAgICBmaWxsPSIjZmZmZmZmIgogICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OS4yNSw1LjYyNSkiCiAgICAgICAgIGQ9Ik0gMCwwIEggMTMuMTI1IFYgMTIuNzUgSCAwIFoiCiAgICAgICAgIGlkPSJwYXRoMTEiIC8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8cGF0aAogICAgIGQ9Ik0gODMuOTc1OTk5LDI0IEMgOTAuNjAzNzUsMjQgOTUuOTc2LDE4LjYyNzc1IDk1Ljk3NiwxMS45OTk5OTkgOTUuOTc2LDUuMzcyMjUgOTAuNjAzNzUsMCA4My45NzU5OTksMCA3Ny4zNDgyNSwwIDcxLjk3Niw1LjM3MjI1IDcxLjk3NiwxMS45OTk5OTkgNzEuOTc2LDE4LjYyNzc1IDc3LjM0ODI1LDI0IDgzLjk3NTk5OSwyNCBtIDAsMCIKICAgICBzdHlsZT0iZmlsbDojZmYwMDAyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjE4NzUiCiAgICAgaWQ9InBhdGgxLTMiIC8+CiAgPHBhdGgKICAgICBkPSJtIDg5LjgxNDE5LDEwLjEyODE5MiBjIC0wLjM2MzM4LC0wLjM3MDUzMyAtMC44NzksLTAuNTcyODc4IC0xLjUwODgxLC0wLjU3Mjg3OCAtMC43ODMwMSwwIC0xLjM4NTA3LDAuMzE0NjU2IC0xLjczMDYzLDAuOTA0MDU1IFYgNy41MzI5ODEgSCA4NC43NTkgdiA4LjAyMTU3OCBoIDEuODE1NTYgdiAtMi44MjAyMDQgYyAwLC0wLjY1NzE1NiAwLjEzNjMyLC0xLjA3ODM2NyAwLjM0MDY5LC0xLjMyNTYzNyAwLjE5ODM4LC0wLjI0NzI2OSAwLjQ3NjA2LC0wLjM0MjMxNSAwLjc3NywtMC4zNDIzMTUgMC4yNjY2MywwIDAuNDc2ODEsMC4wODQwOSAwLjYyNCwwLjIzNTc2IDAuMTQ4MTMsMC4xNTcyMzQgMC4yMzMwNiwwLjM5ODc0OSAwLjIzMzA2LDAuNzM2MDUyIHYgMy41MTExNDYgaCAxLjgxNTU3IFYgMTEuNjg0MzkgYyAwLC0wLjY1NzE1NiAtMC4xOTMzMiwtMS4xOTA4NjQgLTAuNTUwNjksLTEuNTU2MTk4IE0gODEuNjk1MjUsOS41NTUzMTQgYyAtMC43ODMsMCAtMS4zODQzMTMsMC4zMTQ2NTYgLTEuNzMwNjI1LDAuOTA0MDU1IFYgNy41MzI5ODEgaCAtMS44MTU3NSB2IDguMDIxNTc4IGggMS44MTU1NjMgdiAtMi44MjAyMDQgYyAwLC0wLjY1NzE1NiAwLjEzNjMxMiwtMS4wNzgzNjcgMC4zNDA2ODcsLTEuMzI1NjM3IDAuMTk4Mzc1LC0wLjI0NzI2OSAwLjQ3NjgxMiwtMC4zNDIzMTUgMC43NzcsLTAuMzQyMzE1IDAuMjY2NjI1LDAgMC40NzY4MTIsMC4wODQwOSAwLjYyNDE4NywwLjIzNTc2IDAuMTQ3OTM4LDAuMTU3MjM0IDAuMjMyODc1LDAuMzk4NzQ5IDAuMjMyODc1LDAuNzM2MDUyIHYgMy41MTExNDYgSCA4My43NTQ3NSBWIDExLjY4NDM5IGMgMCwtMC42NTcxNTYgLTAuMTkyNTYyLC0xLjE5MDg2NCAtMC41NTU5MzgsLTEuNTYyMTM5IC0wLjM1NzM3NSwtMC4zNzA1MzIgLTAuODczNzUsLTAuNTY2OTM3IC0xLjUwMzc1LC0wLjU2NjkzNyBtIDAsMCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjE4NjU2NiIKICAgICBpZD0icGF0aDItNiIgLz4KPC9zdmc+Cg==);
  width: 96px;
  height: 24px;
}
.promotion-types-label {
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #FDF0C7;
  width: fit-content;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.BannerPreview-module__container--BCyIe {
  border-radius: 4px;
  border: 1px solid #EEF1F7;
  padding: 32px 20px;
}
.BannerPreview-module__preview--acDPy {
  border-radius: 4px;
  background-color: #F4F6FB;
  padding: 8px;
  width: 320px;
  box-sizing: border-box;
}
.BannerPreview-module__image-text--kYjwL {
  display: flex;
}
.BannerPreview-module__image--iGgho {
  border-radius: 4px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAACWCAYAAAB3qaIPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAACmlSURBVHgB7X1blOXGdd0p3Efffndzel7kkEPS1BLJJdKOs+ys5VhOspJ8SIrsXzGSlb+ECuVPv6T8xVJE/8r2omN/2ZZJf9p6+c+yJEp/tixKtiWLT1EcPqY50z3T7773GAdVhTpVqMLjXtzb1TOze6EBFAoFXGDjYNc5VQWBKaAm9vf34eDgAGaN0BkWk0UhL1/PF1FY+1IeVBlQbcv3y7YJsz3Pb47F101ZIl9Gp1xk52D2YeXxfZxj8N+k548/1IHFeYgG330R4Op1yM62NrnaQHrApEn+brcLMQDBT+Ym+/sS0clgHccicyAPVJyj5+FC335ZovDtViAzkXx7Z6a0qcT6kjn7+ndlMgg1NSa0ELM6RQbhXy2cyRj31bLoaM2sZF+aL7MhJN9X5GVo68yPza0zOITVaVhCjc3tuAh9cSP8wLYNTUd9nEaEJpyYldaPIFu1gCX7lScUihF8xZvfJqSWOnVvHgZWDKnd8u3thiwiW9m6CXA8hGjQ7QAM+s3JXNdU8nzoXL/TQ+hxUfLedwmiH3cs291XWsEciaAUcaWKa3kLsgfBv91Z2dmLy0qfXfenl73gmxoEX1mNCd3r9SAWjHULsQXJVIdkjNw2RGEnW14If/0g8JTpxc1tiAobq3Lukg7Huml+8LL0cRoTmjR0p9OBuOAnaZmlxcC8DFU3Az35ci8GlhwcysvmykfkafZv3tyKy0IvL6TGr9Mugcugj9OY0IT4CA31BFjIyinGYC2CuXKiWMHzHg/qPxCeXQveDXfbwWHqVj2EaEA6enEBZgJ+68ci9Kxlh4+rWFiAIKmNzg3oVZ6GxSNjYDsWNnoXrfJy3zQ43g3PfvKUi+670FslNit9ds1e92neummlYPnHttCzdt9lR6uycCFdUZ7kOZCTF8NlI5Rbc8ecewqHoDvPXS414RCfjnYJXfaGEjXzVeUfi9Cz1tGuBq22rPUuilWYmosxjZwbDAG0udzErecvOy8WQgGanV2Myn1HrjuaykC/rWlEUYhw/rEITYjGfScakLcGCk4Qy1o64evKwiAntqe4Um8JerYb+HU6kXlnD6KCa6U1hOcn1H3p+7wbhMHcBISOyX3nxFxkmpUQph/qEkRl1nqoQcL6xyzq51Kk2a9GpqPXlv3pocptU+h9HrgI8POPpIYWxkSSJJn0QIzgAgqf7gzXFtu6mHUqmV4gWJae6+dCYVoKAVRJ6CwXRQ1jwvpyvXxC/UDf7yqTJPOppHnsIYAl1ThrbAtNOCkr7bPIEujJCVYFLpTTf5RyeB8MANN6zpMeLMuZh7b7zovvQ5IjtjA4J3VIVpTJuFD6xTMAP/eoITPhVBLahuv6SqkkfA6u+l4Zy7sBzIqWn4Z3me8rSg/m3+SeC98FmfXm5cTmvltbMsvuQz2us+yBuwEeuV8+MBwTEVp6OnCGkw+B7SK4Uo2MPB5XAoSPXkj0rGMoD9+OTGOX5S2cnsj3vR6x7CgLhdcl9yOXpWb2YSJXBWlo8nYcHx/DbFC0tKXaNxNfAW065tELK8gPxo8LEwFrLIf22dyCqEAVQwqDHw3D90vU8FaRNf7Z99oSw8VEFjo7SPdkZEf+Gg881eY1jHYe4SmkIfl82a0IIEJQExasr7sqiknus1J1TqShY7PSG2vl231k5vetDpkJExO6GGCZ0DRVokqCqFzoX/aTWJVnZfS3ksOgboCw6hHFgIsPvmfNXqkvnbZuTvs+NMNaTW+HRvaSUz+h161HZkILFtrXi6UNbewrzw8BZZ4PU0ZlpUyU7+8/MpZrgrL2JTyT45P2W+jya8Bx/QZEhbNrzfLzX/rw5XpkJkxMaIKRHeNahbrE9u0XeDRsj51aNmu5J6Su0UO/xS4rAPOTw/B270roiohSqcWTrkfYi2VpjNZ377m32cPQEqG1t8Nc6KC2rbSCZeSuR3qs3OrojhBXnbTsLSB8bfCgogARzF5m3Av5sPx47ssmOm/Hkj89xAnyZNx7DhqhFUL3en15o0XRDeNOPJ3n43OJELllmrZVMlLpyWvdXfSWEtQgAXeGbWzLnkz0lFOR3TeHkiLKzDvI09u6UfcEZgNdMSwIVI9dId81+ZqbohVCy9Z3XbXMAxs+GOK5JJceCfQ+CO5D4PUG5OWXnSzPWq43vKq5fJfCgcreN07WRieCjshGzz5XI3PfUS8WeplXvGhgfg7g0QdgLLRCaIJsfee+QH2TbztA9QtXWWaPpa+SOeXlspm16qei7Y6rbwHreDYKygQh6L6z1z3nCbIHS2y9WJZLdLS+/g9dqm52GkJrhNYWejxgybp/m2usLQmjySh8D0xxf74Za3eirfMglqPWkWp6TUK4en3885sGqip4955v7hHhaNFC91ruxVL2sg5ZfUVsS554vLu5JBL1CVP1nmy4yVukV+PUyFNyoNhkx0ZJ+2iSGqGQdl20RmiCtNI4xgQQImgdYMm+wdZdhf9mS4UjzrNPOdw3iL9E/36lwMJCATd343LfZb1Y5orpJDfuv1hsbNQUrRJ6/DA4BtLCljjsPPNpdadyqfcWJj969L3wyoqAZPGeRz2FgFUCu8LnXHYKRGYidUwgSeE+4NQUlKZJ0TKhx1TyBVRLDay0kejdL4cwpC5Y0IAf2r+OQXbVFWC2/mfAYnqoHijAczyVEFsvFhqEBtllo98/jovOh1YJrXux1JMYAOUWuApVZQN4y2QDXNBSTmrtNgzslkNUrJcnB/K1Tzj+ANDQtjEhH4RGrd9/YXyvhotWCU3o9Ugg2eQSXpdCXZkRmkRetrZOOTlK+OFTzeY8g85tJ2Oo5JDMCBwvUIq7nJMTi9uwbF91KWJ03+lBaKgLFY1W2hamQOg+06s6yIL5sh044duhoR8ZrRmHyDWwXufb3Hw8DWudQ/3TxOAOwndy7gFqvg2CEGaX2Nx355S349K59qwzoXVCJ0mdMaR9FtxHfLRIHyrH/OkCuYRAa17wVAi9p7Ld6FYawxBlZAzuVJ4l9PBl51aaH/37qmsRW7sOCm2Tt4P8zm2i9cE1iMxJ0oHh8KhObqgLQ3q5n2zDUXXLRXGLlvhc6jtliLQu0E1E1uiq20mgky6LdEqy3ybnhKPhCHQM+ugY4fB4lM7T5SOE/QOE4xGa4ziHz08i9Jz6rkH26AlPeqnKyhBbc1JqeXfvWWgdUxktptudSwkdEm1uoKPO7XD3xbzymZUgTW2xFJe8FogakqidlLS9lLy9Xjedd9P1eg9alzlNZXNd24lKJN9Lib27N4SbewC7+z7lWzzdzKqiXyf7UOeZ0L1Y1gIt3k4CbVtnwtQIfXBAJoGzyZDRoAmZwSnHKUbZLh26RvtfRt7cvguKSs1Bv9/LiDytcfp6XZFNK4tS2R2mlvvm3gje3aI5Fi+JuhzZLGO04Mn2lRNQOVacu/n6DUwJPZ3fGgumQmiSHGYQGp+d8ZG7DsoeAO31QKWDmcVWz0FG4rTSSpb4JNDvCbgr9VfdtSLJ/ebmCG7sjjIPRC4nXIlSRlye19mvIL6Ekh0ThpZjx9TubK83gMPDHU+3dZeUTSxG0ULbmhTAtKuUHguKXs71B9kYIifywaMAiNz3XeikxE6ywMfm9SEcHJVyNE/UcqSgqNgOvgdB92KZNLwcI2jggX98dYqElt6OYnqxrXSRpH6LFLbq8j5qH7Jc6nT6MD9YOLFe6XVBxL57Q6TRMwE/eWdkDRJj/dIQ07lMgWqQ++7CmVtLdlBon76NmL3pcEqD0yGOYGfnzRo5qy8uWuMmO95j5zXbTYk8GCxGT+QQbuwivPQTaa35lwUy8Wa5aoAHPeUcTH4A8A7De+EMdTq9dQj9ThoF/adXTAOs1v3QGkIkmZWsBjoTQNHWaB81gGnjrKb0wdFej4X5ZVhaWju1ZCYsLwh4+P4OrC+L8eIq6FYf7X1jC4NPgiubAC+8aLcmnBqhCZLQWHPS4KTWRDZpZJ+TPMoo/d79/gIsL2+k84i+DzwB5lIZ8p57O3DPWXN7agcUdYNwvehsylrfRTaG9DggmUGW2cWUCa0bvvqI66Jc+WSkdqwzNYZaWFyH+dQyx1Thawv3nEvg0lnhaY0nfz96Hn6WSS56Lsv1yDrPNsX+QaqZXyqm02+dOqEpsmZ3dC0La4+gzIrze0NaeXHhrhabrMYJIvWDdycmHM9gyM2Bhc9quD3sT7vs+LsfSlK7GOtLsk3R6QwgrJONNjYSwm7QxPfRbS5IYiwsnEm334L+Jw/OrpOLL8kZTTfNhFxEni5qukBvRjaGdBO8fKW85eAMCM2bk4akRzEt82Ugty4yz2CwCnNzq3C74WLq2rt0zgoXZcua2CKnc/Ft5vqxhlkvltMnO8gqv/xGeZ4ZEJoqatoj4dN8nimvqRsJQm0uBoP1NEASUWOEGeNSKj8ubtAt401j5bJuvJXkaYawiXAqkOmbL7bOs3VA1pnDVz+YOqHJfZckPXmB1UUPW2w/uYnM84Oz0Osuwu2OyxfTivAg1xgAobYtwnjs0STly5uRtY+uAllnctNx+AZLnzqhCZmO5hVC8FUMR0YzO+NpzA/OpQ/FrV35a4L3Xk7SSrHn4be4reok4GknjfH1YqmCJnOoljDRt76botOh/jaOnMjnwLQyJ7x8AOYGZ+6Q2cFcX8CDlzpBA22A1jzPqhZi68VShivvynnVGc+E0ETIcOfZEYTcdb0eRf1uX81chrtWRDbRVdU3URNcCE/QxapcK9kRWW/wECiI4nPT+TATQksdraKGoqIiqOa9/lo23UEYZKUz6SGMRvb5qyX0tVcQ8X11NoRrDXrbzITQBJIdIf2c62jUHg1qs7wOd1AOagZ64UxiPB1gW2btxrM0NFuRvVjit9Kh/pAn4uXQ6HTIQ8ErewCulSZSU+eAweAC3EE9XDqfwBy1xSqEx4G58+wbzXmweQqihnsBueFrJzozQgtBDeydse+w6LLr9c6qfHdQF/ecl77posHQpDa6WZNc3/jYLXTTxlQzIzSh01kCYfmiNeR6t7sOnTu+5sY4u57AwLLSaBrdCcib3QqnjwStxvYpZRdUGQzXC4qYKaGTREYNffqZerh0e3fBHYyHCxuJaVqbpfj9z9zVp4kSc5DlqOHDdgKE9rvour1zmTfkDsYDWWnZV5BXEJ2x+gT3R5vlrcgGoeGgt0dRSIUxUwZR67gkYUEWNXU6q5kcuYPxQd8/vbDRAXfAd+1VkkRnblPFdFqL2R99HLOFJnS6S04TUZFa5xZH67uNIV14diVQz83Y2KrXj9pA245H8X15dlzMnNBCUPto3Q+QKoJ3ZR6QO5gcZKVXFkUuNwCciCHalausZR7VX9INMcuOKvBK48wJnSSLSitjRuSk08Kw7XeQ43xqpbMWigAmkAXIpIdpN8PZHauFpuF2y7wcbve0E6mFiYS+ZD5K5cfZ26bXyaywvJhWDjM3vtHKVlhc8KGLjXtvOyV0jO67skFxfEMSn0gEo5MspUZkJ31Fzj68TeOFjIaH2TQcHQMOhzBCM4oo2TKKVlKP9U63l+r7OThNINlxdq0Db24O8xGW2GBSqk20bBWtl3VfFyL1Xat1Pb6zQZcxVJ6vWVY/w9p4IoROOivQgdm94ojEx0fbMDzazYiMI/2ZY6U0UalOdeePsyDmbpYm/eNzML+4nJ736XibrK4IeGtT/izdlS031fllV6RO00ZqUOytGAlNl5ydd7H1oEE29BucCMgCTj+IMhruweHBJoyO981NBTnPrJIyYflTn104ni5glFrxg/1hOu1Cf7AAC6eA2Fp2HB8rW5wPdCdADy2YJSlSJ2rzu9sID9wDUYEITd9jqQqw6Dt7SzaaGB5twdHB1YyMOXmBhRJYqxZhmy35Cubv6Hy7gMO93XTay6z1/FLcfvMzqwm8/a5kQf5xeDZEr4ESHWny4SHCfjoN+nFZafpkxZG3PQe/PxK3VGhuNNyFg92X4XD/jVRWHMmaPbJmqXmHAr0O4IaIeVRNvq5ZPuU/3715A25cuwZTGhawFaytmrE8EjDNc/Pmu2B3tNXX51qEQZalBTsQZ+4lgHv/bglCIw7h+ODN9Cl+JeXrvvHDSoEMhQshuIU2wYbshrOomhUAyg9GvagxfQPsw9bmZrSkXlqgULhwPBxgiCy0Ww9MD5f037XtCAk9b86bk9ddJ5x6QiMewtHuizA83JSWmDVJFczK8jqo/NHKWiMjO7diYBMBlLXn20bHR3Dj3XchVpxZV43/8zA4WETOVlWVQVpy+mzGKDr3nfuVLMtdx0L9J1gpbAc42oPjvZfThSHILwYoPYV6QBaunW1SC/UfWX7uzMr20NpTzdHRa7R4fHgI+zs7MFiMr9nrynIC71BvaZSt8Eb069RlyEh9Yxvgh98HceXHkKRzuLEFcHMbXsPtvIz+ffdB7/J90FlbhfnHH4PBY+/LlmeJpQUePVFuxoDMP72EJjLvv5TJDV0x8GrhrMKjaviInryayrx6IXK5YqqE0pRlDw3qN4Bc3t3ahm5/LnXvxXU55+dE6vNPK8kj+VCSloa//zaIv/lrEH+Xzv/le979dqzl5wvbB4+/D5be/4uw8uEPweL7/z1MG2ShydtBv8PAGCyOqQ14PlUQmQ9eTL0YQxY5YO8hrTz4O0mta/9zvo6s1QOa/IhgxEW+r5DDUYPZpvcnX/XKRnxh/NffOIR3f3wN4Lk/BvHsH6VWeBvaRD+13msffQLWP/qRbBmmNArsP/wL5n0LhUNmyxd16gidaubj/R+lpD5UREycMb5tsuZpirCmnqgIqvMgr/MrlY0mHdn+qB+aPE2uL585A925eCKLh6++Blf+7+dg+9nnYBZY/9gTcO63fwP691+GtvHi6wg/eUethJ4ZPIWEPt79fkZqglXvHQlmlSG3traEsEmNHqucbRfGMmtdjvyhUPsifzOky51+H5Y3Tr4p7PD6Flz9/Wdg8w+eyZZnDSL1xiefTLV2e8NQUJvt779sp/l4faoIPTq6khpmGrGPW021ERkJOYEda5ojXR7leZI8zZIaOk0ezPJ9oPMW0HJk9cKFE40k7nz9eXj9yacy63ySIPlx6ZnPw+IvvR/aAHlevv2CGeLdJrMRHafHbYcHgEdvaBVsu+jcR5KPcqorcMB1iawlJ8Lk154M7ZPNJsfLYWhud3OSeaR77HBnF04Kb/zGp+ClD3z4xMlMoHN46QO/Am/9zucAWrCZVCmkzynnrlg+nou+WeIUWejR4Sspoa8Cr/yNRq5GBrAsMsGqNNqNkbLFfHtiSRZk8sIcg/InbDs/jqqqiA6sXJzt1y1JVrz6kY/BzjeehxhBnpDLz/3pxBLkpZ+kOvqqoasrOWjL6bDQmXW+6qSBCRBI10VO2Zy6XFPr6pypFYIJawPwELcSEPmcl5ens+PxfDJqWXMgthZAlvBHv/AfoiUzgc7tR7/wH+HwlVdhEqwus7enSouigX9TjA7tYduR+YizLkSCkZFtS5jk0LAeAp3mIzAaOQFgyxaBDpHZQ0L7Hmy36xoLgcj88gd+OQqJUYXsXD/4KxORelV1L8vlhSIzH4PkdFjo0Y28TYXWzdzQEvin37TFztJVmpAuHWVlmQXXbZUAnX15Qx4udLjvxLXa8hgUEp+2kiOZcVrIrKFJPbw+3vhjpKNXl+x7oKHT4if08EbW4MgQUcJYRQV0fiSaNCMl2AZVFm95pj/GU6js5fKEWXxEVr5ttSEN+Bzt7MA0QZr5NJFZg8751Y/8KoxbUVxVrXZ1k2BXgkRPaDy+phYg52Thc5SMq0V3Dic1K8f1kLhpzMrb8kSVJ+xyuQQhHO9Nz9vx1mefjlozV4HO/cpvfhrGQdarXbmiuNTQQ53FT+jRLpMEwCwvgGlFh0VSIyem3MQ1sbwGaKQHmDyFwQ3BrmyafX2klvPRwX7W9attkJ/57c88DacdFPjZ+fo3oClWl4T9OQ6nBeQpkBwq0sWIqddtKcEWufci39exxgyCM5+V4bXaUCjYyBEAo9Xp1HfbHVGcdDMFTW4VvP7kr6W3t3kkkyqHuTxkFcP4LXRqnWWLNp7oWFRUetqjyXJLrdcY2Qpygll+qYeF8YZ43ghcwthW3Fj3o912R2+5moayZ6qb7U8AQ9sNj+i3XP38M9AUmY5WF52flnpzRhxYGW4D7v0TaDJaIW13DsAaGtnb0G2NB5KbwgqwmACJLEKwZb2fr70IWPtz7zQNqDN/9z3QxiCUdPN/8OjPlOZZ+W8fhLt/97NW2taXvgJX0gjiOLj8F38G84+9z0qjCt3ed1+AttBZXYWHvvW1Rg2aDg4RvvPDobzGlMAetC6mQQsh4hx7AkcqQKHaMWeBC7YOrH2z3C7nyoiqfSG3tKgTgH1EGM2+ditpU4RwO5bmxl2fB+T7Z3Nl4alxx+jwEDpzA5gUb3+2WjcTOagxvps2LjqrK4XykjStTZDkePv//S5c+sPfr70PfQWMOvIeHGF+T3MvB2K8XYjSn2tZYBMNdCw0ioJ0yJcLEMV8IMsQXGsjsAojq0zyLl4AwF2FAoqVyOHe5DqarPO1P3sWblVsf/ErjbX0+ordXxJyDR0zoWkYAk6ynMjoeDLQEBss+yuhSam56MoGRlrBCQ+Od0Oncc2eEx8tL4c+0GinwSecArj2hVuXzAQic1MtTYQm6Iohs9AUADiGuCEMcQnI0vk8Jyszv2jLCAAT0csVMtr76iCJbshljmnC3AKQlWFkjcijjPJ8s6HG9vdhEly/ha2zBrXdboIF6l5GPd4EI3VmoVMyS1JHDE5kVxu76RmE1L2OZdYeDE5gWzagXa62uJ4AiykDPfmB+akh80mPCwpCnMaIYFOQld75xjdr56cm50sDYXs5RN6jP1LZQV/DcjwWQVKDSXMJnMsFBD4kB4Clf7lFdq02gDXaEto6GRh5Oen1IDej/fF19NYXvwy3C7a++JVG+deWZSU8I7JqwpBkdXXchDihen4UyAU2cYCll805mIUN5tEbfA8OK0NY+ZQUyTV4mpxKDhyNFzXcbTPErcxZL3WRUU8Smk/kX073S9bXYPDTj2fl0fIkvuqm4XwitAywGIPSlVaF3GOkoyMb1UAokZQDgTfWL0gANddjT0jpoRStZdX5ILJmG7IgjHH1CbafPhBv+C/PSbr59Pnxc5XLo90d6CwtQxPQa7gtny+Rd+N//09Y/+h/t8bVIDmz/aUvp0Gb/w9HdZt2pqRdfP8vwvlP/Xo259hPz/fqH/yh9Mo0DHHQvvSb67oa+z0hB6UcAuj4W+7xx9HbEBtEMgd2yJoRmVcMkbnytKeDE5uTT+/ltdA+64JF6412k1Lz+GhrgYVlHKNiuP/d70EbWPnlD8F7nv8abDz1icIgMdT3j9If/MpfSotdhZQ5dz/9GXjwq39ZIDNh8PhjcOmZ34OLT/8OjIOjV5rVF+6iMfy0hgaQkkOSJsKPbNDo/u4wA96KGRhS53lsgufL6JYhbM46eQQKm7yWZeaanD94+nzMNrLQTdGGdc66Pz37p5WjHRGx733m81AFIvOZp56szEcPCfX8boq9F5o9xOTtMH0LkVvoCCuGZKHziiGBWVBOHi4LOJkBoNgVi+dnLj0dWPFVCPM8BVOt0qEYTVQF5KmphsaGlcM2hiDo60hfeu5k/Xa+/s1s8skBsrhVIyGRBdbl7X/nBdj+qy8He6Gc+9RvQlM0fYhpuDNQFUM5tl3+TqZeFltp4mzHLasEkXqkRg+0pAc4VjtQGUETZkFmNdG10qocHUDXWtnWwpLURmDwfLaXwxSv1TrKMPhgHuriqCV33fDadXj1iV+1Kl1E9Ie+/bcFvUrDe1VVzvb+4bvw2hMft9yJNBbH+f/zW1Y+HYpv8jtGDR9iGupseSGBnT1Z6U4sMzQar2vMVNFZkHPXq1Egt8eyeiWAKFh1MzfEtHzWDrjLzkgR9OQB69ywoew4fK0dQl/5rU8XSJq1dPu9YjCjqkJG+7lkJlB7DJ+/3G3cVIVxmpPS0MHSdUeEZm4WstDRgQjNZITg4W2XjK6+9pHXIbl3P66hVWLeTDUHt9r6ASiyn++D1K5j1H6j/zIQQULtQHyWs+80RnJRFujZf6EoF5o2jhpuNe9gvDhvvtEgNXT+9iRCRxYGT1RLQCx6MqBAarArdVblUC7LWIew8+qyOFg5nJQCfcdg2wFYG22Wpibca7fRfxXKPCWHr/0YmmK7JNAzvD6b3u4uFueTLHJIbecTyy0G8QVZRHfe6GDL2vImSI580GkuYXPSI4v2ARS8H77mouw6Fbwe1lS00vqYmexoUDGcpOmnRtth83EkQRN0xmyeurKU6NC3ceJl6iM2HZ1aaJF5OhSNuIVGpqcdsucZrO2Q90axLTeDT34AK5ulW6FyTyHmgTFbRg16g7dB6NOGcX8zWWlFaH3TVW09RvddT0XYChoZAENk9uljDrcSh1wLQ3g/nZmv8hNyTxAci358DHhcT9Yla7cfoXsVGj4EqhgmwPzQpm54BNEFWYjQVoAEmOeCW84AmVEUrbjlu+Y1N7NoiOhoZo8kyVvYWd4WtB6cXEfv1Lu+89rnexthXAvdSV0cgznhdJJVVhpHkXk7usp3y2VHtg6MvCVkBpXmteIsf6HyBzlZ2Rbn2C6cyKJ1ILVTTdnRv3wv3G6Y/+lmbj6OhUHCCG29ziNrfdelcVSp5R06RBW29fWFxzW4hXXzWMuuTBHsv8rMumEVj+WRGs5bBWkwxxruu8FtaKEn+c1LCx1JaOuW0c0apa9EjMh9R2QmUocsrGUAuUuPkd4U5s/vs7hYnIrtqd2Kp/DIIgcUBq8xQim9fm8n2UFknqQiTJ1nM0Lr0TzNjScyx6ajl8DWwAquxNBpPksMUG2h/ToC+JG11XX9zWW7m5Z30sJjTdmxMIOvTMWCSb+olSRCjjib+2IZcBiZ7Og7ng60qmzg08FFkpdIkjwPOOWgt1zH5jvLWFp2lqemP3r1wx+E2wVt/FZpoQvJEbrv+jSOqu6AYBMTC3JB2KRz6mQAnnWv7nbkCvrymYdKFA4W2icFtY+uoaOpBdzt4I8md52vfXVT+If0yW7CvpxiQubt4PKCVQoJygoL9EQAvUQWnoOIMAndfCVbuF87hLruuzNjtCuuDe1a5FOb5dXE+kefgDYghgdfx4KLSX3KDLo/ldbH7oFocPMdgG01mj+TD7xthvktIlcLFnkLy2xdA8toWDdPcbt7e8XyCojz56EKFG7+wSM/Uxl2pi+8rnzIfm3vv/A92P6Sv/MpWX4aPsw9ls5P3x3s3Wu7Dq//+XPBcDp9XbZ3n51/55v1eq2/9x+/U9kwqg4yQmcLOoU/VckaiN7jEA2GhwBv/bPzVtfEFcwDIWw5AgEftRvOzp5jD1FdORNE9YNgFZWkftMHfwrq4PX/9dQtO3oSPThNhgIrQxJ87RKGkXk6Ov30jHtymZE646Krk7ms0FIEnDGVeFSPl2nl4StVhMXKZMs3Te67mq3vqPfHraqlx+nZEoJHQ3Pn1DC96JFFDQerjqcDTPcnny5Wea0AR74v95I4+3p1dIkmzPOjk+ZUDrWnQx+q5kj/9DqeqpY+IZxPydyG1NBQA82EnFAQn/tuXjUv5G2aszn982tjEdDIhtL2viLIWw/hQxVOi9y+p0O9LxoMir7x1JP1emafEtBvqdPhtgmSgsfAXY5tmLDevAqDg1dLW1IEFZktPhV7cSMGAiRlkwsrna0E86vEBr1YSHLU6Zl9WkC/pdNyi0LT69tqccaW6ZMQMYXBk44kNScxwSIjkxIumbC47H5RSfuwufjiE0CJmi6z3O7JqOuMN+vXVchXu/Frn4DTDpIabfidXSTB9hEM8coOtW4FP9jvcSt0bpDEByfdq69ZivehgXpl56Rv+OXZi5/7DCz+UvtkmBVo2LBzn26vIshha2hHe+br0VUM9Uc2APzNQ8HMvRYc/KhJTJfa/IP3lbCCDmoa48uz9O3s06in6ZwvP/snMC0wL4f1Nb88LcMwsjB4b6B0ND9f9BDSJT0UrXZBY7N8vge8QlP75EklhsOsJ0sTkJ6uPXxXJKBzpXPuTLEnjiJ0gMj5DT82n1eLBfNOZ8pQk1IrD18J0K2gfWvT0ot6xE6NyY3mI/2Tu+u0kFqTuU0XnQ+K0HQH5WVH9FV7IuzFMlgoWlCNJtG+cfVvQ3iJzb0iN8fzJhFB3vOtr0WtqUkz02CR0yYzIfHV3dFt8EMYnsyYC0EsMAvtuu+AzQuVQ/BKhVJgcKUxrLPjDK/Zi8WHTH589a/gPFW0Wv6W4ERIz2Xjk5/IRirtzKjDb/ADeuiqQSJ0bO67wSKU9/L2WeqyG+7a0SpLXwOeB8f3DszG79tv5u1wQSFkIk8MEiSTGOm5XHz6MzBLJIYIwrZwuiKuljPEZqXnFuXcsswhlKjZ3GLrBU/efLuaI5sHy3PSKs6qbnPSMpBvlyTISVnrZGUVzv32r2cSYxp+5iqI4d63lHc//wfAFmWkTd3k7gUQcw9ANNjfBbjyit86e+WHpwyvZwTBS+g8syjuEiyTlVXFr14f4IH7oS1Qs00aRHGc0fSbgoi88F//E6x+8pOw9OjD0F9agJOAJLR7AxxLbe7DHIjFn4Wo8MoPpPYs9UyIBl4PrNjXQ1D0FBMoqhIPPgjZdxZaBBH7+heehXe/8JwcoLEtctNYcssrsPo/PgYrH/84iJWV7Dd25vqwsLEOJwFxvPtt1IpZAgt+Wx4NE4v/Jv03+ad+W8ObPwagj8R7K4YagYphAR6GhuRMiLih58LaR0BQg5w9C7A+PTLQp9O2v/RVuPmN57NvmuSoIjmTL/2HH4b5n/+3sPif/wsM/t3PAf9aI1FHJAksXtjIBk+cNTJCK98G8JlcVsN/87Hi5u4H0bsI0WArDfpsvgX+MLheaODG4xtDZOa74QTbfEUvplHQe+6GWYC+EEBD4NKo+TRy6NFrr2c9VnTPGPKeJMvL6RujA3MPvxf6jzwCvfTcMkuskJE5qwjY39ElC02WetZghNZnqK+0nAu3gtNZAbHwKESD4yOAV39k1n162quHA9uy7RjeNg1wy02jdj/0EMSEgzfezMbjy8lLEILRQptEkVvybqqhB6vNvvrVBhJww7p+p5LJM9yNy33X7ckpQ4knQ6NKPlZZ5aZo+h1Aqg/s1mv0Pysk81Jiiiq3DfuZw73JXJDjgoW+1YRsHR1fdJY2lKSOCYtkCXxSowqzsMD89VaRRbsBZzwoehU68/OmDmXVVYxtNvVk5TRL/er0nfNZw98Fy/o2YDEHHl+DqLBY9moT9dILvGuJ7DX4XEBsFrrfS+NYOWPNO5yTGrlykhuO92dvpe3QN69EWZba2eu4eUOaqWJuLutBXQkMrGBh48lid/bfYikFXdt+337EFTWYpJbWmaUNDw9h1kgKEUICs85c9OcyJDYdTWHwOdJ5roYus7KiYv2EcSOuHvedecdVW3j+7QQi+MkQGlTt1DtBkdQ6+fAqRIWFpWAgrySxctOJYS8u2SHmFKGZzPBdNitthDMndV4pRC4xPFYu/3qUrijGVjGcp3YdHl+6BobCeSypDrFnFSyIzEKTjhaJozH0opq0mOaXcnh4BLNEwuUEFogsCst5hfwosvbRmY7uMD86h+BXfHx4bubUQBp6P66xBUXq7RA+b4H98rYwOhELzTVzoWIIRfcdSvcdxlY5pCibDyFPA3qmMujK45Qb+uSIzH2XDLSORlaRDvmjZfrw4NAeUWDKSPgIQvpsSFrYEgSs7TmOIiP0PBvl3/LccKsSSq+JSe6NEPVfEpTvZlxjohQqhgX4r+dwhm+apOz+IAhWIdQT5st4HNnYd0tVoVbOJpfkYzKVy49aUkRUbxbq7Uj+6MjcdyKVdlK9KWYIT40rv5SY5ZtlxbCGl0O4DhmVnk5EaJx9NCgI8pfOzwc2OqQVzu+cVF8Tql6tdcZM1hFDjch0dDKQn6rOr1bJz5FkF6nsmF2AJdFaGbn0EO5NVjJEzY2WJvddZF+enWcNywuBFIe0PkVVB9wSt9i22HsuO3HJjmTOfHudw3sZlazDGbrvEm6RDWHVKSKfg/GKcX0dm+xYKOsp0RL52q7kiJK3RGQ6mgidue+AW2nvO1xtk7NZEbpb1I9CDXJopxWgyX2wBWIR4gFZaJIeRe05PgszTYvhdbMBWntoNI6O5CA0LfdimQTkvsMdFodw6OFrEjOakT/6XwEVfNHRk7bD0gAAAABJRU5ErkJggg==);
  background-size: cover;
  width: 90px;
  height: 75px;
}
.BannerPreview-module__image-generation--Xkf4a {
  background: none;
}
.BannerPreview-module__generated-image--CF3A1 {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.BannerPreview-module__text--b2gZ6 {
  max-width: 200px;
  max-height: 72px;
  overflow: hidden;
  word-wrap: break-word;
  margin: 8px 0;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable value-keyword-case */
/* stylelint-enable */
.clickme-form-item-hint {
  display: flex;
  justify-content: space-between;
}
.clickme-form-item-error {
  color: #FF4D3A;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.banner-hint-error {
  color: #FF4D3A;
}

/**
 * Do not edit directly
 * Generated on Mon, 12 Dec 2022 08:45:39 GMT
 */
/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable selector-nested-pattern */
/* stylelint-enable */
/* stylelint-disable value-keyword-case */
/* stylelint-enable */
.campaign-budget-input-container {
  position: relative;
  width: 370px;
}
.campaign-budget-input-inner-label {
  color: #5E6C77;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 10px;
}

.campaign-sources-container {
  display: flex;
  gap: 20px;
}
.campaign-sources-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.campaign-sources-icon {
  width: 32px;
  height: 32px;
}
.campaign-sources-icon_basic {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjMyIgogICBoZWlnaHQ9IjMyIgogICBmaWxsPSJub25lIgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmcyIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxwYXRoCiAgICAgZD0iTSAxNiwzMiBDIDI0LjgzNywzMiAzMiwyNC44MzcgMzIsMTYgMzIsNy4xNjMgMjQuODM3LDAgMTYsMCA3LjE2MywwIDAsNy4xNjMgMCwxNiAwLDI0LjgzNyA3LjE2MywzMiAxNiwzMiBtIDAsMCIKICAgICBzdHlsZT0iZmlsbDojZmYwMDAyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjI1IgogICAgIGlkPSJwYXRoMSIgLz4KICA8cGF0aAogICAgIGQ9Im0gMjMuNzg0MjUsMTMuNjM5NzUgYyAtMC40ODQ1LC0wLjQ5OSAtMS4xNzIsLTAuNzcxNSAtMi4wMTE3NSwtMC43NzE1IC0xLjA0NCwwIC0xLjg0Njc1LDAuNDIzNzUgLTIuMzA3NSwxLjIxNzUgdiAtMy45NDEgSCAxNy4wNDQgViAyMC45NDc1IGggMi40MjA3NSB2IC0zLjc5OCBjIDAsLTAuODg1IDAuMTgxNzUsLTEuNDUyMjUgMC40NTQyNSwtMS43ODUyNSAwLjI2NDUsLTAuMzMzIDAuNjM0NzUsLTAuNDYxIDEuMDM2LC0wLjQ2MSAwLjM1NTUsMCAwLjYzNTc1LDAuMTEzMjUgMC44MzIsMC4zMTc1IDAuMTk3NSwwLjIxMTc1IDAuMzEwNzUsMC41MzcgMC4zMTA3NSwwLjk5MTI1IHYgNC43Mjg1IGggMi40MjA3NSB2IC01LjIwNSBjIDAsLTAuODg1IC0wLjI1Nzc1LC0xLjYwMzc1IC0wLjczNDI1LC0yLjA5NTc1IE0gMTIuOTU5LDEyLjg2ODI1IGMgLTEuMDQ0LDAgLTEuODQ1NzUsMC40MjM3NSAtMi4zMDc1LDEuMjE3NSB2IC0zLjk0MSBIIDguMjMwNSBWIDIwLjk0NzUgaCAyLjQyMDc1IHYgLTMuNzk4IGMgMCwtMC44ODUgMC4xODE3NSwtMS40NTIyNSAwLjQ1NDI1LC0xLjc4NTI1IDAuMjY0NSwtMC4zMzMgMC42MzU3NSwtMC40NjEgMS4wMzYsLTAuNDYxIDAuMzU1NSwwIDAuNjM1NzUsMC4xMTMyNSAwLjgzMjI1LDAuMzE3NSAwLjE5NzI1LDAuMjExNzUgMC4zMTA1LDAuNTM3IDAuMzEwNSwwLjk5MTI1IHYgNC43Mjg1IEggMTUuNzA1IHYgLTUuMjA1IGMgMCwtMC44ODUgLTAuMjU2NzUsLTEuNjAzNzUgLTAuNzQxMjUsLTIuMTAzNzUgLTAuNDc2NSwtMC40OTkgLTEuMTY1LC0wLjc2MzUgLTIuMDA1LC0wLjc2MzUgbSAwLDAiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4yNSIKICAgICBpZD0icGF0aDIiIC8+Cjwvc3ZnPgo=);
}
.campaign-sources-icon_standard {
  width: 58px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjU3Ljk2Njk5OSIKICAgaGVpZ2h0PSIzMiIKICAgZmlsbD0ibm9uZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnNSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZwogICAgIGNsaXAtcGF0aD0idXJsKCNjbGlwMF84MzVfNDY2NikiCiAgICAgaWQ9ImcyIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAzMykiPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gMTYsMzEuOTY4IEMgMjQuODE5LDMxLjk2OCAzMS45NjgsMjQuODE4IDMxLjk2OCwxNiAzMS45NjgsNy4xODIgMjQuODE4LDAuMDMzIDE2LDAuMDMzIDcuMTgyLDAuMDMzIDAuMDMzLDcuMTgyIDAuMDMzLDE2IDAuMDMzLDI0LjgyIDcuMTgyLDMxLjk2OCAxNiwzMS45NjggWiIKICAgICAgIGZpbGw9IiNmYzNmMWQiCiAgICAgICBpZD0icGF0aDEiIC8+CiAgICA8cGF0aAogICAgICAgZD0iTSAyMS43NzgsMjYuMDIzIEggMTguMjcyIFYgOC42ODggaCAtMS41NjEgYyAtMi44NjIsMCAtNC4zNjEsMS40MzEgLTQuMzYxLDMuNTY4IDAsMi40MjMgMS4wMzQsMy41NDYgMy4xNzMsNC45NzcgbCAxLjc2MywxLjE4OSAtNS4wNjcsNy42IEggOC40NSBsIDQuNTYsLTYuNzg2IGMgLTIuNjIyLC0xLjg3MiAtNC4wOTgsLTMuNyAtNC4wOTgsLTYuNzg1IDAsLTMuODU1IDIuNjg4LC02LjQ3NyA3Ljc3NSwtNi40NzcgaCA1LjA2NyB2IDIwLjA0NSBoIDAuMDI0IHYgMC4wMDUgeiIKICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICBpZD0icGF0aDIiIC8+CiAgPC9nPgogIDxwYXRoCiAgICAgZmlsbC1ydWxlPSJldmVub2RkIgogICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgICBkPSJNIDM0Ljk2OSwxMy43NTQgViA4LjMyIEggMzIuMzY3IFYgMjIuNCBoIDIuNiBsIDAuMDAyLC00Ljk2MiBjIC0wLjAwMiwtMC44MzIgMC4wNzcsLTEuNDYxIDAuMjM2LC0xLjg4NyAwLjE1NywtMC40MjYgMC40MDMsLTAuNzQ0IDAuNzQ3LC0wLjk1NyBhIDIuMTI3LDIuMTI3IDAgMCAxIDEuMTU1LC0wLjMxOCBjIDAuMzc2LDAgMC42ODgsMC4wODIgMC45NCwwLjI1IDAuMjQ1LDAuMTU3IDAuNDI5LDAuMzkxIDAuNTIyLDAuNjY1IDAuMDk5LDAuMjggMC4xNDYsMC45MzcgMC4xNDYsMS45NzYgViAyMi40IGggMi42MDMgdiAtNS44MSBjIDAsLTAuODkgLTAuMDQ1LC0xLjU0NSAtMC4xMzQsLTEuOTY3IGEgMy4xMjUsMy4xMjUgMCAwIDAgLTAuNSwtMS4xNTggQyA0MC40NCwxMy4xMTggNDAuMDc4LDEyLjgzMSAzOS41OTUsMTIuNjA4IGEgMy43ODIsMy43ODIgMCAwIDAgLTEuNjE5LC0wLjMzNyBjIC0xLjE2NSwwIC0yLjE2OSwwLjQ5NiAtMy4wMDcsMS40ODMgeiBtIDEwLjI1LDAgViA4LjMyIGggLTIuNiBWIDIyLjQgaCAyLjYgdiAtNC45NjIgYyAwLC0wLjgzMiAwLjA4LC0xLjQ2MSAwLjIzNiwtMS44ODcgMC4xNTgsLTAuNDI2IDAuNDA2LC0wLjc0NCAwLjc0NSwtMC45NTcgYSAyLjEzLDIuMTMgMCAwIDEgMS4xNTUsLTAuMzE4IGMgMC4zNzcsMCAwLjY5MiwwLjA4MiAwLjk0LDAuMjUgMC4yNDYsMC4xNTYgMC40MywwLjM5IDAuNTIzLDAuNjY1IDAuMSwwLjI4IDAuMTQ5LDAuOTM3IDAuMTQ5LDEuOTc2IFYgMjIuNCBoIDIuNiB2IC01LjgxIGMgMCwtMC44OSAtMC4wNDUsLTEuNTQ1IC0wLjEzNCwtMS45NjcgYSAzLjEwMywzLjEwMyAwIDAgMCAtMC41MDEsLTEuMTU4IGMgLTAuMjQzLC0wLjM0NyAtMC42MDQsLTAuNjM0IC0xLjA4NSwtMC44NTcgYSAzLjgwMywzLjgwMyAwIDAgMCAtMS42MjIsLTAuMzM3IGMgLTEuMTY0LDAgLTIuMTY4LDAuNDk2IC0zLjAwNiwxLjQ4MyB6IgogICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgaWQ9InBhdGg0IiAvPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM1Ij4KICAgIDxjbGlwUGF0aAogICAgICAgaWQ9ImNsaXAwXzgzNV80NjY2Ij4KICAgICAgPHBhdGgKICAgICAgICAgZmlsbD0iI2ZmZmZmZiIKICAgICAgICAgZD0iTSAwLDAgSCAzMiBWIDMyIEggMCBaIgogICAgICAgICBpZD0icGF0aDUiIC8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8cGF0aAogICAgIGQ9Im0gNDEuOTY3LDMyIGMgOC44MzcsMCAxNiwtNy4xNjMgMTYsLTE2IDAsLTguODM3IC03LjE2MywtMTYgLTE2LC0xNiAtOC44MzcsMCAtMTYsNy4xNjMgLTE2LDE2IDAsOC44MzcgNy4xNjMsMTYgMTYsMTYgbSAwLDAiCiAgICAgc3R5bGU9ImZpbGw6I2ZmMDAwMjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4yNSIKICAgICBpZD0icGF0aDEtNSIgLz4KICA8cGF0aAogICAgIGQ9Im0gNDkuNzUxMjUsMTMuNjM5NzUgYyAtMC40ODQ1LC0wLjQ5OSAtMS4xNzIsLTAuNzcxNSAtMi4wMTE3NSwtMC43NzE1IC0xLjA0NCwwIC0xLjg0Njc1LDAuNDIzNzUgLTIuMzA3NSwxLjIxNzUgdiAtMy45NDEgSCA0My4wMTEgViAyMC45NDc1IGggMi40MjA3NSB2IC0zLjc5OCBjIDAsLTAuODg1IDAuMTgxNzUsLTEuNDUyMjUgMC40NTQyNSwtMS43ODUyNSAwLjI2NDUsLTAuMzMzIDAuNjM0NzUsLTAuNDYxIDEuMDM2LC0wLjQ2MSAwLjM1NTUsMCAwLjYzNTc1LDAuMTEzMjUgMC44MzIsMC4zMTc1IDAuMTk3NSwwLjIxMTc1IDAuMzEwNzUsMC41MzcgMC4zMTA3NSwwLjk5MTI1IHYgNC43Mjg1IGggMi40MjA3NSB2IC01LjIwNSBjIDAsLTAuODg1IC0wLjI1Nzc1LC0xLjYwMzc1IC0wLjczNDI1LC0yLjA5NTc1IE0gMzguOTI2LDEyLjg2ODI1IGMgLTEuMDQ0LDAgLTEuODQ1NzUsMC40MjM3NSAtMi4zMDc1LDEuMjE3NSB2IC0zLjk0MSBoIC0yLjQyMSBWIDIwLjk0NzUgaCAyLjQyMDc1IHYgLTMuNzk4IGMgMCwtMC44ODUgMC4xODE3NSwtMS40NTIyNSAwLjQ1NDI1LC0xLjc4NTI1IDAuMjY0NSwtMC4zMzMgMC42MzU3NSwtMC40NjEgMS4wMzYsLTAuNDYxIDAuMzU1NSwwIDAuNjM1NzUsMC4xMTMyNSAwLjgzMjI1LDAuMzE3NSAwLjE5NzI1LDAuMjExNzUgMC4zMTA1LDAuNTM3IDAuMzEwNSwwLjk5MTI1IHYgNC43Mjg1IEggNDEuNjcyIHYgLTUuMjA1IGMgMCwtMC44ODUgLTAuMjU2NzUsLTEuNjAzNzUgLTAuNzQxMjUsLTIuMTAzNzUgLTAuNDc2NSwtMC40OTkgLTEuMTY1LC0wLjc2MzUgLTIuMDA1LC0wLjc2MzUgbSAwLDAiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4yNSIKICAgICBpZD0icGF0aDItNiIgLz4KPC9zdmc+Cg==);
}
.campaign-sources-icon_maximum {
  width: 136px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjEzNS45NjciCiAgIGhlaWdodD0iMzIiCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzEyIgogICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZwogICAgIGNsaXAtcGF0aD0idXJsKCNjbGlwMF84MzVfNDY4MykiCiAgICAgaWQ9ImcyIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAzMykiPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gMTYsMzEuOTY4IEMgMjQuODE5LDMxLjk2OCAzMS45NjgsMjQuODE4IDMxLjk2OCwxNiAzMS45NjgsNy4xODIgMjQuODE4LDAuMDMzIDE2LDAuMDMzIDcuMTgyLDAuMDMzIDAuMDMzLDcuMTgyIDAuMDMzLDE2IDAuMDMzLDI0LjgyIDcuMTgyLDMxLjk2OCAxNiwzMS45NjggWiIKICAgICAgIGZpbGw9IiNmYzNmMWQiCiAgICAgICBpZD0icGF0aDEiIC8+CiAgICA8cGF0aAogICAgICAgZD0iTSAyMS43NzgsMjYuMDIzIEggMTguMjcyIFYgOC42ODggaCAtMS41NjEgYyAtMi44NjIsMCAtNC4zNjEsMS40MzEgLTQuMzYxLDMuNTY4IDAsMi40MjMgMS4wMzQsMy41NDYgMy4xNzMsNC45NzcgbCAxLjc2MywxLjE4OSAtNS4wNjcsNy42IEggOC40NSBsIDQuNTYsLTYuNzg2IGMgLTIuNjIyLC0xLjg3MiAtNC4wOTgsLTMuNyAtNC4wOTgsLTYuNzg1IDAsLTMuODU1IDIuNjg4LC02LjQ3NyA3Ljc3NSwtNi40NzcgaCA1LjA2NyB2IDIwLjA0NSBoIDAuMDI0IHYgMC4wMDUgeiIKICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICBpZD0icGF0aDIiIC8+CiAgPC9nPgogIDxnCiAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzgzNV80NjgzKSIKICAgICBpZD0iZzMiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDMzKSI+CiAgICA8Y2lyY2xlCiAgICAgICBjeD0iNDIiCiAgICAgICBjeT0iMTYiCiAgICAgICByPSIxNiIKICAgICAgIGZpbGw9InVybCgjcGF0dGVybjApIgogICAgICAgaWQ9ImNpcmNsZTIiIC8+CiAgPC9nPgogIDxnCiAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXAyXzgzNV80NjgzKSIKICAgICBpZD0iZzYiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDMzKSI+CiAgICA8cGF0aAogICAgICAgZD0iTSA1MiwxNS4zNiBDIDUyLDguMTIgNTIsNC40OTkgNTQuMjUsMi4yNSA1Ni40OTgsMCA2MC4xMiwwIDY3LjM2LDAgaCAxLjI4IEMgNzUuODgsMCA3OS41MDEsMCA4MS43NSwyLjI1IDg0LDQuNDk4IDg0LDguMTIgODQsMTUuMzYgdiAxLjI4IGMgMCw3LjI0IDAsMTAuODYxIC0yLjI1LDEzLjExIEMgNzkuNTAyLDMyIDc1Ljg4LDMyIDY4LjY0LDMyIEggNjcuMzYgQyA2MC4xMiwzMiA1Ni40OTksMzIgNTQuMjUsMjkuNzUgNTIsMjcuNTAyIDUyLDIzLjg4IDUyLDE2LjY0IFoiCiAgICAgICBmaWxsPSIjZjc5MzFlIgogICAgICAgaWQ9InBhdGgzIiAvPgogICAgPGcKICAgICAgIGNsaXAtcGF0aD0idXJsKCNjbGlwM184MzVfNDY4MykiCiAgICAgICBmaWxsPSIjZmZmZmZmIgogICAgICAgaWQ9Imc1Ij4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSA2Ni44ODksMTkuNDc0IGMgLTEuMzU3LC0wLjEzNyAtMi41OCwtMC40NjIgLTMuNjI3LC0xLjI1NyAtMC4xMywtMC4xIC0wLjI2NCwtMC4xOTUgLTAuMzgzLC0wLjMwNSAtMC40NTgsLTAuNDI4IC0wLjUwNSwtMC45MTggLTAuMTQyLC0xLjQyMyAwLjMxLC0wLjQzMiAwLjgzMSwtMC41NDcgMS4zNzMsLTAuMyAwLjEwNSwwLjA0OSAwLjIwNCwwLjEwOSAwLjMsMC4xNzMgMS45NTIsMS4zMDMgNC42MzMsMS4zNCA2LjU5MiwwLjA1OSAwLjE5NCwtMC4xNDUgMC40MDIsLTAuMjYyIDAuNjQyLC0wLjMyMyAwLjQ2OCwtMC4xMTYgMC45MDQsMC4wNSAxLjE1NSwwLjQ0OCAwLjI4NiwwLjQ1NCAwLjI4MywwLjg5NyAtMC4wNywxLjI1IC0wLjU0MiwwLjU0IC0xLjE5NCwwLjkzIC0xLjkxOCwxLjIwMyAtMC42ODQsMC4yNTggLTEuNDM0LDAuMzg4IC0yLjE3NiwwLjQ3NCAwLjExMiwwLjExOCAwLjE2NSwwLjE3NiAwLjIzNSwwLjI0NSAxLjAwNywwLjk4MyAyLjAyLDEuOTYzIDMuMDI0LDIuOTUgMC4zNDIsMC4zMzUgMC40MTMsMC43NTIgMC4yMjUsMS4xNDMgLTAuMjA2LDAuNDI3IC0wLjY2NywwLjcwOSAtMS4xMiwwLjY3OCAtMC4yODYsLTAuMDE5IC0wLjUxLC0wLjE1NyAtMC43MDgsLTAuMzUyIC0wLjc2LC0wLjc0MyAtMS41MzUsLTEuNDczIC0yLjI4LC0yLjIzIC0wLjIxNywtMC4yMiAtMC4zMjEsLTAuMTc4IC0wLjUxMiwwLjAxMyAtMC43NjUsMC43NjUgLTEuNTQzLDEuNTE4IC0yLjMyNSwyLjI2NyAtMC4zNTEsMC4zMzYgLTAuNzY5LDAuMzk3IC0xLjE3NiwwLjIwNSAtMC40MzMsLTAuMjA0IC0wLjcwOSwtMC42MzMgLTAuNjg3LC0xLjA2NSAwLjAxNCwtMC4yOTEgMC4xNjIsLTAuNTE0IDAuMzY4LC0wLjcxNCAwLjk5NywtMC45NjggMS45OTIsLTEuOTM3IDIuOTg3LC0yLjkwNiAwLjA2NiwtMC4wNjUgMC4xMjcsLTAuMTMzIDAuMjIzLC0wLjIzMyB6IgogICAgICAgICBpZD0icGF0aDQiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gNjcuNzE1LDE2LjEwNSBjIC0yLjQyLC0wLjAwOCAtNC40MDUsLTEuOTU3IC00LjM5LC00LjMxMiAwLjAxMywtMi4zOCAyLC00LjMgNC40NDMsLTQuMjkzIDIuNDUsMC4wMDYgNC40MTUsMS45NTMgNC40MDMsNC4zNTggLTAuMDEzLDIuMzUgLTIuMDExLDQuMjU1IC00LjQ1Niw0LjI0NyB6IG0gMi4yLC00LjMwNiBjIC0wLjAwNSwtMS4xNyAtMC45NjMsLTIuMSAtMi4xNjQsLTIuMTAyIC0xLjIxMiwwIC0yLjE3OSwwLjk0NyAtMi4xNywyLjEyNyAwLjAxLDEuMTY1IDAuOTc2LDIuMDg5IDIuMTgsMi4wODUgMS4yMDIsLTAuMDA1IDIuMTU4LC0wLjk0MSAyLjE1NCwtMi4xMSB6IgogICAgICAgICBpZD0icGF0aDUiIC8+CiAgICA8L2c+CiAgPC9nPgogIDxnCiAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXA0XzgzNV80NjgzKSIKICAgICBpZD0iZzciCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDMzKSI+CiAgICA8cGF0aAogICAgICAgZD0iTSA3OCwxNS4zNiBDIDc4LDguMTIgNzgsNC40OTkgODAuMjUsMi4yNSA4Mi40OTgsMCA4Ni4xMiwwIDkzLjM2LDAgaCAxLjI4IGMgNy4yNDEsMCAxMC44NjEsMCAxMy4xMTEsMi4yNSBDIDExMCw0LjQ5OCAxMTAsOC4xMiAxMTAsMTUuMzYgdiAxLjI4IGMgMCw3LjI0IDAsMTAuODYxIC0yLjI0OSwxMy4xMSBDIDEwNS41MDEsMzIgMTAxLjg4MSwzMiA5NC42NCwzMiBIIDkzLjM2IEMgODYuMTIsMzIgODIuNDk5LDMyIDgwLjI1LDI5Ljc1IDc4LDI3LjUwMiA3OCwyMy44OCA3OCwxNi42NCBaIgogICAgICAgZmlsbD0iIzAwNzdmZiIKICAgICAgIGlkPSJwYXRoNiIgLz4KICAgIDxwYXRoCiAgICAgICBkPSJNIDk0LjQ0MiwyMSBDIDg5LjE0NiwyMSA4Ni4xMjYsMTcuMDU5IDg2LDEwLjUgaCAyLjY1MyBjIDAuMDg3LDQuODE0IDIuMDQyLDYuODUzIDMuNTkxLDcuMjczIFYgMTAuNSBoIDIuNDk4IHYgNC4xNTIgYyAxLjUzLC0wLjE3OSAzLjEzNywtMi4wNyAzLjY4LC00LjE1MiBoIDIuNDk3IGMgLTAuNDE2LDIuNTY1IC0yLjE1OSw0LjQ1NyAtMy4zOTgsNS4yMzQgMS4yNCwwLjYzIDMuMjI0LDIuMjgxIDMuOTc5LDUuMjY2IEggOTguNzUgQyA5OC4xNiwxOS4wMDMgOTYuNjg4LDE3LjQ1OCA5NC43NDIsMTcuMjQ4IFYgMjEgWiIKICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICBpZD0icGF0aDciIC8+CiAgPC9nPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMxMiI+CiAgICA8Y2xpcFBhdGgKICAgICAgIGlkPSJjbGlwMF84MzVfNDY4MyI+CiAgICAgIDxwYXRoCiAgICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICAgIGQ9Ik0gMCwwIEggMzIgViAzMiBIIDAgWiIKICAgICAgICAgaWQ9InBhdGgxMCIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGlkPSJjbGlwMV84MzVfNDY4MyI+CiAgICAgIDxwYXRoCiAgICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2KSIKICAgICAgICAgZD0iTSAwLDAgSCAzMiBWIDMyIEggMCBaIgogICAgICAgICBpZD0icGF0aDExIiAvPgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgaWQ9ImNsaXAyXzgzNV80NjgzIj4KICAgICAgPHJlY3QKICAgICAgICAgeD0iNTIiCiAgICAgICAgIHdpZHRoPSIzMiIKICAgICAgICAgaGVpZ2h0PSIzMiIKICAgICAgICAgcng9IjE2IgogICAgICAgICBmaWxsPSIjZmZmZmZmIgogICAgICAgICBpZD0icmVjdDExIgogICAgICAgICB5PSIwIiAvPgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgaWQ9ImNsaXAzXzgzNV80NjgzIj4KICAgICAgPHBhdGgKICAgICAgICAgZmlsbD0iI2ZmZmZmZiIKICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTksNy41KSIKICAgICAgICAgZD0iTSAwLDAgSCAxNy41IFYgMTcgSCAwIFoiCiAgICAgICAgIGlkPSJwYXRoMTIiIC8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoCiAgICAgICBpZD0iY2xpcDRfODM1XzQ2ODMiPgogICAgICA8cmVjdAogICAgICAgICB4PSI3OCIKICAgICAgICAgd2lkdGg9IjMyIgogICAgICAgICBoZWlnaHQ9IjMyIgogICAgICAgICByeD0iMTYiCiAgICAgICAgIGZpbGw9IiNmZmZmZmYiCiAgICAgICAgIGlkPSJyZWN0MTIiCiAgICAgICAgIHk9IjAiIC8+CiAgICA8L2NsaXBQYXRoPgogICAgPHBhdHRlcm4KICAgICAgIGlkPSJwYXR0ZXJuMCIKICAgICAgIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IgogICAgICAgd2lkdGg9IjEiCiAgICAgICBoZWlnaHQ9IjEiPgogICAgICA8dXNlCiAgICAgICAgIHhsaW5rOmhyZWY9IiNpbWFnZTBfODM1XzQ2ODMiCiAgICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KC4wMDcxNCAwIDAgLjAwNzE0IC0uMzg2IDApIgogICAgICAgICBpZD0idXNlMTIiIC8+CiAgICA8L3BhdHRlcm4+CiAgICA8aW1hZ2UKICAgICAgIGlkPSJpbWFnZTBfODM1XzQ2ODMiCiAgICAgICB3aWR0aD0iMjQ4IgogICAgICAgaGVpZ2h0PSIxNDAiCiAgICAgICB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVBnQUFBQ01DQVlBQUFCUlltVGNBQUFBQ1hCSVdYTUFBQXNUQUFBTEV3RUFtcHdZQUFBQUFYTlNSMElBcnM0YzZRQUFBQVJuUVUxQkFBQ3hqd3Y4WVFVQUFBeXJTVVJCVkhnQjdkd0xWRlIxQXNmeDN3eVBHUWN3a0plQWVDYkFGNEdQbEMwekZWM3phR1c2V2xibWFscGEycmJXYW1abFBvc3NyYTExMjFJenJUYTFWV3N0SCsxbW9tbTVpZVVMRlIvSWhLTHhFQWZrUFR6MmYrZmlETk1Nb2pCRTUzOStuM000WE9iZWVlRHhPL2QvLy9jT0dveXNtUWNpa3BKR0JGNERJcEtTRmtRa0xRWk9KREVHVGlReEJrNGtNUVpPSkRFR1RpUXhCazRrTVFaT0pERUdUaVF4Qms0a01RWk9KREVHVGlReEJrNGtNUVpPSkRFR1RpUXhCazRrTVFaT0pERUdUaVF4Qms0a01RWk9KREVHVGlReEJrNGtNUVpPSkRFR1RpUXhCazRrTVFaT0pERUdUaVF4Qms0a01RWk9KREVHVGlReEJrNGtNUVpPSkRFR1RpUXhCazRrTVFaT0pERUdUaVF4Qms0a01RWk9KREVHVGlReEJrNGtNUVpPSkRFR1RpUXhCazRrTVFaT0pERUdUaVF4Qms0a01RWk9KREVHVGlReEJrNGtNUVpPSkRFR1RpUXhCazRrTVUvUXIwb2p2bnk5U3F6THhaV3RVRjJqQVZGelllRE56Ti9ialBzaU55RXhkQWQ2dGRtSDlvYXowR3VLQVJGMmRiVW5Nb3FqY0x5Z003WmN1Qk5mNWd5R3FkZ0lJbmZSWUdSTkRjanRBa1RZTDhZbFlWTDBjdmg2Rm9xZ3hUK3o4aSt0N0xHdmZGY1dxcS9jcm41dE9EOEd6eHg5R2FZU0k0aWFpb0UzZzhreHE3R28rMHdSK2NYYXNGM0U3WEM3NDdyTEZuOHNTWDhHU2FlZlFXV05CMlEycGkvUUt4cFl1eHRJU1FlNUdRTjNJMit0QlgvdjlSUW14YndMYTYyMUFWOG9hWStQVEdQd2ZYNXYvSmpmQS9tV1FCR3VGa0hpRFNER2NBb0RRM2JoL3JCMVl2bWtRL2hwbCtNd2RQOFdtRXJiUTBiakU0SFZUNnJMNVJZZ2VpcVFsYS8rdlBRUllNak42dkw5cndNL25nRTFBby9CM1NSVW40UFArbzFDNzZEdjFFQkZvVm5Ga1poeDRFMXNPRGZDR3ZRdlpWWkdJTE1rQWp2eUVqSDcyRnpjRnBDQ2QrS2ZRRmZmRkd2Z25YMk9JamtoRVFOU2Rrb1plYWR3KzdMT0M3Z3AwaDU0b0I4UTAxWmREdkFCTlJKUGs3bkpxbHNmczhjdHZsYW5UMExjdGxTc096dlNaZHl1ZkhjcEFkMisyWWY1SitlSlkzTjFHRy9VWmVEemJzUGhwYW1FYk5ic0FVcksxV1ZUTHJEakNNak5HTGdiUEJ2N0JvYUdiN0xGL2NxeEZ6QmgzM0tZTGEzUkdQTk96OFgwRTM5RlRiWFd1aWVQOXptSXBSMm5RVGFwbVVCSE1VUWZNQWZvTVIyb3JBYTVHWWZvVFdUME5XRk8zQUxiY2ZPSzAxUHgvT0dYWEc3cjcxV0l4TUJkaURKa3dFTlRKV2JLYjhUMzVsN0lMRzNudE8wYnBtblFpTWRjRXZPMDlYRWZDM3NIVy9MdXhoY1hoMEltV1JmVkwyb2VETHlKNXNYTmg4R2pRQXlwWVQySFBmUHdJcWR0Mm9yajg5ZGlYOENJc1BYdzh5aDBta1gvUkp3YW0zVkNuQm9yTlRyYzcvV2Zua0tmMW52eGg4RDExdTFldlhFV05sOGNJaGF2Zm5GTWJBUVFFYWd1S3pQVDRXMkFRZkhpelNnVU1CY0JPNDhCM3h4MXZJKy9PTTRkZVF2UXBaMDZtWC84ckRway9pa1AxMlJRVitDQlBtSlBIQVY0aUlGSHJ2ZzF0eDhTdjl1MzZwbkFmamVwMisxTkE5S3oxV1c5dC9xY2l2ekx3SmNIUVc3R1dmUW1DTkpmUXM2SUVMR25yYlJHTzJ6UGw5aDhmckRETmthRENkLzI3WXR3WFZhZFUySE9wODdLcW54dzM2R04ySnpyZVAvT2h0TTRtaEFMYlkzRnV0MkF3OG5ZV1pCNDFkZjF5VitBMFgzVTVaMnBRSDhSbCtZWDd3a254TXNac2xBOTloM1hIM2pyVVJHNXdYR2JLdkdtOWV5SDRvM21pL3FmcTMwUXNIS0tDTHk3Ni9YbEZXSUdQQVBvM1VuOStYRnhnbUhaVitweXNEaUN5Vm1sTGg4VncvVzRwKzMzVy9NVThHQmZkWG5RUE9CckhwODNDby9CbStDZXNNOXRjZS9QdjlVcGJtWFBuZHhuUUoyNGE1QlhFWUkxV1dQRVh2c2hIQzdzWVF0ZXJ5bkN1cmg3MGMwdjFlRXgwa3BpeE5EOEh0djU4ckVoYTNFOUV1T2M0MVowRW52NVBVbkEyNU9BRC83c0hMZEMyUk12ZVJoWVBONzFZeHVEeFdPOFhIL2NDcDIzUFc3NjlYR0kzZ1NQUnI5djJ3Ty9tejdaYWYxTG5lZkMyT29uNnpZRmxnRE1QekVIUzAxL2NwaFZ2eXQ0Tzk3cFBCR1J1clB3MFY3R3FzNFQwRE5sbjhNdy9CL25KMk5Zd0Vicjg5empMeWJ6c0F6WDQ2SVkvcTdZTGlhMXhFdnBFQ2JPUHc5VTQ0d1FRL2VwUSt6YkpZdTk1Rm94czIycFVvZmNEL1ZUYjU4aDNsL1NMNGpmOGIvMmJaVlh0Mk0rRUJsa2Y0N0YveGJudFhlSzVVTDFlU2FJNTVrK1hPeEZlTGw5aTJIZ2phVFRXbkNyLzE3YjZhemR1WDBkMW5kdGZSUVRJMWVvYndEaUlIVDhnWDlpVS9ZUXA4ZlpranNJdzBxM0lpVWhBVjRvUncrZkh6QW9JQmxmWFJwbzIyWlA0ZTJvcU5MREcyVUk5c2hCZTkwNVpKYTN1NmJYcVF6QmxWbHFVNDc5dHZkM2lPZWRMWWJFa2ZiYmtqWUFMOVFaSEt4T0ZzTm1jUnllOUpENjg4d1Jqb0dQSHdEY0dLb3VLNU5rL1Y0RXptVGIxeDhYZzVhWkg2bkg4VnRudXg1RlVQUGpFTDJSWW56VHhWNnN5aHAzV2FVQko0dWlIZGJmRmJyVk9ndXV4UDIvUzdlNWpQdUtRMFZ4Mkp3MzNEWU1IeG0wMFdGOVVaVUJaOHNpYmNQOER2clR1Rlp2YlhhTVc1RXBKczVtZjJ6LzJTS09NaFo5NW56ZlZ6NjFYM2lpeE53K3lMN3V3ZHZ0eXk5dmNJeTdMbVhpYk9GNlVBdGg0STNVeG5xZGViVTF1TE11cmpMcjVIUENOcG0yTGFmaFUxdGJsY20xMnVQeEtKM0phWDFXUlR2YnhGeUladzZ1MVNHVDY5dVZpYThyVXNUN3hlVXkxOXZ0TzJsZkRndXdMeXV6NVlveWl6cjh2NXIxZTBFdGhJRTNrZ2IyRDRwVVZ6dVBQNzAxNWJZZ0N5MDNOUGg0K1pXQnR1Mzl0QVZPNnkzVlhyYm4wK0xhVDN6VWQ0NmtxczVGSlVxazlkNi96ckpubmY4dGJYelY3eGN1Tlh5QnlqbWU1MjR4REx5UnpHTFNURG4zclJ5RHQ5WVdPcTNQS1F1dEhWSnIwTVhuV0lPUDE5MzNZTzNqdVY3dm8zeUd2SGI5cGNxRzN6Q2FXMTd0cnh3cVhrb3I3NnR2R3hVS2FpRU12Skh5eWdOdE0rakIzcm53OFNoMVdKOVM4THZhSUdzd09uUXQvRDBMNm4wc1pUVHd4NkFQN1h2b0d1ZktPM3Fmc3EwM1YvcWpwUjJzSGVJYmRNRGtPNjYrN2IyOVFTMkVnVGZTK2JLMkluSjFMKzJKQ2pHai9yM0QraS9FY1hkNmNRZHJrUDRlWml6cjhvUjRFM0I5b0x2SStEeU11ak8yZ0tOMHlxV3M5c2g3R0E2ampaZzlWeitCcXNXQmtoNW9hV3QyMjVmbmpBYWkyN3JlN2o0Ujk5TjNnMW9JQTIrQzllZEgyeWJTN2dyWjZyQ3VzTklQVHg1ZmFvdDJkTkFhcENiRVltTGJWZWp1Y3dUUitqTVlGZlE1ZG5YdGo1bmhpMUQzcjdvRWEzL0djdU1VeEJ0UzBjOXZOelpHamJTdDIxWTRES1UxT3JTMGozZmJQNk90SEkvdlRRS20zYW1lLy9iVnF4LzlYRFFXV0RkZHZTU1ZXZ2JQZ3pmQjJuUDNZMHE3djFuRG14RHhIaGFjZmw0Y205dUh6OXN1RHNhODlBV1laNXhyM2Nhb00yRmx4NGtPTWRmOWl5NXBwVGVoc3k3Vit2UEV3T1dZMkdhNWZYMjFlanovWEZZU2ZndVVTYnBSaTRIa0JlcEZNOEhpV1B6TlI4UVg2TGVFZS9BbTJKTi9HOUtLNHEzaEtjUHdoZEVMbmJhWm4vRWlGbVRNaGYwREpuQVo5OUtmcDJIQXNXUjhWWENueS9YSzkvblpjM0M0TEJhL0ZjcjU5WUZ6eEttMFUvVnZVMWdDN0RvS2FpSDhzRWtUalEzL0JCL0ZQMmlMZDlBUHlmZzZQOUZwTzZQZWhLbGhLOUN2OVE3RXRrcXpicHRiRVl4dDVxSDRPRzhzOWw1T3NHNm5uSEI3UEhnWkhnbDhEM0g2NHlpcE1tQmZ5UzE0SlhzR2RoWDF2NmJYcEZ6N0hWNDdrUGp1cEhvcTY1ZjhXZ0dEdTZyTEY4eGl1eE1OUDlZZThiS3o2NWtydktPYk9wbldKVUtkZUZQaVY4Slh6cEhmNEtQKzNUV0ZjbHRtN1NmVWxPMkcxbDdIYmk1eC9FREp0ZndPMURBRzdnYTdFL3JoZHYvZDFtaXp5OXVpei81dmtWNGFCYUtXeGlHNkc0eEwvUkI1WW0rc25CWUw5Y3hHY3JlQmlQTkpBMUZMWStCdWtGRnF4S3hUUzJ6SHlwRzZUUHduL2c1TURYOFgxNnVuNFFDSTNJV0J1OG5LOCtNdy9NaFdGRlMwc1I2UGgzdWR3OXRSVTVEUk14b1BoM3lBSUM5enZmZjEweGJqZ1lCUGtSenplK3p2MEJOelExNENrVHZ3R056Tm92VVoyQjQvRUVadms4TXNlSFdOSjM0b3VobW5TanZpZkVXWWRkc2J0R2JFNnRQUW85V1BNS0RZZnVHNEdPby9tdlVCVmw0YUI2S21ZT0ROUUsrMTRMbUlWekVqL0RVWU5FVlhPVDBHT1A0WkovVzJ4WG16a0pRN0UrYXFBQkExQlFOdlJrYWRDVSsyWFlFUk4vd0xVYnJUVjQwN3p4S01UWVdqc05vOERudUtlZkUydVFjRC81WEV0enFHanZwVDZLUTdqZ0FQczVqOHFNYmxLaitjclloRVNra0NqcFRGTnZqWFVvbXVGd01ua2hobjBZa2t4c0NKSk1iQWlTVEd3SWtreHNDSkpNYkFpU1RHd0lra3hzQ0pKTWJBaVNUR3dJa2t4c0NKSk1iQWlTVEd3SWtreHNDSkpNYkFpU1RHd0lra3hzQ0pKTWJBaVNUR3dJa2t4c0NKSk1iQWlTVEd3SWtreHNDSkpNYkFpU1RHd0lra3hzQ0pKTWJBaVNUR3dJa2t4c0NKSk1iQWlTVEd3SWtreHNDSkpNYkFpU1RHd0lra3hzQ0pKTWJBaVNUR3dJa2t4c0NKSk1iQWlTVEd3SWtreHNDSkpNYkFpU1RHd0lra3hzQ0pKTWJBaVNUR3dJa2t4c0NKSk1iQWlTVEd3SWtreHNDSkpNYkFpU1RHd0lra3hzQ0pKUFovbnZORjlsYXR2bFFBQUFBQVNVVk9SSzVDWUlJPSIgLz4KICA8L2RlZnM+CiAgPHBhdGgKICAgICBkPSJtIDExOS45NjcsMzIgYyA4LjgzNywwIDE2LC03LjE2MyAxNiwtMTYgMCwtOC44MzcgLTcuMTYzLC0xNiAtMTYsLTE2IC04LjgzNywwIC0xNiw3LjE2MyAtMTYsMTYgMCw4LjgzNyA3LjE2MywxNiAxNiwxNiBtIDAsMCIKICAgICBzdHlsZT0iZmlsbDojZmYwMDAyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjI1IgogICAgIGlkPSJwYXRoMS0yIiAvPgogIDxwYXRoCiAgICAgZD0ibSAxMjcuNzUxMjUsMTMuNjM5NzUgYyAtMC40ODQ1LC0wLjQ5OSAtMS4xNzIsLTAuNzcxNSAtMi4wMTE3NSwtMC43NzE1IC0xLjA0NCwwIC0xLjg0Njc1LDAuNDIzNzUgLTIuMzA3NSwxLjIxNzUgdiAtMy45NDEgaCAtMi40MjEgViAyMC45NDc1IGggMi40MjA3NSB2IC0zLjc5OCBjIDAsLTAuODg1IDAuMTgxNzUsLTEuNDUyMjUgMC40NTQyNSwtMS43ODUyNSAwLjI2NDUsLTAuMzMzIDAuNjM0NzUsLTAuNDYxIDEuMDM2LC0wLjQ2MSAwLjM1NTUsMCAwLjYzNTc1LDAuMTEzMjUgMC44MzIsMC4zMTc1IDAuMTk3NSwwLjIxMTc1IDAuMzEwNzUsMC41MzcgMC4zMTA3NSwwLjk5MTI1IHYgNC43Mjg1IGggMi40MjA3NSB2IC01LjIwNSBjIDAsLTAuODg1IC0wLjI1Nzc1LC0xLjYwMzc1IC0wLjczNDI1LC0yLjA5NTc1IE0gMTE2LjkyNiwxMi44NjgyNSBjIC0xLjA0NCwwIC0xLjg0NTc1LDAuNDIzNzUgLTIuMzA3NSwxLjIxNzUgdiAtMy45NDEgaCAtMi40MjEgViAyMC45NDc1IGggMi40MjA3NSB2IC0zLjc5OCBjIDAsLTAuODg1IDAuMTgxNzUsLTEuNDUyMjUgMC40NTQyNSwtMS43ODUyNSAwLjI2NDUsLTAuMzMzIDAuNjM1NzUsLTAuNDYxIDEuMDM2LC0wLjQ2MSAwLjM1NTUsMCAwLjYzNTc1LDAuMTEzMjUgMC44MzIyNSwwLjMxNzUgMC4xOTcyNSwwLjIxMTc1IDAuMzEwNSwwLjUzNyAwLjMxMDUsMC45OTEyNSB2IDQuNzI4NSBoIDIuNDIwNzUgdiAtNS4yMDUgYyAwLC0wLjg4NSAtMC4yNTY3NSwtMS42MDM3NSAtMC43NDEyNSwtMi4xMDM3NSAtMC40NzY1LC0wLjQ5OSAtMS4xNjUsLTAuNzYzNSAtMi4wMDUsLTAuNzYzNSBtIDAsMCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjI1IgogICAgIGlkPSJwYXRoMi05IiAvPgo8L3N2Zz4K);
}

.ImageGeneration-module__card--IqMA9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.BannerPreview-module__banner-preview-container--NXGVg {
  border-radius: 4px;
  border: 1px solid #EEF1F7;
  padding: 24px 20px;
}
.BannerPreview-module__banner-auction-preview--Oub9O {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzI3IiBoZWlnaHQ9IjIxNCIgZmlsbD0ibm9uZSI+PGcgZmlsdGVyPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMzAzMjMzIiBkPSJNMTIgMTUuNDc0aDMwM3YxNy4yNDlIMTJ6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyIDhoMzAzdjcuNDc0SDEyeiIvPjxjaXJjbGUgY3g9IjM5LjU5OCIgY3k9IjExLjQ0OSIgcj0iMS43MjUiIGZpbGw9IiNCQUJEQkYiLz48Y2lyY2xlIGN4PSI0NS4zNDciIGN5PSIxMS40NDkiIHI9IjEuNzI1IiBmaWxsPSIjQkFCREJGIi8+PGNpcmNsZSBjeD0iNTEuMDk3IiBjeT0iMTEuNDQ5IiByPSIxLjcyNSIgZmlsbD0iI0JBQkRCRiIvPjxjaXJjbGUgY3g9IjQyLjQ3MyIgY3k9IjI0LjA5OSIgcj0iNC42IiBmaWxsPSIjRDYwMDFDIi8+PHJlY3Qgd2lkdGg9IjU1Ljc3IiBoZWlnaHQ9IjQuNiIgeD0iNTAuNTIyIiB5PSIyMS43OTkiIGZpbGw9IiNCQUJEQkYiIHJ4PSIyLjI5NSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMiAzMi43MjRoMzAzdjE2NS4wMTFIMTJ6Ii8+PHBhdGggZmlsbD0iI0VERUZGMCIgZD0iTTM3Ljg3MyA1OS45NTJhMi4yOTUgMi4yOTUgMCAwIDEgMi4yOTYtMi4yOTZoMjcuNjA2YTIuMjk1IDIuMjk1IDAgMCAxIDIuMjk2IDIuMjk2djEyOS45NDNIMzcuODczVjU5Ljk1MloiLz48cmVjdCB3aWR0aD0iMTI0LjE5IiBoZWlnaHQ9IjYuODk5IiB4PSIzNy44NzMiIHk9IjM2Ljc0NyIgZmlsbD0iI0VERUZGMCIgcng9IjIuMjk1Ii8+PHJlY3Qgd2lkdGg9IjE1Mi45MzciIGhlaWdodD0iNi44OTkiIHg9IjM3Ljg3MyIgeT0iNDUuOTQ3IiBmaWxsPSIjRURFRkYwIiByeD0iMi4yOTUiLz48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTc4LjY5NSAxMjcuNDUzYTIuMjk1IDIuMjk1IDAgMCAxIDIuMjk1LTIuMjk1aDIwNS44NDJhMi4yOTUgMi4yOTUgMCAwIDEgMi4yOTUgMi4yOTV2MzUuNjU3YTIuMjk1IDIuMjk1IDAgMCAxLTIuMjk1IDIuMjk1SDgwLjk5YTIuMjk1IDIuMjk1IDAgMCAxLTIuMjk1LTIuMjk1di0zNS42NTdaIi8+PC9tYXNrPjxwYXRoIGZpbGw9IiNFREVGRjAiIGQ9Ik03OC42OTUgMTI3LjQ1M2EyLjI5NSAyLjI5NSAwIDAgMSAyLjI5NS0yLjI5NWgyMDUuODQyYTIuMjk1IDIuMjk1IDAgMCAxIDIuMjk1IDIuMjk1djM1LjY1N2EyLjI5NSAyLjI5NSAwIDAgMS0yLjI5NSAyLjI5NUg4MC45OWEyLjI5NSAyLjI5NSAwIDAgMS0yLjI5NS0yLjI5NXYtMzUuNjU3WiIvPjxwYXRoIGZpbGw9IiNGOUQxNTciIGQ9Ik03OC42OTUgMTI1LjE1OGgyMTAuNDMySDc4LjY5NVptMjEwLjQzMiA0MC4yNDdINzguNjk1aDIxMC40MzJabS0yMDguMTM3IDBhMi44NyAyLjg3IDAgMCAxLTIuODctMi44Njl2LTM0LjUwOWEyLjg3IDIuODcgMCAwIDEgMi44Ny0yLjg2OWMtLjk1IDAtMS43MjIgMS4wMjgtMS43MjIgMi4yOTV2MzUuNjU3YzAgMS4yNjcuNzcxIDIuMjk1IDEuNzIyIDIuMjk1Wm0yMDguMTM3LTQwLjI0N3Y0MC4yNDctNDAuMjQ3WiIgbWFzaz0idXJsKCNiKSIvPjxyZWN0IHdpZHRoPSIyMTAuNDMzIiBoZWlnaHQ9IjIwLjEyMyIgeD0iNzguNjk1IiB5PSIxNjkuOTA4IiBmaWxsPSIjRURFRkYwIiByeD0iMi4yOTUiLz48ZyBmaWx0ZXI9InVybCgjYykiPjxtYXNrIGlkPSJnIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNNzguNzkgNTguNDI3YzAtLjUuNDA1LS45MDQuOTA0LS45MDRoMjA4LjMzOGMuNDk5IDAgLjkwMy40MDUuOTAzLjkwNHY2MS4zMzRhLjkwMy45MDMgMCAwIDEtLjkwMy45MDRINzkuNjk0YS45MDQuOTA0IDAgMCAxLS45MDQtLjkwNFY1OC40MjdaIi8+PC9tYXNrPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03OC43OSA1OC40MjdjMC0uNS40MDUtLjkwNC45MDQtLjkwNGgyMDguMzM4Yy40OTkgMCAuOTAzLjQwNS45MDMuOTA0djYxLjMzNGEuOTAzLjkwMyAwIDAgMS0uOTAzLjkwNEg3OS42OTRhLjkwNC45MDQgMCAwIDEtLjkwNC0uOTA0VjU4LjQyN1oiLz48cGF0aCBmaWxsPSIjMTc4NUU1IiBkPSJNODMuNjA1IDYzLjEzaDEuMTYzYy4yMyAwIC40MDIuMDEuNTE0LjAzYS43MzguNzM4IDAgMCAxIC41MjkuMzYzYy4wNi4xMDEuMDg5LjIxNC4wODkuMzRhLjY3NC42NzQgMCAwIDEtLjExMS4zNzUuNjc3LjY3NyAwIDAgMS0uMjk4LjI1NmMuMTc3LjA1Mi4zMTQuMTQuNDA5LjI2NGEuNy43IDAgMCAxIC4xNDMuNDM5Ljg2NC44NjQgMCAwIDEtLjM0Ni42ODcuODMyLjgzMiAwIDAgMS0uMzkzLjEzNyA5Ljc5IDkuNzkgMCAwIDEtLjcwOC4wMmgtLjk5di0yLjkxWm0uNTg4LjQ4NXYuNjczaC4zODVjLjIyOSAwIC4zNzEtLjAwNC40MjctLjAxLjEtLjAxMi4xNzktLjA0Ny4yMzYtLjEwNGEuMzA4LjMwOCAwIDAgMCAuMDg3LS4yMjguMzEzLjMxMyAwIDAgMC0uMDc1LS4yMTguMzMuMzMgMCAwIDAtLjIyLS4xMDMgNi44OTcgNi44OTcgMCAwIDAtLjUwMy0uMDFoLS4zMzdabTAgMS4xNTd2Ljc3OGguNTQ0Yy4yMTEgMCAuMzQ2LS4wMDYuNDAzLS4wMThhLjM2My4zNjMgMCAwIDAgLjIxMi0uMTE1LjM1OS4zNTkgMCAwIDAgLjA4My0uMjQ4LjM4LjM4IDAgMCAwLS4wNjMtLjIyMi4zNTkuMzU5IDAgMCAwLS4xODUtLjEzM2MtLjA4LS4wMjgtLjI1Mi0uMDQyLS41Mi0uMDQyaC0uNDc0Wm0yLjIxNS4xODVjMC0uMTg2LjA0Ni0uMzY1LjEzNy0uNTM4YS45NDMuOTQzIDAgMCAxIC4zODctLjM5N2MuMTY4LS4wOTIuMzU1LS4xMzcuNTYyLS4xMzcuMzE5IDAgLjU4LjEwNC43ODQuMzExLjIwNC4yMDcuMzA2LjQ2OC4zMDYuNzg0IDAgLjMyLS4xMDMuNTg0LS4zMS43OTQtLjIwNS4yMS0uNDY0LjMxNC0uNzc2LjMxNC0uMTkzIDAtLjM3OC0uMDQ0LS41NTQtLjEzYS45MDMuOTAzIDAgMCAxLS4zOTktLjM4NCAxLjI4NiAxLjI4NiAwIDAgMS0uMTM3LS42MTdabS41NzIuMDNjMCAuMjA5LjA1LjM2OS4xNDkuNDguMDk5LjExLjIyMS4xNjYuMzY3LjE2NmEuNDY3LjQ2NyAwIDAgMCAuMzY1LS4xNjZjLjEtLjExMS4xNDktLjI3My4xNDktLjQ4NSAwLS4yMDYtLjA1LS4zNjUtLjE0OS0uNDc2YS40NjcuNDY3IDAgMCAwLS4zNjUtLjE2Ny40NzMuNDczIDAgMCAwLS4zNjcuMTY3Yy0uMS4xMTEtLjE1LjI3MS0uMTUuNDhabTMuNzMgMS4wNTNoLTEuNTk2di41NTZoLS40NTN2LTEuMDEyaC4yMjhjLjA5Ni0uMTA2LjE3NS0uMjcxLjIzNy0uNDk2LjA2Mi0uMjI1LjA5OS0uNjEuMTEtMS4xNTZoMS43MDJ2MS42NTJoLjIyNnYxLjAxMmgtLjQ1NHYtLjU1NlptLS4zMjQtLjQ1Ni4wMDItMS4xOTNoLS42NzVjLS4wMjIuNTgyLS4xMTUuOTgtLjI3OCAxLjE5M2guOTUxWm0xLjE0OC0xLjY1MmguNTM1djEuMzI0bC44NTgtMS4zMjRoLjU0OHYyLjEwOGgtLjUzNnYtMS4zNDdsLS44NyAxLjM0N2gtLjUzNXYtMi4xMDhabTIuMjY0IDBoMS45MDh2LjQ1aC0uNjc1djEuNjU4aC0uNTU4di0xLjY1N0g5My44di0uNDVabTMuNDY1IDEuNDM4LjU1NS4wOTNhLjkxNS45MTUgMCAwIDEtLjM0LjQ2Ni45OTQuOTk0IDAgMCAxLS41NzcuMTZjLS4zNjYgMC0uNjM4LS4xMi0uODE0LS4zNi0uMTM5LS4xOTItLjIwOC0uNDM0LS4yMDgtLjcyNyAwLS4zNS4wOTEtLjYyMi4yNzQtLjgyYS45LjkgMCAwIDEgLjY5My0uMjk3Yy4zMTMgMCAuNTYuMTA0Ljc0Mi4zMTEuMTgxLjIwNy4yNjguNTI0LjI2Ljk1MWgtMS4zOTdhLjU2OS41NjkgMCAwIDAgLjEzNS4zODcuNDI0LjQyNCAwIDAgMCAuMzIxLjEzN2MuMDg4IDAgLjE2MS0uMDI0LjIyLS4wNzFhLjQ0MS40NDEgMCAwIDAgLjEzNi0uMjNabS4wMzEtLjU2NGMtLjAwNC0uMTYyLS4wNDUtLjI4NC0uMTI1LS4zNjdhLjM4Mi4zODIgMCAwIDAtLjI5LS4xMjcuMzg3LjM4NyAwIDAgMC0uMzAxLjEzMy41MTUuNTE1IDAgMCAwLS4xMTguMzZoLjgzNFptMS4xNjItLjg3NGgxLjg2OHYyLjEwOGgtLjU1NnYtMS42NTVoLS43NnYuOTQ3YzAgLjI0LS4wMjguNDEtLjA4NC41MDhhLjQzNS40MzUgMCAwIDEtLjE4NS4xOS44NDcuODQ3IDAgMCAxLS4zMjUuMDQ2Yy0uMDg5IDAtLjIwNi0uMDEyLS4zNTItLjAzNXYtLjQxMWMuMDEyIDAgLjA0NCAwIC4wOTQuMDA0LjA1OC4wMDQuMTAzLjAwNS4xMzUuMDA1LjA3NSAwIC4xMjEtLjAyNC4xMzktLjA3My4wMTctLjA1LjAyNS0uMTg5LjAyNS0uNDE1di0xLjIxOVptMi40NDUgMGguNTU4di44NzZoLjU2Yy4yMTkgMCAuMzg4LjAxNi41MDYuMDQ3YS41My41MyAwIDAgMSAuMjk0LjIwNy41OTQuNTk0IDAgMCAxIC4xMTcuMzY1YzAgLjIwNC0uMDcuMzU3LS4yMTEuNDYtLjEzOS4xMDMtLjM0OC4xNTMtLjYyNy4xNTNoLTEuMTk3di0yLjEwOFptLjU1OCAxLjc1NWguNTJjLjE2MyAwIC4yNjctLjAyNi4zMTItLjA4YS4yNzguMjc4IDAgMCAwIC4wNjktLjE4OGMwLS4xMDItLjA0LS4xNzItLjExOS0uMjEtLjA3OC0uMDM5LS4yMTgtLjA1OC0uNDE5LS4wNThoLS4zNjN2LjUzNlptMS44NjgtLjQyM3YtLjU1N2gxLjA5NnYuNTU3aC0xLjA5NlptMS4zOTUtMS4zMzJoLjU1NnYuODYyYy4wOTMtLjAxLjE1OC0uMDQuMTk3LS4wODUuMDM4LS4wNDcuMDg0LS4xNDguMTM5LS4zMDQuMDcxLS4yMDguMTQ5LS4zNDEuMjM0LS40YS41NzguNTc4IDAgMCAxIC4zMzMtLjA4N2MuMDQzIDAgLjExNi4wMDQuMjIxLjAxbC4wMDIuMzdjLS4xNDcgMC0uMjQxLjAxMy0uMjgyLjA0MS0uMDQxLjAzLS4wODUuMTE2LS4xMzMuMjYtLjA2NS4xOTUtLjE1OC4zMTUtLjI4LjM2LjE3Ni4wNDkuMzI1LjIwMS40NDcuNDU4bC4wMjIuMDQyLjMxMS41ODFoLS41OTlsLS4yNzgtLjYwOWEuNzIyLjcyMiAwIDAgMC0uMTQ5LS4yMzZjLS4wNDEtLjAzNi0uMTAzLS4wNTQtLjE4NS0uMDU0di45aC0uNTU2di0yLjEwOVptMS43OTUgMGguNTk0bC41MDQgMS40OTcuNDkyLTEuNDk3aC41NzhsLS43NDUgMi4wMy0uMTMzLjM2NmExLjQ1NSAxLjQ1NSAwIDAgMS0uMTQxLjI4Mi41NTcuNTU3IDAgMCAxLS4xNTMuMTU3LjYzLjYzIDAgMCAxLS4yMTIuMDk1IDEuMDkgMS4wOSAwIDAgMS0uMjg0LjAzNGMtLjEwNyAwLS4yMTItLjAxMS0uMzE1LS4wMzRsLS4wNS0uNDM2Yy4wODcuMDE3LjE2Ni4wMjUuMjM2LjAyNS4xMyAwIC4yMjYtLjAzOC4yODgtLjExNWEuNzgzLjc4MyAwIDAgMCAuMTQzLS4yOWwtLjgwMi0yLjExNFptMi40NTYgMGguNTJ2LjMxYS43NjcuNzY3IDAgMCAxIC42NTctLjM1N2MuMjQ0IDAgLjQ1Mi4wOTYuNjIzLjI4OC4xNzEuMTkxLjI1Ni40NTkuMjU2LjgwMiAwIC4zNTItLjA4Ni42MjUtLjI1OC44MjFhLjgwNC44MDQgMCAwIDEtLjk0My4yMjMgMS4wOCAxLjA4IDAgMCAxLS4yOTgtLjIzOXYxLjA2MmgtLjU1N3YtMi45MVptLjU1MSAxLjAxOWMwIC4yMzcuMDQ3LjQxMi4xNDEuNTI2YS40MzMuNDMzIDAgMCAwIC4zNDQuMTY4LjQwNC40MDQgMCAwIDAgLjMyMy0uMTU0Yy4wODYtLjEwNS4xMjktLjI3Ni4xMjktLjUxMyAwLS4yMi0uMDQ0LS4zODUtLjEzMy0uNDkyYS40MS40MSAwIDAgMC0uMzI5LS4xNi40MjcuNDI3IDAgMCAwLS4zNC4xNThjLS4wOS4xMDUtLjEzNS4yNi0uMTM1LjQ2N1ptMS45NjItMS4wMTloLjU1N3YuODc2aC41NmMuMjIgMCAuMzg5LjAxNi41MDYuMDQ3YS41My41MyAwIDAgMSAuMjk0LjIwNy41OTQuNTk0IDAgMCAxIC4xMTcuMzY1YzAgLjIwNC0uMDcuMzU3LS4yMS40Ni0uMTM5LjEwMy0uMzQ4LjE1My0uNjI3LjE1M2gtMS4xOTd2LTIuMTA4Wm0uNTU3IDEuNzU1aC41MjFjLjE2MiAwIC4yNjYtLjAyNi4zMTEtLjA4YS4yNzQuMjc0IDAgMCAwIC4wNy0uMTg4YzAtLjEwMi0uMDQtLjE3Mi0uMTE5LS4yMS0uMDc5LS4wMzktLjIxOC0uMDU4LS40MTktLjA1OGgtLjM2NHYuNTM2Wm0zLjE1My0uMzE3LjU1Ni4wOTNhLjkxOC45MTggMCAwIDEtLjM0LjQ2Ni45OTMuOTkzIDAgMCAxLS41NzguMTZjLS4zNjYgMC0uNjM3LS4xMi0uODEzLS4zNi0uMTM5LS4xOTItLjIwOS0uNDM0LS4yMDktLjcyNyAwLS4zNS4wOTEtLjYyMi4yNzQtLjgyYS45MDIuOTAyIDAgMCAxIC42OTMtLjI5N2MuMzE0IDAgLjU2MS4xMDQuNzQyLjMxMS4xODIuMjA3LjI2OC41MjQuMjYuOTUxaC0xLjM5N2EuNTY5LjU2OSAwIDAgMCAuMTM1LjM4Ny40MjMuNDIzIDAgMCAwIC4zMjEuMTM3LjM0My4zNDMgMCAwIDAgLjIyMS0uMDcxLjQ0OS40NDkgMCAwIDAgLjEzNS0uMjNabS4wMzItLjU2NGMtLjAwNC0uMTYyLS4wNDYtLjI4NC0uMTI2LS4zNjdhLjM4MS4zODEgMCAwIDAtLjI4OS0uMTI3LjM4Ny4zODcgMCAwIDAtLjMwMi4xMzMuNTA5LjUwOSAwIDAgMC0uMTE3LjM2aC44MzRabS45OTQtLjg3NGguNTJ2LjMxYS43ODQuNzg0IDAgMCAxIC42NTctLjM1N2MuMjQ1IDAgLjQ1My4wOTYuNjI0LjI4OC4xNy4xOTEuMjU2LjQ1OS4yNTYuODAyIDAgLjM1Mi0uMDg2LjYyNS0uMjU4LjgyMWEuODA4LjgwOCAwIDAgMS0uNjI2LjI5Mi43MTUuNzE1IDAgMCAxLS4zMTctLjA3IDEuMDY2IDEuMDY2IDAgMCAxLS4yOTgtLjIzOHYxLjA2MmgtLjU1OHYtMi45MVptLjU1MiAxLjAxOWMwIC4yMzcuMDQ3LjQxMi4xNDEuNTI2YS40MzEuNDMxIDAgMCAwIC4zNDMuMTY4Yy4xMyAwIC4yMzgtLjA1MS4zMjQtLjE1NC4wODYtLjEwNS4xMjktLjI3Ni4xMjktLjUxMyAwLS4yMi0uMDQ0LS4zODUtLjEzMy0uNDkyYS40MTMuNDEzIDAgMCAwLS4zMy0uMTYuNDI2LjQyNiAwIDAgMC0uMzM5LjE1OGMtLjA5LjEwNS0uMTM1LjI2LS4xMzUuNDY3Wm0zLjA1OS0xLjAxOWguNTU4di43NzJoLjc5OHYtLjc3MmguNTZ2Mi4xMDhoLS41NnYtLjg4NWgtLjc5OHYuODg1aC0uNTU4di0yLjEwOFptMi44OTYuNjQ0LS41MDYtLjA5MmEuNzg5Ljc4OSAwIDAgMSAuMjk0LS40NTJjLjEzOS0uMDk4LjM0NS0uMTQ3LjYxOS0uMTQ3LjI0OSAwIC40MzQuMDMuNTU2LjA4OWEuNTQuNTQgMCAwIDEgLjI1Ni4yMjRjLjA1LjA5LjA3NS4yNTYuMDc1LjQ5OWwtLjAwNi42NWMwIC4xODYuMDA5LjMyMy4wMjYuNDEyLjAxOS4wODcuMDUzLjE4LjEwMi4yODFoLS41NTJhMS44MDggMS44MDggMCAwIDEtLjA1NC0uMTY0LjgyLjgyIDAgMCAwLS4wMi0uMDY2IDEuMDA2IDEuMDA2IDAgMCAxLS4zMDUuMjA5Ljg4Ljg4IDAgMCAxLS4zNDguMDdjLS4yMTcgMC0uMzg4LS4wNi0uNTE0LS4xNzhhLjU5LjU5IDAgMCAxLS4xODctLjQ0NmMwLS4xMi4wMjktLjIyNS4wODYtLjMxOGEuNTUuNTUgMCAwIDEgLjIzOC0uMjE0Yy4xMDMtLjA1LjI1MS0uMDk0LjQ0NS0uMTMxLjI2LS4wNS40NDEtLjA5NS41NDItLjEzN3YtLjA1NmMwLS4xMDctLjAyNy0uMTgzLS4wOC0uMjI4LS4wNTMtLjA0Ni0uMTUzLS4wNy0uMy0uMDdhLjM5NS4zOTUgMCAwIDAtLjIzMi4wNi40MDguNDA4IDAgMCAwLS4xMzUuMjA1Wm0uNzQ3LjQ1MmEzLjU1MiAzLjU1MiAwIDAgMS0uMzQuMDg1IDEuMDI2IDEuMDI2IDAgMCAwLS4zMDQuMDk4LjIzNC4yMzQgMCAwIDAtLjEwOS4xOTZjMCAuMDc4LjAyOS4xNDYuMDg4LjIwM2EuMzA0LjMwNCAwIDAgMCAuMjIyLjA4NWMuMSAwIC4xOTYtLjAzMy4yODgtLjFhLjM1MS4zNTEgMCAwIDAgLjEzMy0uMTg0Yy4wMTQtLjA0Ny4wMjItLjEzOC4wMjItLjI3MnYtLjExWm0yLjY0OC0uNDUzLS41MDctLjA5YS43ODkuNzg5IDAgMCAxIC4yOTQtLjQ1M2MuMTM5LS4wOTguMzQ2LS4xNDcuNjItLjE0Ny4yNDggMCAuNDM0LjAzLjU1NS4wODlhLjUzNS41MzUgMCAwIDEgLjI1Ni4yMjRjLjA1MS4wOS4wNzYuMjU2LjA3Ni40OTlsLS4wMDYuNjVjMCAuMTg2LjAwOS4zMjMuMDI2LjQxMi4wMTguMDg3LjA1Mi4xOC4xMDEuMjgxaC0uNTUyYTIuMjg1IDIuMjg1IDAgMCAxLS4wNTMtLjE2NGwtLjAyLS4wNjZhMS4wMSAxLjAxIDAgMCAxLS4zMDYuMjA5Ljg3Ni44NzYgMCAwIDEtLjM0Ny4wN2MtLjIxNyAwLS4zODktLjA2LS41MTUtLjE3OGEuNTkuNTkgMCAwIDEtLjE4Ni0uNDQ2YzAtLjEyLjAyOC0uMjI1LjA4NS0uMzE4YS41NTYuNTU2IDAgMCAxIC4yMzgtLjIxNGMuMTA0LS4wNS4yNTItLjA5NC40NDUtLjEzMS4yNjEtLjA1LjQ0MS0uMDk1LjU0Mi0uMTM3di0uMDU2YzAtLjEwNy0uMDI2LS4xODMtLjA3OS0uMjI4LS4wNTMtLjA0Ni0uMTUzLS4wNy0uMy0uMDdhLjM5My4zOTMgMCAwIDAtLjIzMi4wNi4zOTYuMzk2IDAgMCAwLS4xMzUuMjA1Wm0uNzQ2LjQ1M2EzLjUxNCAzLjUxNCAwIDAgMS0uMzM5LjA4NSAxLjAxNSAxLjAxNSAwIDAgMC0uMzA0LjA5OC4yMzIuMjMyIDAgMCAwLS4xMDkuMTk2YzAgLjA3OC4wMjkuMTQ2LjA4Ny4yMDNhLjMwNC4zMDQgMCAwIDAgLjIyMi4wODUuNDgyLjQ4MiAwIDAgMCAuMjg4LS4xLjM0Ni4zNDYgMCAwIDAgLjEzMy0uMTg0Yy4wMTUtLjA0Ny4wMjItLjEzOC4wMjItLjI3MnYtLjExWm0xLjEwNi0xLjA5NmgxLjIyMWMuMjUgMCAuNDM3LjA0Ni41NjEuMTM3LjEyNS4wOTIuMTg3LjIzLjE4Ny40MTMgMCAuMTE4LS4wMzQuMjItLjEwMy4zMDhhLjQ4NS40ODUgMCAwIDEtLjI1Ni4xNzUuNTQ1LjU0NSAwIDAgMSAuMzI1LjIuNTMuNTMgMCAwIDEgLjEwNy4zMjJjMCAuMTY0LS4wNi4yOTctLjE4LjQtLjEyMS4xMDMtLjI5OS4xNTMtLjUzNC4xNTNoLTEuMzI4di0yLjEwOFptLjU2MS44NzZoLjM2Yy4xNzMgMCAuMjk4LS4wMjIuMzc1LS4wNjZhLjIyLjIyIDAgMCAwIC4xMTctLjIwNmMwLS4wODktLjAzNi0uMTUyLS4xMDktLjE4OS0uMDcyLS4wMzgtLjE5OS0uMDU3LS4zODMtLjA1N2gtLjM2di41MThabTAgLjg3NWguNDQxYy4xNTkgMCAuMjc1LS4wMTkuMzQ4LS4wNTcuMDcyLS4wMzkuMTA5LS4xMDguMTA5LS4yMDcgMC0uMTAzLS4wNDItLjE3NC0uMTI1LS4yMTItLjA4NC0uMDQtLjI0Ni0uMDYtLjQ4Ny0uMDZoLS4yODZ2LjUzNlptMS42MjgtMS43NWgxLjkwOHYuNDVoLS42NzV2MS42NTdoLS41NTh2LTEuNjU3aC0uNjc1di0uNDVabTIuMDU5IDEuMDI0YzAtLjE4Ni4wNDUtLjM2NS4xMzctLjUzOGEuOTM5LjkzOSAwIDAgMSAuMzg3LS4zOTdjLjE2OC0uMDkyLjM1NS0uMTM3LjU2Mi0uMTM3LjMxOSAwIC41OC4xMDQuNzg0LjMxMS4yMDQuMjA3LjMwNS40NjguMzA1Ljc4NCAwIC4zMi0uMTAzLjU4NC0uMzA5Ljc5NC0uMjA1LjIxLS40NjQuMzE0LS43NzYuMzE0YTEuMjMgMS4yMyAwIDAgMS0uNTU0LS4xMy44OTkuODk5IDAgMCAxLS4zOTktLjM4NCAxLjI3OCAxLjI3OCAwIDAgMS0uMTM3LS42MTdabS41NzEuMDNjMCAuMjA5LjA1LjM2OS4xNDkuNDguMS4xMS4yMjIuMTY2LjM2OC4xNjZhLjQ2OC40NjggMCAwIDAgLjM2NS0uMTY2Yy4wOTktLjExMS4xNDktLjI3My4xNDktLjQ4NSAwLS4yMDYtLjA1LS4zNjUtLjE0OS0uNDc2YS40NjcuNDY3IDAgMCAwLS4zNjUtLjE2Ny40NzUuNDc1IDAgMCAwLS4zNjguMTY3Yy0uMDk5LjExMS0uMTQ5LjI3MS0uMTQ5LjQ4Wm0yLjAwMy0xLjA1NWguNjkxbC41MjQgMS40Ny41MjgtMS40N2guNjg5djIuMTA4aC0uNDc0di0xLjM4N2wtLjUxNCAxLjM4N2gtLjQ3N2wtLjQ5LTEuMzg3djEuMzg3aC0uNDc3di0yLjEwOFptMi44MDkgMS4wMjVjMC0uMTg2LjA0Ni0uMzY1LjEzNy0uNTM4YS45NS45NSAwIDAgMSAuMzg3LS4zOTcgMS4xNiAxLjE2IDAgMCAxIC41NjItLjEzN2MuMzE5IDAgLjU4LjEwNC43ODQuMzExLjIwNC4yMDcuMzA2LjQ2OC4zMDYuNzg0IDAgLjMyLS4xMDMuNTg0LS4zMS43OTQtLjIwNS4yMS0uNDY0LjMxNC0uNzc2LjMxNC0uMTkzIDAtLjM3OC0uMDQ0LS41NTQtLjEzYS45MDkuOTA5IDAgMCAxLS4zOTktLjM4NCAxLjI5IDEuMjkgMCAwIDEtLjEzNy0uNjE3Wm0uNTcyLjAzYzAgLjIwOS4wNS4zNjkuMTQ5LjQ4YS40NzMuNDczIDAgMCAwIC4zNjcuMTY2LjQ2Ni40NjYgMCAwIDAgLjM2NS0uMTY2Yy4xLS4xMTEuMTQ5LS4yNzMuMTQ5LS40ODUgMC0uMjA2LS4wNDktLjM2NS0uMTQ5LS40NzZhLjQ2Ni40NjYgMCAwIDAtLjM2NS0uMTY3LjQ3My40NzMgMCAwIDAtLjM2Ny4xNjdjLS4wOTkuMTExLS4xNDkuMjcxLS4xNDkuNDhabTMuNjI1LTEuOTI0aC4zNzljLS4wMTIuMTY4LS4wNTYuMjk2LS4xMzMuMzgzLS4wNzUuMDg2LS4yNjMuMTI5LS41NjIuMTI5LS4wMzYgMC0uMDcxIDAtLjEwNy0uMDAyaC0uMDcxYy0uMTc4IDAtLjMyMi4wMi0uNDMzLjA2YS41MjQuNTI0IDAgMCAwLS4yNzQuMjI2Yy0uMDcuMTEyLS4xMDcuMjk0LS4xMDkuNTQ0YS44NTguODU4IDAgMCAxIC4zMTctLjM0OC45MDguOTA4IDAgMCAxIC40NjctLjExNWMuMjc2IDAgLjUxMS4xMDguNzAyLjMyNC4xOTIuMjE0LjI4OC40NjMuMjg4Ljc0NmExLjA2MyAxLjA2MyAwIDAgMS0xLjA5MyAxLjA3OGMtLjIyNCAwLS40MjEtLjA1My0uNTktLjE2YS44OTEuODkxIDAgMCAxLS4zNjMtLjQ0Yy0uMDczLS4xODYtLjEwOS0uNDk0LS4xMDktLjkyNCAwLS41MDYuMDkyLS44Ny4yNzctMS4wOS4xODctLjIyMS41MTItLjMzMi45NzUtLjMzMmguMjgyYy4wNzggMCAuMTMtLjAyNi4xNTctLjA4Wm0tMS4xMjQgMS45NGMwIC4xOTEuMDQ4LjM0My4xNDMuNDU2YS40NTMuNDUzIDAgMCAwIC4zNTQuMTY3LjQ1Ny40NTcgMCAwIDAgLjM2Ny0uMTczLjY4My42ODMgMCAwIDAgLjE0NS0uNDQ5LjY2Ny42NjcgMCAwIDAtLjE0Ny0uNDUuNDUzLjQ1MyAwIDAgMC0uMzYtLjE3My40NTYuNDU2IDAgMCAwLS4zNTUuMTY5LjY2NS42NjUgMCAwIDAtLjE0Ny40NTJabTIuMDQxLTEuMDdoLjUzNnYxLjMyM2wuODU3LTEuMzI0aC41NDh2Mi4xMDhoLS41MzZ2LTEuMzQ3bC0uODY5IDEuMzQ3aC0uNTM2di0yLjEwOFptMi42NjYgMGgxLjg2OHYyLjEwN2gtLjU1NnYtMS42NTVoLS43NnYuOTQ3YzAgLjI0LS4wMjguNDEtLjA4NC41MDhhLjQzMy40MzMgMCAwIDEtLjE4NC4xOS44NS44NSAwIDAgMS0uMzI2LjA0NmMtLjA4OCAwLS4yMDYtLjAxMi0uMzUxLS4wMzV2LS40MTFjLjAxMiAwIC4wNDMgMCAuMDkzLjAwNC4wNTguMDA0LjEwMy4wMDUuMTM1LjAwNS4wNzYgMCAuMTIyLS4wMjQuMTM5LS4wNzMuMDE3LS4wNS4wMjYtLjE4OS4wMjYtLjQxNXYtMS4yMTlabTMuNTk5IDEuNDM3LjU1Ni4wOTNhLjkxOC45MTggMCAwIDEtLjM0LjQ2Ni45OTIuOTkyIDAgMCAxLS41NzcuMTZjLS4zNjcgMC0uNjM4LS4xMi0uODE0LS4zNi0uMTM5LS4xOTItLjIwOS0uNDM0LS4yMDktLjcyNyAwLS4zNS4wOTItLjYyMi4yNzQtLjgyYS45MDIuOTAyIDAgMCAxIC42OTMtLjI5N2MuMzE0IDAgLjU2MS4xMDQuNzQyLjMxMS4xODIuMjA3LjI2OC41MjQuMjYuOTUxaC0xLjM5N2EuNTY5LjU2OSAwIDAgMCAuMTM1LjM4Ny40MjQuNDI0IDAgMCAwIC4zMjIuMTM3Yy4wODcgMCAuMTYtLjAyNC4yMi0uMDcxYS40NDkuNDQ5IDAgMCAwIC4xMzUtLjIzWm0uMDMyLS41NjRjLS4wMDQtLjE2Mi0uMDQ2LS4yODQtLjEyNS0uMzY3YS4zODMuMzgzIDAgMCAwLS4yOS0uMTI3LjM4Ny4zODcgMCAwIDAtLjMwMi4xMzMuNTE4LjUxOCAwIDAgMC0uMTE3LjM2aC44MzRabTIuMTItLjg3NGguNTU1di44NjJjLjA5My0uMDEuMTU5LS4wNC4xOTctLjA4NS4wMzgtLjA0Ny4wODUtLjE0OC4xMzktLjMwNC4wNzEtLjIwOC4xNS0uMzQxLjIzNC0uNGEuNTc5LjU3OSAwIDAgMSAuMzM0LS4wODcgNC4xIDQuMSAwIDAgMSAuMjIuMDFsLjAwMi4zN2MtLjE0NyAwLS4yNDEuMDEzLS4yODIuMDQxLS4wNDEuMDMtLjA4NS4xMTYtLjEzMy4yNi0uMDY1LjE5NS0uMTU4LjMxNS0uMjguMzYuMTc2LjA0OS4zMjUuMjAxLjQ0Ny40NThsLjAyMi4wNDIuMzExLjU4MWgtLjU5OWwtLjI3OC0uNjA5YS43MjIuNzIyIDAgMCAwLS4xNDktLjIzNmMtLjA0MS0uMDM2LS4xMDItLjA1NC0uMTg1LS4wNTR2LjloLS41NTV2LTIuMTA5Wm0xLjg3NCAxLjAyNWMwLS4xODYuMDQ1LS4zNjUuMTM3LS41MzhhLjkzOS45MzkgMCAwIDEgLjM4Ny0uMzk3Yy4xNjgtLjA5Mi4zNTUtLjEzNy41NjEtLjEzNy4zMTkgMCAuNTgxLjEwNC43ODUuMzExLjIwMy4yMDcuMzA1LjQ2OC4zMDUuNzg0IDAgLjMyLS4xMDMuNTg0LS4zMDkuNzk0LS4yMDYuMjEtLjQ2NC4zMTQtLjc3Ny4zMTQtLjE5MyAwLS4zNzctLjA0NC0uNTUzLS4xM2EuODk5Ljg5OSAwIDAgMS0uMzk5LS4zODQgMS4yNzggMS4yNzggMCAwIDEtLjEzNy0uNjE3Wm0uNTcxLjAzYzAgLjIwOS4wNS4zNjkuMTQ5LjQ4YS40NzMuNDczIDAgMCAwIC4zNjcuMTY2LjQ2OC40NjggMCAwIDAgLjM2Ni0uMTY2Yy4wOTktLjExMS4xNDktLjI3My4xNDktLjQ4NSAwLS4yMDYtLjA1LS4zNjUtLjE0OS0uNDc2YS40NjguNDY4IDAgMCAwLS4zNjYtLjE2Ny40NzMuNDczIDAgMCAwLS4zNjcuMTY3Yy0uMDk5LjExMS0uMTQ5LjI3MS0uMTQ5LjQ4Wm0yLjAwMy0xLjA1NWguNjkxbC41MjQgMS40Ny41MjgtMS40N2guNjg5djIuMTA4aC0uNDc0di0xLjM4N2wtLjUxNSAxLjM4N2gtLjQ3NmwtLjQ5LTEuMzg3djEuMzg3aC0uNDc3di0yLjEwOFptMi45NzIgMGgxLjg3MnYyLjEwOGgtLjU1OHYtMS42NTdoLS43NTZ2MS42NTdoLS41NTh2LTIuMTA4Wm0yLjg5Ni42NDQtLjUwNi0uMDkyYS43ODkuNzg5IDAgMCAxIC4yOTQtLjQ1MmMuMTM5LS4wOTguMzQ1LS4xNDcuNjE5LS4xNDcuMjQ5IDAgLjQzNC4wMy41NTYuMDg5YS41NC41NCAwIDAgMSAuMjU2LjIyNGMuMDUuMDkuMDc1LjI1Ni4wNzUuNDk5bC0uMDA2LjY1YzAgLjE4Ni4wMDkuMzIzLjAyNi40MTIuMDE5LjA4Ny4wNTMuMTguMTAyLjI4MWgtLjU1MmExLjgwOCAxLjgwOCAwIDAgMS0uMDU0LS4xNjQuODIuODIgMCAwIDAtLjAyLS4wNjYgMS4wMDYgMS4wMDYgMCAwIDEtLjMwNS4yMDkuODguODggMCAwIDEtLjM0OC4wN2MtLjIxNyAwLS4zODgtLjA2LS41MTQtLjE3OGEuNTkuNTkgMCAwIDEtLjE4Ny0uNDQ2YzAtLjEyLjAyOS0uMjI1LjA4Ni0uMzE4YS41NS41NSAwIDAgMSAuMjM4LS4yMTRjLjEwMy0uMDUuMjUxLS4wOTQuNDQ1LS4xMzEuMjYtLjA1LjQ0MS0uMDk1LjU0Mi0uMTM3di0uMDU2YzAtLjEwNy0uMDI3LS4xODMtLjA4LS4yMjgtLjA1My0uMDQ2LS4xNTMtLjA3LS4zLS4wN2EuMzk1LjM5NSAwIDAgMC0uMjMyLjA2LjQwOC40MDggMCAwIDAtLjEzNS4yMDVabS43NDcuNDUyYTMuNTUyIDMuNTUyIDAgMCAxLS4zNC4wODUgMS4wMjYgMS4wMjYgMCAwIDAtLjMwNC4wOTguMjM0LjIzNCAwIDAgMC0uMTA5LjE5NmMwIC4wNzguMDI5LjE0Ni4wODguMjAzYS4zMDQuMzA0IDAgMCAwIC4yMjIuMDg1Yy4xIDAgLjE5Ni0uMDMzLjI4OC0uMWEuMzUxLjM1MSAwIDAgMCAuMTMzLS4xODRjLjAxNC0uMDQ3LjAyMi0uMTM4LjAyMi0uMjcydi0uMTFabTEuMDc3LTEuMDk2aC41NTh2Ljc3MmguNzk4di0uNzcyaC41NnYyLjEwOGgtLjU2di0uODg1aC0uNzk4di44ODVoLS41NTh2LTIuMTA4Wm0yLjQ2NiAwaC41MzZ2MS4zMjRsLjg1Ny0xLjMyNGguNTQ4djIuMTA4aC0uNTM2di0xLjM0N2wtLjg2OSAxLjM0N2gtLjUzNnYtMi4xMDhabTIuNTAxIDBoLjUzNnYxLjMyNGwuODU4LTEuMzI0aC41NDh2Mi4xMDhoLS41MzZ2LTEuMzQ3bC0uODcgMS4zNDdoLS41MzZ2LTIuMTA4WiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik04My40NTIgNzAuODg0YzAtLjE2NS4wNC0uMzI0LjEyMi0uNDc4YS44MzguODM4IDAgMCAxIC4zNDQtLjM1MyAxLjAzIDEuMDMgMCAwIDEgLjUtLjEyMmMuMjgzIDAgLjUxNS4wOTIuNjk2LjI3N2EuOTUxLjk1MSAwIDAgMSAuMjcyLjY5Ny45NjcuOTY3IDAgMCAxLS4yNzUuNzA2LjkyNi45MjYgMCAwIDEtLjY5LjI3OWMtLjE3MiAwLS4zMzYtLjA0LS40OTMtLjExN2EuOC44IDAgMCAxLS4zNTQtLjM0IDEuMTQzIDEuMTQzIDAgMCAxLS4xMjItLjU1Wm0uNTA4LjAyNmMwIC4xODYuMDQ0LjMyOS4xMzMuNDI3YS40Mi40MiAwIDAgMCAuMzI2LjE0OWMuMTMgMCAuMjM4LS4wNS4zMjUtLjE0OS4wODgtLjA5OC4xMzItLjI0Mi4xMzItLjQzIDAtLjE4NC0uMDQ0LS4zMjUtLjEzMi0uNDI0YS40MTUuNDE1IDAgMCAwLS4zMjUtLjE0OC40Mi40MiAwIDAgMC0uMzI2LjE0OGMtLjA4OS4xLS4xMzMuMjQyLS4xMzMuNDI3Wm0xLjUwMi0uOTM3aDEuNjk2di40MDFoLS42djEuNDczaC0uNDk2di0xLjQ3M2gtLjZ2LS40Wm00LjE2MiAxLjg3NGgtLjQ5NVY2OS45OGMtLjE4Mi4xNy0uMzk1LjI5NC0uNjQxLjM3NnYtLjQ1Yy4xMy0uMDQzLjI3LS4xMjMuNDIyLS4yNGEuOTIuOTIgMCAwIDAgLjMxMi0uNDE1aC40MDJ2Mi41OTdabTEuODEgMGgtLjQ5NVY2OS45OGMtLjE4MS4xNy0uMzk1LjI5NC0uNjQuMzc2di0uNDVjLjEyOS0uMDQzLjI3LS4xMjMuNDIxLS4yNGEuOTIuOTIgMCAwIDAgLjMxMi0uNDE1aC40MDN2Mi41OTdabS43NS0uNjY1LjQ5NS0uMDUxYy4wMTQuMTEyLjA1Ni4yLjEyNS4yNjZhLjM0MS4zNDEgMCAwIDAgLjUwMy0uMDI4Yy4wNzItLjA4NS4xMDgtLjIxMi4xMDgtLjM4MSAwLS4xNTktLjAzNi0uMjc4LS4xMDgtLjM1NmEuMzUyLjM1MiAwIDAgMC0uMjc3LS4xMi41MDUuNTA1IDAgMCAwLS4zODMuMTg4bC0uNDAyLS4wNTguMjU0LTEuMzQ2aDEuMzF2LjQ2NGgtLjkzNGwtLjA3OC40NGEuNzUuNzUgMCAwIDEgLjMzOS0uMDg0Yy4yMiAwIC40MDYuMDguNTYuMjQuMTUyLjE2LjIyOC4zNjguMjI4LjYyM2EuOTM0LjkzNCAwIDAgMS0uMTg1LjU3LjgyMS44MjEgMCAwIDEtLjcuMzQyYy0uMjQgMC0uNDM0LS4wNjQtLjU4NC0uMTkyYS43OTIuNzkyIDAgMCAxLS4yNy0uNTE3Wm0zLjU2Ny0xLjkzMmMuMjUgMCAuNDQ2LjA5LjU4Ny4yNjguMTY5LjIxMi4yNTMuNTYzLjI1MyAxLjA1NCAwIC40ODktLjA4NS44NC0uMjU0IDEuMDU1LS4xNC4xNzYtLjMzNi4yNjQtLjU4Ni4yNjRhLjc0MS43NDEgMCAwIDEtLjYwOS0uMjg5Yy0uMTU0LS4xOTQtLjIzMS0uNTQtLjIzMS0xLjAzNiAwLS40ODcuMDg1LS44MzcuMjU0LTEuMDUxLjE0LS4xNzcuMzM1LS4yNjUuNTg2LS4yNjVabTAgLjQxMWMtLjA2IDAtLjExNC4wMi0uMTYuMDU4LS4wNDguMDM4LS4wODQuMTA2LS4xMS4yMDUtLjAzNC4xMjgtLjA1MS4zNDQtLjA1MS42NDggMCAuMzAzLjAxNS41MTIuMDQ1LjYyNi4wMzEuMTEzLjA3LjE4OC4xMTUuMjI2YS4yNS4yNSAwIDAgMCAuMTYuMDU2LjI1LjI1IDAgMCAwIC4xNjEtLjA1NmMuMDQ3LS4wMzkuMDg0LS4xMDguMTEtLjIwNy4wMzQtLjEyNy4wNS0uMzQyLjA1LS42NDUgMC0uMzA0LS4wMTQtLjUxMi0uMDQ1LS42MjUtLjAzLS4xMTQtLjA3LS4xOS0uMTE2LS4yMjhhLjIzOS4yMzkgMCAwIDAtLjE2LS4wNThabTIuMDExLS40MTFjLjI1IDAgLjQ0Ny4wOS41ODguMjY4LjE2OC4yMTIuMjUyLjU2My4yNTIgMS4wNTQgMCAuNDg5LS4wODUuODQtLjI1NCAxLjA1NS0uMTQuMTc2LS4zMzUuMjY0LS41ODYuMjY0YS43NDEuNzQxIDAgMCAxLS42MDktLjI4OWMtLjE1NC0uMTk0LS4yMy0uNTQtLjIzLTEuMDM2IDAtLjQ4Ny4wODQtLjgzNy4yNTQtMS4wNTEuMTQtLjE3Ny4zMzUtLjI2NS41ODUtLjI2NVptMCAuNDExYy0uMDYgMC0uMTEzLjAyLS4xNi4wNTgtLjA0Ny4wMzgtLjA4NC4xMDYtLjExLjIwNS0uMDM0LjEyOC0uMDUuMzQ0LS4wNS42NDggMCAuMzAzLjAxNS41MTIuMDQ1LjYyNi4wMy4xMTMuMDY5LjE4OC4xMTUuMjI2YS4yNS4yNSAwIDAgMCAuMTYuMDU2LjI1LjI1IDAgMCAwIC4xNi0uMDU2LjM5Mi4zOTIgMCAwIDAgLjExLS4yMDdjLjAzNC0uMTI3LjA1MS0uMzQyLjA1MS0uNjQ1IDAtLjMwNC0uMDE1LS41MTItLjA0NS0uNjI1LS4wMzEtLjExNC0uMDctLjE5LS4xMTctLjIyOGEuMjM5LjIzOSAwIDAgMC0uMTU5LS4wNThabTIuMDEyLS40MTFjLjI1IDAgLjQ0Ni4wOS41ODcuMjY4LjE2OS4yMTIuMjUzLjU2My4yNTMgMS4wNTQgMCAuNDg5LS4wODUuODQtLjI1NCAxLjA1NS0uMTQuMTc2LS4zMzYuMjY0LS41ODYuMjY0YS43NDEuNzQxIDAgMCAxLS42MDktLjI4OWMtLjE1NC0uMTk0LS4yMzEtLjU0LS4yMzEtMS4wMzYgMC0uNDg3LjA4NS0uODM3LjI1NC0xLjA1MS4xNC0uMTc3LjMzNS0uMjY1LjU4Ni0uMjY1Wm0wIC40MTFjLS4wNiAwLS4xMTQuMDItLjE2LjA1OC0uMDQ4LjAzOC0uMDg0LjEwNi0uMTEuMjA1LS4wMzQuMTI4LS4wNTEuMzQ0LS4wNTEuNjQ4IDAgLjMwMy4wMTUuNTEyLjA0Ni42MjYuMDMuMTEzLjA2OC4xODguMTE0LjIyNmEuMjUuMjUgMCAwIDAgLjE2LjA1Ni4yNS4yNSAwIDAgMCAuMTYxLS4wNTYuMzkyLjM5MiAwIDAgMCAuMTEtLjIwN2MuMDM0LS4xMjcuMDUxLS4zNDIuMDUxLS42NDUgMC0uMzA0LS4wMTUtLjUxMi0uMDQ2LS42MjUtLjAzLS4xMTQtLjA3LS4xOS0uMTE2LS4yMjhhLjIzOS4yMzkgMCAwIDAtLjE2LS4wNThabTIuMjcxLjMxMmguNDYydi4yNzZhLjY4OC42ODggMCAwIDEgLjU4NC0uMzE4Yy4yMTggMCAuNDAyLjA4NS41NTQuMjU2LjE1Mi4xNy4yMjguNDA4LjIyOC43MTMgMCAuMzEzLS4wNzcuNTU2LS4yMy43M2EuNzE0LjcxNCAwIDAgMS0uODM4LjE5OC45Ni45NiAwIDAgMS0uMjY0LS4yMTJ2Ljk0NGgtLjQ5NnYtMi41ODdabS40OS45MDZjMCAuMjEuMDQyLjM2Ni4xMjYuNDY3LjA4My4xLjE4NS4xNS4zMDUuMTVhLjM1OC4zNTggMCAwIDAgLjI4Ny0uMTM3Yy4wNzctLjA5My4xMTUtLjI0NS4xMTUtLjQ1NiAwLS4xOTYtLjAzOS0uMzQyLS4xMTgtLjQzN2EuMzY1LjM2NSAwIDAgMC0uMjkzLS4xNDMuMzguMzggMCAwIDAtLjMwMi4xNDFjLS4wOC4wOTMtLjEyLjIzMS0uMTIuNDE1Wm0xLjQ0OS0uOTA2aC41MjhsLjQ0OCAxLjMzLjQzNy0xLjMzaC41MTRsLS42NjIgMS44MDQtLjExOC4zMjZjLS4wNDQuMTEtLjA4NS4xOTMtLjEyNS4yNWEuNTEzLjUxMyAwIDAgMS0uMTM2LjE0LjU4LjU4IDAgMCAxLS4xODkuMDg1Ljk2OC45NjggMCAwIDEtLjI1Mi4wM2MtLjA5NiAwLS4xODktLjAxLS4yODEtLjAzbC0uMDQ0LS4zODhjLjA3OC4wMTUuMTQ4LjAyMy4yMS4wMjMuMTE1IDAgLjIwMS0uMDM0LjI1Ni0uMTAzYS43MS43MSAwIDAgMCAuMTI3LS4yNTdsLS43MTMtMS44OFptMy42NTMtLjc3MmguMzM3YS41NjIuNTYyIDAgMCAxLS4xMTkuMzRjLS4wNjcuMDc3LS4yMzMuMTE1LS40OTkuMTE1LS4wMzIgMC0uMDY0IDAtLjA5NS0uMDAyaC0uMDY0YTEuMTYgMS4xNiAwIDAgMC0uMzg0LjA1My40Ny40NyAwIDAgMC0uMjQ0LjIwMWMtLjA2Mi4xLS4wOTUuMjYxLS4wOTcuNDg0YS43NjMuNzYzIDAgMCAxIC4yODItLjMxLjgwOS44MDkgMCAwIDEgLjQxNS0uMTAxYy4yNDYgMCAuNDU0LjA5NS42MjUuMjg3LjE3LjE5LjI1NS40MTIuMjU1LjY2NCAwIC4yNjItLjA5LjQ4Ny0uMjcuNjc1LS4xNzguMTg5LS40MTIuMjgzLS43MDIuMjgzYS45Ni45NiAwIDAgMS0uNTI0LS4xNDMuOC44IDAgMCAxLS4zMjMtLjM5Yy0uMDY0LS4xNjYtLjA5Ny0uNDQtLjA5Ny0uODIzIDAtLjQ0OS4wODMtLjc3Mi4yNDctLjk2OC4xNjYtLjE5Ny40NTUtLjI5NS44NjctLjI5NWguMjVjLjA3IDAgLjExNi0uMDIzLjE0LS4wN1ptLS45OTkgMS43MjRjMCAuMTcuMDQyLjMwNS4xMjcuNDA1YS40LjQgMCAwIDAgLjMxNC4xNDkuNDAzLjQwMyAwIDAgMCAuMzI2LS4xNTQuNjAzLjYwMyAwIDAgMCAuMTI5LS4zOTljMC0uMTY2LS4wNDMtLjMtLjEzLS40YS40MDIuNDAyIDAgMCAwLS4zMi0uMTU0LjQwNS40MDUgMCAwIDAtLjMxNi4xNS41OTEuNTkxIDAgMCAwLS4xMy40MDJabTEuODI2LjkyMnYtLjQ5NWguNDk2di40OTVoLS40OTZaIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2QpIj48cGF0aCBmaWxsPSIjMzAzMjMzIiBkPSJNODMuNTQyIDc5LjA3NVY3Ni44MWguNDVsLjUzNyAxLjYwM2MuMDQ5LjE1LjA4NS4yNi4xMDguMzM1LjAyNS0uMDgyLjA2Ni0uMjAzLjEyLS4zNjNsLjU0Mi0xLjU3NWguNDAzdjIuMjY0aC0uMjg5Vjc3LjE4bC0uNjU3IDEuODk1aC0uMjdsLS42NTUtMS45Mjd2MS45MjdoLS4yODlabTIuNTQxLS44MmMwLS4zMDQuMDg1LS41MjkuMjU0LS42NzVhLjc2My43NjMgMCAwIDEgLjUxNS0uMTgyYy4yMjYgMCAuNDEuMDc0LjU1My4yMjIuMTQzLjE0OC4yMTUuMzUxLjIxNS42MTIgMCAuMjEtLjAzMi4zNzctLjA5Ni40OTlhLjY2Ny42NjcgMCAwIDEtLjI3Ni4yOC44LjggMCAwIDEtLjM5Ni4xLjc0Ljc0IDAgMCAxLS41NTctLjIyYy0uMTQxLS4xNDctLjIxMi0uMzYtLjIxMi0uNjM2Wm0uMjg2IDBjMCAuMjEuMDQ2LjM2OC4xMzcuNDcyYS40NDIuNDQyIDAgMCAwIC4zNDYuMTU2LjQzOC40MzggMCAwIDAgLjM0NS0uMTU3Yy4wOTEtLjEwNS4xMzctLjI2NS4xMzctLjQ4IDAtLjIwMy0uMDQ2LS4zNTYtLjEzOS0uNDZhLjQzNi40MzYgMCAwIDAtLjM0My0uMTU4LjQ0Mi40NDIgMCAwIDAtLjM0Ni4xNTZjLS4wOTEuMTA0LS4xMzcuMjYxLS4xMzcuNDcxWm0yLjY0OC4yMi4yNzMuMDM1YS43MS43MSAwIDAgMS0uMjMuNDQzLjY2Ny42NjcgMCAwIDEtLjQ1Mi4xNTkuNzA4LjcwOCAwIDAgMS0uNTQyLS4yMmMtLjEzNi0uMTQ2LS4yMDQtLjM1Ny0uMjA0LS42MyAwLS4xNzguMDMtLjMzMy4wODgtLjQ2NmEuNjEuNjEgMCAwIDEgLjI2Ny0uMjk3Yy4xMi0uMDY3LjI1MS0uMS4zOTItLjEuMTc4IDAgLjMyNC4wNDQuNDM3LjEzNS4xMTMuMDkuMTg2LjIxNy4yMTguMzgzbC0uMjcuMDQyYS40NDcuNDQ3IDAgMCAwLS4xMzgtLjI0OS4zNS4zNSAwIDAgMC0uMjM2LS4wODMuNDMuNDMgMCAwIDAtLjM0MS4xNWMtLjA4OC4xLS4xMzEuMjYtLjEzMS40NzYgMCAuMjIuMDQyLjM4LjEyNi40OC4wODUuMS4xOTUuMTUuMzMuMTUuMTEgMCAuMi0uMDMzLjI3NC0uMWEuNDk4LjQ5OCAwIDAgMCAuMTM5LS4zMDlabS41MS0xLjA0aC4yNzd2LjcwOWMuMDg5IDAgLjE1LS4wMTcuMTg2LS4wNTEuMDM2LS4wMzQuMDg4LS4xMzMuMTU3LS4yOTcuMDU1LS4xMy4wOTktLjIxNS4xMzMtLjI1NmEuMjUzLjI1MyAwIDAgMSAuMTE3LS4wODMuNzU0Ljc1NCAwIDAgMSAuMjEzLS4wMjJoLjA1NnYuMjNsLS4wNzctLjAwMWMtLjA3MyAwLS4xMi4wMS0uMTQuMDMyYS44MS44MSAwIDAgMC0uMS4yMDIuODQ3Ljg0NyAwIDAgMS0uMTE1LjIyMy40Ny40NyAwIDAgMS0uMTYzLjExMmMuMTIuMDMyLjIzNy4xNDMuMzUzLjMzNGwuMzA0LjUwOGgtLjMwNmwtLjI5Ni0uNTA4YS42OC42OCAwIDAgMC0uMTYtLjIuMjY4LjI2OCAwIDAgMC0uMTYyLS4wNXYuNzU4aC0uMjc4di0xLjY0Wm0xLjM4NiAwaC42NGMuMTU4IDAgLjI3NS4wMTMuMzUxLjA0YS40MTMuNDEzIDAgMCAxIC4yODEuMzk2LjQxMy40MTMgMCAwIDEtLjA1LjIwNS4zOTIuMzkyIDAgMCAxLS4xNDQuMTQ1LjQxLjQxIDAgMCAxIC4yNjkuMzk1Yy0uMDExLjE1Ni0uMDY3LjI3MS0uMTY4LjM0Ni0uMS4wNzUtLjI0Ny4xMTMtLjQ0LjExM2gtLjc0di0xLjY0Wm0uMjc4LjY5aC4yOTZjLjExOSAwIC4yLS4wMDYuMjQ0LS4wMThhLjI1OS4yNTkgMCAwIDAgLjEyLS4wNzQuMTk0LjE5NCAwIDAgMCAuMDUyLS4xMzZjMC0uMDg3LS4wMzEtLjE0Ny0uMDkzLS4xOC0uMDYtLjAzNS0uMTY1LS4wNTItLjMxNC0uMDUyaC0uMzA1di40NlptMCAuNzIxaC4zNjZjLjE1NyAwIC4yNjUtLjAxOC4zMjQtLjA1NC4wNTktLjAzNy4wOS0uMS4wOTMtLjE5IDAtLjA1Mi0uMDE3LS4xLS4wNTEtLjE0NWEuMjE2LjIxNiAwIDAgMC0uMTMzLS4wODUgMS4zMjMgMS4zMjMgMCAwIDAtLjI2My0uMDE4aC0uMzM2di40OTJabTIuNDMzLjAyN2MtLjEwMy4wODctLjIwMi4xNDktLjI5OC4xODVhLjg1MS44NTEgMCAwIDEtLjMwNi4wNTRjLS4xOCAwLS4zMTgtLjA0NC0uNDE1LS4xMzFhLjQzOC40MzggMCAwIDEtLjE0NS0uMzM4LjQ0OC40NDggMCAwIDEgLjE5OC0uMzhjLjA2LS4wNC4xMjYtLjA3LjItLjA5MWExLjk5IDEuOTkgMCAwIDEgLjI0Ny0uMDQyYy4yMjUtLjAyNy4zOS0uMDU5LjQ5Ni0uMDk2IDAtLjAzOC4wMDItLjA2Mi4wMDItLjA3MiAwLS4xMTQtLjAyNy0uMTkzLS4wOC0uMjQtLjA3LS4wNjMtLjE3Ni0uMDk0LS4zMTYtLjA5NC0uMTMgMC0uMjI3LjAyMy0uMjkuMDctLjA2Mi4wNDUtLjEwOC4xMjYtLjEzOC4yNDJsLS4yNzEtLjAzN2EuNjY3LjY2NyAwIDAgMSAuMTIyLS4yODEuNTI2LjUyNiAwIDAgMSAuMjQ1LS4xNjVjLjEwNy0uMDQuMjMxLS4wNTkuMzcyLS4wNTkuMTQgMCAuMjU0LjAxNy4zNDIuMDVhLjQ0NS40NDUgMCAwIDEgLjE5My4xMjVjLjA0LjA0OS4wNy4xMTIuMDg2LjE4OC4wMS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zN2MwIC4yNi4wMDYuNDIzLjAxNy40OTJhLjYzMi42MzIgMCAwIDAgLjA3LjE5NmgtLjI5YS41ODYuNTg2IDAgMCAxLS4wNTUtLjIwMlptLS4wMjMtLjYyMWMtLjEwMS4wNDEtLjI1Mi4wNzYtLjQ1NC4xMDVhMS4wNSAxLjA1IDAgMCAwLS4yNDIuMDU1LjI0LjI0IDAgMCAwLS4xNDkuMjIzYzAgLjA3NC4wMjguMTM2LjA4NC4xODUuMDU2LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTc4LjU3OCAwIDAgMCAuMjg1LS4wNy40MzYuNDM2IDAgMCAwIC4xODQtLjE5Mi42Ny42NyAwIDAgMCAuMDQ1LS4yNzh2LS4xMDJabS43ODYuODIzdi0uMzE3aC4zMTZ2LjMxN2MwIC4xMTYtLjAyLjIxLS4wNjIuMjhhLjQuNCAwIDAgMS0uMTk2LjE2OGwtLjA3Ny0uMTJhLjI2Mi4yNjIgMCAwIDAgLjEzLS4xMTQuNDc4LjQ3OCAwIDAgMCAuMDQ2LS4yMTRoLS4xNTdaIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2UpIj48Y2lyY2xlIGN4PSI5Ny4zNCIgY3k9Ijc4LjU3NSIgcj0iLjkwMyIgZmlsbD0iIzJEQkRFRCIvPjxwYXRoIGZpbGw9IiMzMDMyMzMiIGQ9Ik05OS44MjIgNzYuODExaDEuMzc4djEuOTk3aC4yMDN2Ljc5NWgtLjI2N3YtLjUyOEg5OS42NHYuNTI4aC0uMjY3di0uNzk1aC4xNzZjLjE4Mi0uMjc1LjI3My0uODMuMjczLTEuNjY2di0uMzNabTEuMDc4LjI2N2gtLjc4OXYuMTE2YzAgLjE5My0uMDE3LjQ1Ni0uMDUyLjc5YTIuNTY1IDIuNTY1IDAgMCAxLS4yMDMuODI0aDEuMDQ0di0xLjczWm0uODgzIDIuNjI4LS4wMzEtLjI2YS42MjYuNjI2IDAgMCAwIC4xNTkuMDI0LjMxLjMxIDAgMCAwIC4xNDktLjAzLjI1NS4yNTUgMCAwIDAgLjA5MS0uMDg3Yy4wMTctLjAyOC4wNDUtLjA5Ny4wODUtLjIwN2ExLjk1IDEuOTUgMCAwIDEgLjAyNC0uMDY4bC0uNjIyLTEuNjQzaC4zbC4zNDEuOTVjLjA0NC4xMi4wODQuMjQ3LjExOS4zOGEzLjgzIDMuODMgMCAwIDEgLjExNC0uMzc0bC4zNS0uOTU2aC4yNzhsLS42MjMgMS42NjhjLS4wNjcuMTgtLjExOS4zMDQtLjE1Ni4zNzJhLjU0Ni41NDYgMCAwIDEtLjE3LjIuMzk4LjM5OCAwIDAgMS0uMjI5LjA2NS41NTguNTU4IDAgMCAxLS4xNzktLjAzNFptMi44MzItMi45NDkuMjQ1LjAwM2MtLjAxMS4xMS0uMDM2LjE4Ny0uMDc0LjIzYS4yNTEuMjUxIDAgMCAxLS4xNDUuMDg0IDIuMDY2IDIuMDY2IDAgMCAxLS4zNDcuMDE4Yy0uMjMgMC0uMzg2LjAyMy0uNDcuMDY3YS4zODUuMzg1IDAgMCAwLS4xOC4yMTMgMS4yMSAxLjIxIDAgMCAwLS4wNjEuMzc1LjcxMS43MTEgMCAwIDEgLjI0Ni0uMjMzLjYzNi42MzYgMCAwIDEgLjMxNi0uMDc5Yy4yMTYgMCAuMzk0LjA3NC41MzUuMjIyLjE0MS4xNDguMjExLjM0Ny4yMTEuNmEuOTMuOTMgMCAwIDEtLjEwNi40Ny44NTUuODU1IDAgMCAxLS4yNTQuMjg0LjY4NS42ODUgMCAwIDEtLjM5Ni4xYy0uMTk1IDAtLjM0Ni0uMDQzLS40NTQtLjEzMmEuODczLjg3MyAwIDAgMS0uMjQ5LS4zNDNjLS4wNTgtLjEzOS0uMDg2LS4zOC0uMDg2LS43MjUgMC0uNDM0LjA3My0uNzI1LjIxOS0uODc2LjE0Ny0uMTUuMzczLS4yMjUuNjc4LS4yMjUuMTg5IDAgLjI5Ny0uMDAzLjMyMi0uMDEuMDI2LS4wMDYuMDQzLS4wMi4wNS0uMDQzWm0tLjAxNCAxLjQ5MmMwLS4xNzEtLjA0MS0uMzExLS4xMjItLjQyYS4zOTguMzk4IDAgMCAwLS4zNDEtLjE2NC40MS40MSAwIDAgMC0uMzU1LjE3M2MtLjA4NC4xMTUtLjEyNS4yNy0uMTI1LjQ2MiAwIC4xOS4wNDUuMzM2LjEzNy40MzcuMDkzLjEuMjA2LjE1MS4zNDEuMTUxLjEzOCAwIC4yNS0uMDU4LjMzNS0uMTc1YS43NjEuNzYxIDAgMCAwIC4xMy0uNDY0Wm0uNjI1IDEuNDU0di0yLjI2OGguMjUzdi4yMTNhLjYyMi42MjIgMCAwIDEgLjIwMy0uMTg3LjU0OS41NDkgMCAwIDEgLjI3My0uMDYzYy4xNCAwIC4yNjMuMDM2LjM3LjEwOGEuNjYuNjYgMCAwIDEgLjI0My4zMDZjLjA1NC4xMy4wODIuMjc0LjA4Mi40MyAwIC4xNjgtLjAzMS4zMi0uMDkxLjQ1NWEuNjg1LjY4NSAwIDAgMS0uNjI0LjQxNS41MjYuNTI2IDAgMCAxLS4yNS0uMDU5LjU2OS41NjkgMCAwIDEtLjE4MS0uMTQ4di43OThoLS4yNzhabS4yNTItMS40MzljMCAuMjExLjA0My4zNjcuMTI4LjQ2OC4wODUuMS4xODkuMTUxLjMxLjE1MWEuNDAxLjQwMSAwIDAgMCAuMzE3LS4xNTZjLjA4OC0uMTA1LjEzMy0uMjY3LjEzMy0uNDg2IDAtLjIwOS0uMDQ0LS4zNjUtLjEzLS40N2EuMzg3LjM4NyAwIDAgMC0uMzA3LS4xNTVjLS4xMTkgMC0uMjI0LjA1NS0uMzE1LjE2Ni0uMDkxLjExLS4xMzYuMjcxLS4xMzYuNDgyWm0xLjQwNS0uMDA5YzAtLjMwNC4wODQtLjUyOS4yNTMtLjY3NWEuNzYzLjc2MyAwIDAgMSAuNTE2LS4xODJjLjIyNSAwIC40MDkuMDc0LjU1Mi4yMjIuMTQ0LjE0OC4yMTUuMzUxLjIxNS42MTIgMCAuMjEtLjAzMi4zNzctLjA5Ni40OTlhLjY2NC42NjQgMCAwIDEtLjI3Ni4yOC43OTguNzk4IDAgMCAxLS4zOTUuMS43NC43NCAwIDAgMS0uNTU4LS4yMmMtLjE0MS0uMTQ3LS4yMTEtLjM2LS4yMTEtLjYzNlptLjI4NSAwYzAgLjIxLjA0Ni4zNjguMTM4LjQ3MmEuNDQuNDQgMCAwIDAgLjM0Ni4xNTYuNDM4LjQzOCAwIDAgMCAuMzQ0LS4xNTdjLjA5Mi0uMTA1LjEzNy0uMjY1LjEzNy0uNDggMC0uMjAzLS4wNDYtLjM1Ni0uMTM5LS40NmEuNDM0LjQzNCAwIDAgMC0uMzQyLS4xNTguNDQuNDQgMCAwIDAtLjM0Ni4xNTZjLS4wOTIuMTA0LS4xMzguMjYxLS4xMzguNDcxWm0xLjU4LS44MmguNjQxYy4xNTcgMCAuMjc0LjAxMy4zNS4wNGEuNDE4LjQxOCAwIDAgMSAuMjgxLjM5Ni40MTIuNDEyIDAgMCAxLS4wNDkuMjA1LjM5OS4zOTkgMCAwIDEtLjE0NS4xNDUuMzc2LjM3NiAwIDAgMSAuMTkxLjE0NWMuMDUyLjA3LjA3Ny4xNTMuMDc3LjI1LS4wMS4xNTYtLjA2Ni4yNzEtLjE2Ni4zNDYtLjEwMS4wNzUtLjI0OC4xMTMtLjQ0MS4xMTNoLS43Mzl2LTEuNjRabS4yNzguNjloLjI5NmMuMTE5IDAgLjItLjAwNi4yNDQtLjAxOGEuMjYuMjYgMCAwIDAgLjExOS0uMDc0LjE5NS4xOTUgMCAwIDAgLjA1My0uMTM2YzAtLjA4Ny0uMDMxLS4xNDctLjA5My0uMTgtLjA2MS0uMDM1LS4xNjUtLjA1Mi0uMzEzLS4wNTJoLS4zMDZ2LjQ2Wm0wIC43MjFoLjM2NmMuMTU3IDAgLjI2NS0uMDE4LjMyNC0uMDU0LjA1OS0uMDM3LjA5LS4xLjA5My0uMTkgMC0uMDUyLS4wMTctLjEtLjA1MS0uMTQ1YS4yMTkuMjE5IDAgMCAwLS4xMzMtLjA4NSAxLjMyOCAxLjMyOCAwIDAgMC0uMjYzLS4wMThoLS4zMzZ2LjQ5MlptMS4zOTktMS40MWguMjc4di43MDhjLjA4OCAwIC4xNS0uMDE3LjE4NS0uMDUxLjAzNi0uMDM0LjA4OC0uMTMzLjE1Ny0uMjk3LjA1NS0uMTMuMDk5LS4yMTUuMTMzLS4yNTZhLjI1NC4yNTQgMCAwIDEgLjExNy0uMDgzLjc2NC43NjQgMCAwIDEgLjIxNC0uMDIyaC4wNTV2LjIzbC0uMDc3LS4wMDFjLS4wNzMgMC0uMTIuMDEtLjE0MS4wMzJhLjgzNi44MzYgMCAwIDAtLjA5OC4yMDIuODcuODcgMCAwIDEtLjExNi4yMjMuNDcyLjQ3MiAwIDAgMS0uMTYyLjExMmMuMTE5LjAzMi4yMzYuMTQzLjM1Mi4zMzRsLjMwNC41MDhoLS4zMDZsLS4yOTYtLjUwOGEuNjg3LjY4NyAwIDAgMC0uMTU5LS4yLjI3LjI3IDAgMCAwLS4xNjItLjA1di43NThoLS4yNzh2LTEuNjRabTIuNTI2IDEuNDM3YTEuMDQgMS4wNCAwIDAgMS0uMjk4LjE4NS44NTQuODU0IDAgMCAxLS4zMDYuMDU0Yy0uMTggMC0uMzE5LS4wNDQtLjQxNS0uMTMxYS40MzguNDM4IDAgMCAxLS4xNDYtLjMzOC40NS40NSAwIDAgMSAuMTk4LS4zOGMuMDYtLjA0LjEyNy0uMDcuMjAxLS4wOTEuMDU0LS4wMTUuMTM3LS4wMjkuMjQ3LS4wNDJhMi41MyAyLjUzIDAgMCAwIC40OTUtLjA5NmwuMDAyLS4wNzJjMC0uMTE0LS4wMjYtLjE5My0uMDc5LS4yNC0uMDcxLS4wNjMtLjE3Ni0uMDk0LS4zMTYtLjA5NC0uMTMxIDAtLjIyOC4wMjMtLjI5MS4wNy0uMDYxLjA0NS0uMTA3LjEyNi0uMTM3LjI0MmwtLjI3Mi0uMDM3YS42NzguNjc4IDAgMCAxIC4xMjItLjI4MS41My41MyAwIDAgMSAuMjQ2LS4xNjVjLjEwNy0uMDQuMjMxLS4wNTkuMzcyLS4wNTkuMTQgMCAuMjU0LjAxNy4zNDEuMDVhLjQ0LjQ0IDAgMCAxIC4xOTMuMTI1LjQ0LjQ0IDAgMCAxIC4wODcuMTg4Yy4wMDkuMDQ3LjAxMy4xMzMuMDEzLjI1NnYuMzdjMCAuMjYuMDA2LjQyMy4wMTcuNDkyYS42NS42NSAwIDAgMCAuMDcxLjE5NmgtLjI5YS41OC41OCAwIDAgMS0uMDU1LS4yMDJabS0uMDI0LS42MjFjLS4xLjA0MS0uMjUyLjA3Ni0uNDU0LjEwNWExLjA0NSAxLjA0NSAwIDAgMC0uMjQyLjA1NS4yMzkuMjM5IDAgMCAwLS4xNDguMjIyLjI0LjI0IDAgMCAwIC4wODMuMTg2Yy4wNTcuMDUuMTM5LjA3NC4yNDcuMDc0YS41NzkuNTc5IDAgMCAwIC4yODYtLjA3LjQzOS40MzkgMCAwIDAgLjE4NC0uMTkyLjY4OC42ODggMCAwIDAgLjA0NC0uMjc4di0uMTAyWm0xLjU5NC0uODE3aC4yNzh2MS4yNWwuNzctMS4yNWguM3YxLjY0aC0uMjc4di0xLjI0M2wtLjc3MSAxLjI0M2gtLjI5OXYtMS42NFptMy43NjkgMS4xMTIuMjg3LjAzNWEuNzAyLjcwMiAwIDAgMS0uMjUyLjM5Ljc1NS43NTUgMCAwIDEtLjQ2OS4xNGMtLjI0IDAtLjQzMS0uMDc0LS41NzItLjIyLS4xNC0uMTUtLjIxLS4zNTYtLjIxLS42MjMgMC0uMjc2LjA3MS0uNDkuMjE0LS42NDJhLjcyLjcyIDAgMCAxIC41NTItLjIyOWMuMjIgMCAuMzk5LjA3NS41MzguMjI0LjEzOS4xNS4yMDguMzYuMjA4LjYzbC0uMDAyLjA3NGgtMS4yMjJjLjAxLjE4LjA2MS4zMTguMTUzLjQxNGEuNDUyLjQ1MiAwIDAgMCAuMzQyLjE0My40MjUuNDI1IDAgMCAwIC4yNjEtLjA4LjU0LjU0IDAgMCAwIC4xNzItLjI1NlptLS45MTMtLjQ1aC45MTZhLjU2NS41NjUgMCAwIDAtLjEwNS0uMzEuNDI4LjQyOCAwIDAgMC0uMzQ1LS4xNi40NDMuNDQzIDAgMCAwLS4zMjIuMTI4LjUwNi41MDYgMCAwIDAtLjE0NC4zNDNabTEuNTU5LS42NjJoLjI3OHYxLjQxMWguNjMzdi0xLjQxaC4yNzh2MS40MWguNjM1di0xLjQxaC4yNzZ2MS40MWguMTg0di42OTRoLS4yM3YtLjQ2NWgtMi4wNTR2LTEuNjRabTMuNzE3IDEuMTEyLjI4Ny4wMzVhLjY5Ny42OTcgMCAwIDEtLjI1Mi4zOS43NTUuNzU1IDAgMCAxLS40NjkuMTRjLS4yNCAwLS40My0uMDc0LS41NzEtLjIyLS4xNC0uMTUtLjIxLS4zNTYtLjIxLS42MjMgMC0uMjc2LjA3MS0uNDkuMjEzLS42NDJhLjcyLjcyIDAgMCAxIC41NTItLjIyOWMuMjIgMCAuMzk5LjA3NS41MzguMjI0LjEzOS4xNS4yMDguMzYuMjA4LjYzbC0uMDAxLjA3NGgtMS4yMjNjLjAxLjE4LjA2MS4zMTguMTUzLjQxNGEuNDU0LjQ1NCAwIDAgMCAuMzQyLjE0My40MjUuNDI1IDAgMCAwIC4yNjEtLjA4LjUzMy41MzMgMCAwIDAgLjE3Mi0uMjU2Wm0tLjkxMy0uNDVoLjkxNmEuNTUuNTUgMCAwIDAtLjEwNS0uMzEuNDI2LjQyNiAwIDAgMC0uMzQ0LS4xNi40NDQuNDQ0IDAgMCAwLS4zMjMuMTI4LjUxLjUxIDAgMCAwLS4xNDQuMzQzWm0uMDItLjk4M3YtLjMxN2guMjkxdi4zMTdoLS4yOTFabS41NzYgMHYtLjMxN2guMjkxdi4zMTdoLS4yOTFabTIuODA0IDEuOTZoLS4yNzh2LTEuNzdhMS40MzggMS40MzggMCAwIDEtLjI2NC4xOTEgMS44MjUgMS44MjUgMCAwIDEtLjI5Mi4xNDR2LS4yNjljLjE1Ni0uMDczLjI5Mi0uMTYxLjQwOC0uMjY1LjExNi0uMTA0LjE5OS0uMjA1LjI0Ny0uMzAzaC4xNzl2Mi4yNzNaIi8+PGNpcmNsZSBjeD0iMTI4LjQwNiIgY3k9Ijc4LjU3NSIgcj0iLjkwMyIgZmlsbD0iIzkwNTEzNiIvPjwvZz48L2c+PHBhdGggZmlsbD0idXJsKCNmKSIgZD0iTTI1Mi43MDEgNjIuMDQxaDMxLjYydjE1LjgxaC0zMS42MnoiLz48cmVjdCB3aWR0aD0iMjcuNjE0IiBoZWlnaHQ9IjUuNDIxIiB4PSI4My4zMDciIHk9IjgzLjc4NSIgZmlsbD0iI0VCRkFFQiIgcng9Ii45MDMiLz48cGF0aCBmaWxsPSIjMzAzMjMzIiBkPSJNODUuMzcyIDg1LjIzMmgxLjQ2OHYuMjY3aC0xLjE2OHYuNjk4aC41NGMuMiAwIC4zNTguMDE5LjQ3NS4wNTcuMTE5LjAzOC4yMTQuMTEuMjg1LjIxNmEuNjQuNjQgMCAwIDEgLjEwNi4zNjguNjkxLjY5MSAwIDAgMS0uMDc3LjMyLjYwOS42MDkgMCAwIDEtLjIyNy4yNDNjLS4xLjA2My0uMjczLjA5NC0uNTE2LjA5NGgtLjg4NnYtMi4yNjNabS4zIDIuMDA5aC41OTljLjE2MSAwIC4yODItLjAzMy4zNjItLjEuMDgyLS4wNjUuMTIzLS4xNjQuMTIzLS4yOTZhLjM4NS4zODUgMCAwIDAtLjA3LS4yMzQuMzMuMzMgMCAwIDAtLjE5My0uMTI1IDEuOTcgMS45NyAwIDAgMC0uNDIxLS4wMzFoLS40di43ODZabTEuNjQyLjg4Ni0uMDMtLjI2MWMuMDYuMDE2LjExMy4wMjUuMTU4LjAyNS4wNjIgMCAuMTEyLS4wMS4xNDktLjAzMWEuMjUzLjI1MyAwIDAgMCAuMDktLjA4NyAxLjM2IDEuMzYgMCAwIDAgLjA4Ni0uMjA3Yy4wMDUtLjAxNS4wMTMtLjAzOC4wMjUtLjA2N2wtLjYyMy0xLjY0M2guM2wuMzQxLjk1Yy4wNDQuMTIuMDg0LjI0Ni4xMTkuMzhhMy43NSAzLjc1IDAgMCAxIC4xMTQtLjM3NWwuMzUtLjk1NWguMjc4bC0uNjIzIDEuNjY3YTMuMjYgMy4yNiAwIDAgMS0uMTU2LjM3Mi41NDIuNTQyIDAgMCAxLS4xNy4yMDEuMzk3LjM5NyAwIDAgMS0uMjI4LjA2NS41NTguNTU4IDAgMCAxLS4xOC0uMDM0Wm0xLjcwOC0yLjI3MWgxLjE0MnYxLjQxaC4xNzh2LjY5NGgtLjIyOHYtLjQ2NWgtMS4yOTF2LjQ2NWgtLjIyOXYtLjY5M2guMTQ3Yy4xOTYtLjI2Ni4yOS0uNzM2LjI4MS0xLjQxMVptLjIzMi4yM2MtLjAyMS41MzItLjEwMy45MjYtLjI0NyAxLjE4aC44ODF2LTEuMThoLS42MzRabTEuMzktLjIzaC4yNzl2LjY0aC4zNTJjLjIzIDAgLjQwNi4wNDUuNTMuMTM1YS40MjYuNDI2IDAgMCAxIC4xODYuMzY3LjQ2Ni40NjYgMCAwIDEtLjE1Ni4zNTJjLS4xMDMuMDk3LS4yNjguMTQ1LS40OTUuMTQ1aC0uNjk1di0xLjY0Wm0uMjc5IDEuNDFoLjI5MWMuMTc2IDAgLjMwMi0uMDIuMzc3LS4wNjRhLjIxNy4yMTcgMCAwIDAgLjExMy0uMjAyLjI2Mi4yNjIgMCAwIDAtLjA4My0uMTljLS4wNTYtLjA1Ni0uMTgtLjA4NC0uMzctLjA4NGgtLjMyOHYuNTRabS45NzgtMS40MWgxLjMzM3YuMjNoLS41Mjh2MS40MWgtLjI3NnYtMS40MUg5MS45di0uMjNabTIuNjg0IDEuMTExLjI4Ny4wMzZhLjcuNyAwIDAgMS0uMjUyLjM5Ljc1Ni43NTYgMCAwIDEtLjQ2OS4xNGMtLjI0IDAtLjQzLS4wNzQtLjU3MS0uMjIxLS4xNC0uMTQ4LS4yMS0uMzU2LS4yMS0uNjIzIDAtLjI3NS4wNy0uNDkuMjEzLS42NDJhLjcyMS43MjEgMCAwIDEgLjU1My0uMjI4Yy4yMTkgMCAuMzk4LjA3NC41MzcuMjI0LjEzOS4xNDkuMjA4LjM1OS4yMDguNjNsLS4wMDEuMDc0aC0xLjIyM2MuMDEuMTguMDYxLjMxOC4xNTMuNDEzYS40NTUuNDU1IDAgMCAwIC4zNDMuMTQ0LjQyNS40MjUgMCAwIDAgLjI2LS4wOC41MzMuNTMzIDAgMCAwIC4xNzItLjI1N1ptLS45MTMtLjQ0OWguOTE2YS41NTYuNTU2IDAgMCAwLS4xMDUtLjMxLjQyNi40MjYgMCAwIDAtLjM0NC0uMTYuNDQ0LjQ0NCAwIDAgMC0uMzIzLjEyNy41MS41MSAwIDAgMC0uMTQ0LjM0M1ptMi40MzItLjY2MmgxLjI5NHYxLjY0aC0uMjc4di0xLjQxaC0uNzM4djEuNDFoLS4yNzh2LTEuNjRabTIuODM1IDEuMTExLjI4Ny4wMzZhLjcuNyAwIDAgMS0uMjUyLjM5Ljc1Ni43NTYgMCAwIDEtLjQ2OS4xNGMtLjI0IDAtLjQzLS4wNzQtLjU3MS0uMjIxLS4xNC0uMTQ4LS4yMS0uMzU2LS4yMS0uNjIzIDAtLjI3NS4wNy0uNDkuMjEzLS42NDJhLjcyMS43MjEgMCAwIDEgLjU1My0uMjI4LjcuNyAwIDAgMSAuNTM3LjIyNGMuMTM5LjE0OS4yMDguMzU5LjIwOC42M2wtLjAwMS4wNzRIOTguMDFjLjAxLjE4LjA2MS4zMTguMTUzLjQxM2EuNDU1LjQ1NSAwIDAgMCAuMzQzLjE0NC40MjUuNDI1IDAgMCAwIC4yNi0uMDguNTMzLjUzMyAwIDAgMCAuMTcyLS4yNTdabS0uOTEzLS40NDloLjkxNmEuNTU0LjU1NCAwIDAgMC0uMTA1LS4zMS40MjYuNDI2IDAgMCAwLS4zNDQtLjE2LjQ0NC40NDQgMCAwIDAtLjMyMy4xMjcuNTEuNTEgMCAwIDAtLjE0NC4zNDNabTEuNTUgMS42MDZ2LTIuMjY4aC4yNTR2LjIxM2EuNjE1LjYxNSAwIDAgMSAuMjAyLS4xODcuNTQ5LjU0OSAwIDAgMSAuMjczLS4wNjNjLjE0IDAgLjI2NC4wMzYuMzcxLjEwOGEuNjU4LjY1OCAwIDAgMSAuMjQyLjMwNSAxLjEgMS4xIDAgMCAxIC4wODIuNDMxYzAgLjE2OC0uMDMuMzItLjA5MS40NTRhLjY3OC42NzggMCAwIDEtLjYyNC40MTUuNTI5LjUyOSAwIDAgMS0uMjUtLjA1OC41Ny41NyAwIDAgMS0uMTgtLjE0OHYuNzk4aC0uMjc5Wm0uMjUyLTEuNDRjMCAuMjEyLjA0My4zNjguMTI4LjQ2OS4wODYuMS4xODkuMTUxLjMxMS4xNTFhLjQuNCAwIDAgMCAuMzE2LS4xNTZjLjA4OS0uMTA1LjEzMy0uMjY3LjEzMy0uNDg2IDAtLjIxLS4wNDMtLjM2Ni0uMTMtLjQ3YS4zODYuMzg2IDAgMCAwLS4zMDctLjE1NmMtLjExOCAwLS4yMjMuMDU2LS4zMTUuMTY3LS4wOS4xMS0uMTM2LjI3LS4xMzYuNDgyWm0xLjUxLS44MjhoLjY0MWMuMTU3IDAgLjI3NC4wMTMuMzUuMDRhLjQxMy40MTMgMCAwIDEgLjI4MS4zOTUuNDEyLjQxMiAwIDAgMS0uMDQ5LjIwNi4zOTEuMzkxIDAgMCAxLS4xNDUuMTQ1LjM3Ni4zNzYgMCAwIDEgLjE5MS4xNDVjLjA1Mi4wNy4wNzcuMTUzLjA3Ny4yNS0uMDEuMTU1LS4wNjUuMjctLjE2Ni4zNDYtLjEwMS4wNzUtLjI0OC4xMTItLjQ0LjExMmgtLjc0di0xLjY0Wm0uMjc4LjY5aC4yOTZjLjExOSAwIC4yLS4wMDYuMjQ0LS4wMTlhLjI1NS4yNTUgMCAwIDAgLjExOS0uMDc0LjE5NS4xOTUgMCAwIDAgLjA1My0uMTM2YzAtLjA4Ni0uMDMxLS4xNDYtLjA5My0uMTgtLjA2MS0uMDM0LS4xNjUtLjA1MS0uMzEzLS4wNTFoLS4zMDZ2LjQ2Wm0wIC43MmguMzY2Yy4xNTcgMCAuMjY2LS4wMTcuMzI0LS4wNTMuMDU5LS4wMzcuMDktLjEuMDkzLS4xOSAwLS4wNTItLjAxNy0uMS0uMDUxLS4xNDVhLjIxNi4yMTYgMCAwIDAtLjEzMy0uMDg1IDEuMzE2IDEuMzE2IDAgMCAwLS4yNjItLjAxOWgtLjMzN3YuNDkzWm0yLjk2MS0xLjQxaC4yNzh2MS42NGgtLjI3OHYtMS42NFptLTEuNTU0IDBoLjI3N3YuNjRoLjM1M2MuMjI5IDAgLjQwNi4wNDUuNTI5LjEzNWEuNDI1LjQyNSAwIDAgMSAuMTg3LjM2Ny40NjYuNDY2IDAgMCAxLS4xNTYuMzUyYy0uMTAzLjA5Ny0uMjY4LjE0NS0uNDk2LjE0NWgtLjY5NHYtMS42NFptLjI3NyAxLjQxaC4yOTJjLjE3NiAwIC4zMDItLjAyLjM3Ny0uMDY0YS4yMTguMjE4IDAgMCAwIC4xMTMtLjIwMi4yNi4yNiAwIDAgMC0uMDg0LS4xOWMtLjA1NS0uMDU2LS4xNzgtLjA4NC0uMzY5LS4wODRoLS4zMjl2LjU0Wm0xLjk5Ny0xLjQxaC40MzJsLjQzMSAxLjMxMi40NzktMS4zMTJoLjM5OXYxLjY0aC0uMjc4di0xLjMybC0uNDg0IDEuMzJoLS4yNDlsLS40NTgtMS4zODR2MS4zODNoLS4yNzJ2LTEuNjRabTIuMTY2IDBoLjI3OHYxLjI1bC43Ny0xLjI1aC4zdjEuNjRoLS4yNzh2LTEuMjQzbC0uNzcgMS4yNDJoLS4zdi0xLjY0Wk04My4zMDMgOTQuOTE2bC44NjktMi4yNjNoLjMyM2wuOTI2IDIuMjYzaC0uMzQxbC0uMjY0LS42ODVoLS45NDdsLS4yNDguNjg1aC0uMzE4Wm0uNjUzLS45M2guNzY3bC0uMjM2LS42MjZhNi4xNzIgNi4xNzIgMCAwIDEtLjE2LS40N2MtLjAzLjE0NS0uMDcuMjktLjEyMy40MzNsLS4yNDguNjY0Wm0xLjg4OC0uNzFoMS4xNDN2MS40MTJoLjE3N3YuNjkzaC0uMjI4di0uNDY1aC0xLjI5MXYuNDY1aC0uMjI5di0uNjk0aC4xNDdjLjE5Ni0uMjY1LjI5LS43MzUuMjgxLTEuNDFabS4yMzIuMjNjLS4wMi41MzItLjEwMy45MjYtLjI0NyAxLjE4MWguODgxdi0xLjE4aC0uNjM0Wm0xLjM5NSAyLjAzOHYtMi4yNjhoLjI1NHYuMjEzYS42MTUuNjE1IDAgMCAxIC4yMDItLjE4Ni41NS41NSAwIDAgMSAuMjczLS4wNjRjLjE0IDAgLjI2NC4wMzYuMzcuMTA4YS42NjIuNjYyIDAgMCAxIC4yNDMuMzA2Yy4wNTUuMTMuMDgyLjI3NC4wODIuNDMgMCAuMTY5LS4wMy4zMi0uMDkxLjQ1NWEuNjguNjggMCAwIDEtLjYyNC40MTUuNTI4LjUyOCAwIDAgMS0uMjUtLjA1OS41Ny41NyAwIDAgMS0uMTgtLjE0OHYuNzk4aC0uMjc5Wm0uMjUyLTEuNDM5YzAgLjIxMS4wNDMuMzY3LjEyOC40NjguMDg2LjEwMS4xOS4xNTIuMzEuMTUyYS40LjQgMCAwIDAgLjMxNy0uMTU2Yy4wODktLjEwNS4xMzMtLjI2Ny4xMzMtLjQ4NyAwLS4yMDktLjA0My0uMzY1LS4xMy0uNDdhLjM4Ni4zODYgMCAwIDAtLjMwNy0uMTU1Yy0uMTE5IDAtLjIyMy4wNTYtLjMxNS4xNjctLjA5LjExLS4xMzYuMjctLjEzNi40ODFabTIuNjMxLjI4My4yODcuMDM1YS43LjcgMCAwIDEtLjI1Mi4zOTEuNzU2Ljc1NiAwIDAgMS0uNDY5LjE0Yy0uMjQgMC0uNDMtLjA3NS0uNTcxLS4yMjItLjE0LS4xNDgtLjIxLS4zNTUtLjIxLS42MjIgMC0uMjc2LjA3LS40OS4yMTMtLjY0MmEuNzIxLjcyMSAwIDAgMSAuNTUzLS4yMjljLjIxOSAwIC4zOTguMDc1LjUzNy4yMjQuMTM5LjE1LjIwOC4zNi4yMDguNjNsLS4wMDEuMDc0aC0xLjIyM2MuMDEuMTguMDYxLjMxOC4xNTMuNDE0YS40NTUuNDU1IDAgMCAwIC4zNDMuMTQ0LjQyNS40MjUgMCAwIDAgLjI2LS4wOC41MzMuNTMzIDAgMCAwIC4xNzItLjI1N1ptLS45MTItLjQ1aC45MTVhLjU1Ni41NTYgMCAwIDAtLjEwNS0uMzEuNDI2LjQyNiAwIDAgMC0uMzQ0LS4xNi40NDQuNDQ0IDAgMCAwLS4zMjMuMTI4LjUxLjUxIDAgMCAwLS4xNDMuMzQzWm0yLjYyLjM3Ny4yNzMuMDM2YS43MS43MSAwIDAgMS0uMjMuNDQzLjY2Ny42NjcgMCAwIDEtLjQ1My4xNi43MDguNzA4IDAgMCAxLS41NDEtLjIyYy0uMTM2LS4xNDctLjIwNC0uMzU4LS4yMDQtLjYzMiAwLS4xNzcuMDI5LS4zMzIuMDg4LS40NjRhLjYxLjYxIDAgMCAxIC4yNjctLjI5OGMuMTItLjA2Ny4yNTEtLjEuMzkyLS4xLjE3OCAwIC4zMjQuMDQ1LjQzNy4xMzUuMTEzLjA5LjE4Ni4yMTcuMjE4LjM4M2wtLjI3LjA0MmEuNDQ2LjQ0NiAwIDAgMC0uMTM4LS4yNDkuMzUuMzUgMCAwIDAtLjIzNi0uMDgzLjQzLjQzIDAgMCAwLS4zNDEuMTUxYy0uMDg4LjEtLjEzMi4yNTgtLjEzMi40NzYgMCAuMjIuMDQzLjM4LjEyNy40OC4wODQuMS4xOTQuMTUuMzMuMTUuMTEgMCAuMi0uMDM0LjI3NC0uMWEuNDk4LjQ5OCAwIDAgMCAuMTM5LS4zMVptLjUxMi0xLjAzOWguMjc4di42ODNoLjc3di0uNjgzaC4yNzh2MS42NGgtLjI3OHYtLjcyN2gtLjc3di43MjdoLS4yNzh2LTEuNjRabTIuODE2IDEuNDM4Yy0uMTAzLjA4Ny0uMjAyLjE0OS0uMjk4LjE4NWEuODUxLjg1MSAwIDAgMS0uMzA1LjA1NGMtLjE4IDAtLjMxOS0uMDQ0LS40MTYtLjEzMWEuNDM4LjQzOCAwIDAgMS0uMTQ1LS4zMzguNDQ4LjQ0OCAwIDAgMSAuMTk4LS4zOGMuMDYtLjA0LjEyNi0uMDcuMi0uMDkxLjA1NS0uMDE1LjEzNy0uMDI5LjI0OC0uMDQyYTIuNTQgMi41NCAwIDAgMCAuNDk1LS4wOTYgMy43OSAzLjc5IDAgMCAwIC4wMDItLjA3MmMwLS4xMTMtLjAyNi0uMTkzLS4wNzktLjI0LS4wNzEtLjA2Mi0uMTc3LS4wOTQtLjMxNy0uMDk0LS4xMyAwLS4yMjcuMDI0LS4yOS4wNy0uMDYyLjA0NS0uMTA3LjEyNi0uMTM3LjI0MmwtLjI3Mi0uMDM3YS42NjYuNjY2IDAgMCAxIC4xMjItLjI4LjUyNy41MjcgMCAwIDEgLjI0NS0uMTY2IDEuMDggMS4wOCAwIDAgMSAuMzczLS4wNTljLjE0IDAgLjI1My4wMTcuMzQuMDVhLjQ0NS40NDUgMCAwIDEgLjE5NC4xMjVjLjA0MS4wNS4wNy4xMTIuMDg2LjE4OC4wMS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42MzIuNjMyIDAgMCAwIC4wNzEuMTk3aC0uMjlhLjU4OC41ODggMCAwIDEtLjA1Ni0uMjAyWm0tLjAyMy0uNjJjLS4xLjA0LS4yNTIuMDc1LS40NTQuMTA0YTEuMDQ0IDEuMDQ0IDAgMCAwLS4yNDIuMDU2LjI0LjI0IDAgMCAwLS4xNDguMjIyYzAgLjA3NC4wMjcuMTM2LjA4My4xODUuMDU3LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTc4LjU3OCAwIDAgMCAuMjg2LS4wNy40MzcuNDM3IDAgMCAwIC4xODMtLjE5Mi42Ny42NyAwIDAgMCAuMDQ1LS4yNzh2LS4xMDJabTIuMDA0LS44MTh2MS42NGgtLjI3NnYtLjY0aC0uMTZhLjQ4My40ODMgMCAwIDAtLjIyLjA0Yy0uMDQ3LjAyNC0uMTE3LjEwNS0uMjA4LjI0MmwtLjI0My4zNThoLS4zNDRsLjMtLjQ0MmMuMDkxLS4xMzQuMTgyLS4yMS4yNzMtLjIyOGEuNTMzLjUzMyAwIDAgMS0uMzU0LS4xNzEuNDg5LjQ4OSAwIDAgMS0uMTE0LS4zMi40NC40NCAwIDAgMSAuMTUtLjM0NmMuMS0uMDg4LjI0Ni0uMTMzLjQzNy0uMTMzaC43NlptLS4yNzYuMjNIOTYuN2MtLjE2NiAwLS4yNzMuMDI2LS4zMjIuMDc4YS4yNTguMjU4IDAgMCAwLS4wNy4xOGMwIC4wOTguMDM0LjE3LjEwNC4yMTYuMDcyLjA0Ni4xOTcuMDY4LjM3Ni4wNjhoLjMwN3YtLjU0MlptMS43OTktLjIzaDEuMTQydjEuNDEyaC4xNzh2LjY5M2gtLjIyOXYtLjQ2NWgtMS4yOXYuNDY1aC0uMjN2LS42OTRoLjE0OGMuMTk1LS4yNjUuMjg5LS43MzUuMjgtMS40MVptLjIzMS4yM2MtLjAyLjUzMi0uMTAzLjkyNi0uMjQ3IDEuMTgxaC44ODJ2LTEuMThoLS42MzVabTEuMjkyLjU5YzAtLjMwMy4wODUtLjUyOC4yNTQtLjY3NWEuNzYyLjc2MiAwIDAgMSAuNTE1LS4xODJjLjIyNiAwIC40MS4wNzQuNTUzLjIyMy4xNDMuMTQ3LjIxNS4zNS4yMTUuNjExIDAgLjIxMS0uMDMyLjM3Ny0uMDk2LjQ5OWEuNjcuNjcgMCAwIDEtLjI3Ni4yOC44MDUuODA1IDAgMCAxLS4zOTYuMTAxLjc0Ljc0IDAgMCAxLS41NTctLjIyYy0uMTQxLS4xNDgtLjIxMi0uMzYtLjIxMi0uNjM3Wm0uMjg2IDBjMCAuMjEuMDQ2LjM2OC4xMzguNDczYS40MzkuNDM5IDAgMCAwIC4zNDUuMTU2LjQ0LjQ0IDAgMCAwIC4zNDUtLjE1OGMuMDkxLS4xMDUuMTM3LS4yNjUuMTM3LS40OCAwLS4yMDMtLjA0Ni0uMzU2LS4xMzktLjQ2YS40MzYuNDM2IDAgMCAwLS4zNDMtLjE1OC40MzkuNDM5IDAgMCAwLS4zNDUuMTU2Yy0uMDkyLjEwNC0uMTM4LjI2MS0uMTM4LjQ3MVptMi42NDguMjIuMjczLjAzNWEuNzA4LjcwOCAwIDAgMS0uMjMuNDQzLjY2NS42NjUgMCAwIDEtLjQ1Mi4xNi43MDcuNzA3IDAgMCAxLS41NDItLjIyYy0uMTM2LS4xNDctLjIwNC0uMzU4LS4yMDQtLjYzMiAwLS4xNzcuMDI5LS4zMzIuMDg4LS40NjRhLjYxNC42MTQgMCAwIDEgLjI2Ny0uMjk4Ljc5NS43OTUgMCAwIDEgLjM5Mi0uMWMuMTc4IDAgLjMyNC4wNDUuNDM3LjEzNS4xMTQuMDkuMTg2LjIxNy4yMTguMzgzbC0uMjcuMDQyYS40NDcuNDQ3IDAgMCAwLS4xMzgtLjI0OS4zNDguMzQ4IDAgMCAwLS4yMzYtLjA4My40My40MyAwIDAgMC0uMzQxLjE1MWMtLjA4OC4xLS4xMzEuMjU4LS4xMzEuNDc2IDAgLjIyLjA0Mi4zOC4xMjYuNDguMDg1LjEuMTk1LjE1LjMzMS4xNS4xMDkgMCAuMi0uMDM0LjI3My0uMWEuNS41IDAgMCAwIC4xMzktLjMxWm0uMzYxLTEuMDRoMS4zMzN2LjIzaC0uNTI4djEuNDFoLS4yNzd2LTEuNDFoLS41Mjh2LS4yM1ptMi42MzEgMS40MzhhMS4wMyAxLjAzIDAgMCAxLS4yOTguMTg1Ljg1Ljg1IDAgMCAxLS4zMDYuMDU0Yy0uMTggMC0uMzE4LS4wNDQtLjQxNS0uMTMxYS40MzcuNDM3IDAgMCAxLS4xNDUtLjMzOC40NS40NSAwIDAgMSAuMTk4LS4zOC42NzYuNjc2IDAgMCAxIC4yLS4wOTEgMi4wMSAyLjAxIDAgMCAxIC4yNDctLjA0MmMuMjI1LS4wMjcuMzktLjA1OS40OTYtLjA5NmwuMDAyLS4wNzJjMC0uMTEzLS4wMjctLjE5My0uMDc5LS4yNC0uMDcxLS4wNjItLjE3Ny0uMDk0LS4zMTctLjA5NC0uMTMgMC0uMjI3LjAyNC0uMjkuMDctLjA2Mi4wNDUtLjEwOC4xMjYtLjEzNy4yNDJsLS4yNzItLjAzN2EuNjY1LjY2NSAwIDAgMSAuMTIyLS4yOC41MjEuNTIxIDAgMCAxIC4yNDUtLjE2NiAxLjA4IDEuMDggMCAwIDEgLjM3Mi0uMDU5Yy4xNCAwIC4yNTQuMDE3LjM0Mi4wNWEuNDU0LjQ1NCAwIDAgMSAuMTkzLjEyNWMuMDQxLjA1LjA3LjExMi4wODYuMTg4LjAwOS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42MjQuNjI0IDAgMCAwIC4wNzEuMTk3aC0uMjlhLjU4LjU4IDAgMCAxLS4wNTYtLjIwMlptLS4wMjMtLjYyYTIuMDM1IDIuMDM1IDAgMCAxLS40NTQuMTA0IDEuMDQgMS4wNCAwIDAgMC0uMjQyLjA1Ni4yMzguMjM4IDAgMCAwLS4xNDkuMjIyYzAgLjA3NC4wMjguMTM2LjA4NC4xODUuMDU2LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTc1LjU3NSAwIDAgMCAuMjg1LS4wNy40MzQuNDM0IDAgMCAwIC4xODQtLjE5Mi42NjguNjY4IDAgMCAwIC4wNDUtLjI3OHYtLjEwMlptLjcxNS0uODE4aC42NDFjLjE1NyAwIC4yNzQuMDE0LjM1LjA0YS40MTguNDE4IDAgMCAxIC4yODEuMzk2LjQxMi40MTIgMCAwIDEtLjA0OS4yMDUuMzk5LjM5OSAwIDAgMS0uMTQ1LjE0NS40MTQuNDE0IDAgMCAxIC4yNjguMzk1Yy0uMDEuMTU2LS4wNjYuMjcxLS4xNjcuMzQ2LS4xLjA3NS0uMjQ3LjExMy0uNDQuMTEzaC0uNzM5di0xLjY0Wm0uMjc4LjY5aC4yOTZjLjExOSAwIC4yLS4wMDYuMjQ0LS4wMThhLjI2LjI2IDAgMCAwIC4xMTktLjA3NC4xOTQuMTk0IDAgMCAwIC4wNTMtLjEzNmMwLS4wODctLjAzMS0uMTQ3LS4wOTMtLjE4LS4wNjEtLjAzNS0uMTY1LS4wNTItLjMxNC0uMDUyaC0uMzA1di40NlptMCAuNzIyaC4zNjZjLjE1NyAwIC4yNjUtLjAxOS4zMjQtLjA1NS4wNTktLjAzNy4wODktLjEuMDkzLS4xOSAwLS4wNTItLjAxNy0uMS0uMDUxLS4xNDVhLjIxOC4yMTggMCAwIDAtLjEzMy0uMDg1IDEuMzI4IDEuMzI4IDAgMCAwLS4yNjMtLjAxOGgtLjMzNnYuNDkzWm0xLjM5OS0xLjQxMmguMjc3di43MDljLjA4OSAwIC4xNTEtLjAxNy4xODYtLjA1LjAzNi0uMDM1LjA4OC0uMTM0LjE1Ny0uMjk3LjA1NS0uMTMuMDk5LS4yMTYuMTMzLS4yNTdhLjI1NC4yNTQgMCAwIDEgLjExNy0uMDgzLjc1Ni43NTYgMCAwIDEgLjIxMy0uMDIyaC4wNTZ2LjIzbC0uMDc3LS4wMDFjLS4wNzMgMC0uMTIuMDEtLjE0MS4wMzJhLjgzNi44MzYgMCAwIDAtLjA5OC4yMDMuODcuODcgMCAwIDEtLjExNi4yMjIuNDcyLjQ3MiAwIDAgMS0uMTYyLjExM2MuMTE5LjAzMS4yMzYuMTQzLjM1Mi4zMzNsLjMwNC41MDhoLS4zMDZsLS4yOTYtLjUwOGEuNjg4LjY4OCAwIDAgMC0uMTU5LS4yLjI3Mi4yNzIgMCAwIDAtLjE2My0uMDV2Ljc1OGgtLjI3N3YtMS42NFptMi41MjUgMS40MzhhLjg1NC44NTQgMCAwIDEtLjYwMy4yNGMtLjE4IDAtLjMxOS0uMDQ1LS40MTYtLjEzMmEuNDQuNDQgMCAwIDEtLjE0NS0uMzM4LjQ1LjQ1IDAgMCAxIC4xOTgtLjM4Yy4wNi0uMDQuMTI3LS4wNy4yMDEtLjA5MS4wNTQtLjAxNS4xMzctLjAyOS4yNDctLjA0Mi4yMjQtLjAyNy4zODktLjA1OS40OTUtLjA5NmwuMDAyLS4wNzJjMC0uMTEzLS4wMjYtLjE5My0uMDc5LS4yNC0uMDcxLS4wNjItLjE3Ni0uMDk0LS4zMTYtLjA5NC0uMTMxIDAtLjIyOC4wMjQtLjI5MS4wNy0uMDYxLjA0NS0uMTA3LjEyNi0uMTM3LjI0MmwtLjI3Mi0uMDM3YS42NzguNjc4IDAgMCAxIC4xMjItLjI4LjUzLjUzIDAgMCAxIC4yNDYtLjE2NiAxLjA4IDEuMDggMCAwIDEgLjM3Mi0uMDU5Yy4xNCAwIC4yNTMuMDE3LjM0MS4wNWEuNDQ4LjQ0OCAwIDAgMSAuMTkzLjEyNWMuMDQxLjA1LjA3LjExMi4wODYuMTg4LjAxLjA0Ny4wMTQuMTMzLjAxNC4yNTZ2LjM3MWMwIC4yNTguMDA2LjQyMi4wMTcuNDlhLjY1LjY1IDAgMCAwIC4wNzEuMTk3aC0uMjlhLjYwMi42MDIgMCAwIDEtLjA1Ni0uMjAyWm0tLjAyMy0uNjJhMi4wMzUgMi4wMzUgMCAwIDEtLjQ1NC4xMDQgMS4wNCAxLjA0IDAgMCAwLS4yNDIuMDU2LjIzOS4yMzkgMCAwIDAtLjE0OC4yMjIuMjQuMjQgMCAwIDAgLjA4My4xODVjLjA1Ny4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU4Mi41ODIgMCAwIDAgLjI4Ni0uMDcuNDQ1LjQ0NSAwIDAgMCAuMTg0LS4xOTIuNjg4LjY4OCAwIDAgMCAuMDQ0LS4yNzh2LS4xMDJabTEuNTk4LS44MThoLjI3OHYxLjQxMmguNzY5di0xLjQxMmguMjc4djEuNDEyaC4xNzl2LjY5M2gtLjIyOHYtLjQ2NWgtMS4yNzZ2LTEuNjRabTEuODA4IDBoLjI3OHYxLjI1bC43NzEtMS4yNWguMjk5djEuNjRoLS4yNzh2LTEuMjQzbC0uNzcgMS4yNDNoLS4zdi0xLjY0Wm0yLjcyMS0uNjIzaC4yNzh2Ljc4MmEuNTY3LjU2NyAwIDAgMSAuMTktLjE0Ni41MS41MSAwIDAgMSAuMjIyLS4wNWMuMTk0IDAgLjM0OC4wODIuNDYyLjI0NC4xMTQuMTYyLjE3MS4zNjYuMTcxLjYxMiAwIC4yNTYtLjA2MS40NjMtLjE4NC42MjJhLjU1OC41NTggMCAwIDEtLjQ1Ny4yMzZjLS4wNiAwLS4xMi0uMDEtLjE4Mi0uMDI4YS42MDcuNjA3IDAgMCAxLS4yMjItLjE1MXYuNzdoLS4yNzh2LS43N2EuNTY4LjU2OCAwIDAgMS0uMTg2LjEzNC41MjMuNTIzIDAgMCAxLS4yMTcuMDQ1LjU4LjU4IDAgMCAxLS40NTEtLjIyNWMtLjEyOS0uMTUyLS4xOTMtLjM2OC0uMTkzLS42NDkgMC0uMjM4LjA1OC0uNDM3LjE3NC0uNTk3YS41NS41NSAwIDAgMSAuNDctLjI0My41MDIuNTAyIDAgMCAxIC40MDMuMTk2di0uNzgyWm0uMjc2IDEuNDVjMCAuMjQ2LjAzNC40MTMuMTAyLjQ5OGEuMzE1LjMxNSAwIDAgMCAuMjU1LjEyNy4zNTIuMzUyIDAgMCAwIC4yODgtLjE1NmMuMDgxLS4xMDUuMTIxLS4yNjguMTIxLS40ODggMC0uMjA4LS4wMzctLjM2My0uMTExLS40NjVhLjMzNS4zMzUgMCAwIDAtLjI4My0uMTUzLjMwNS4zMDUgMCAwIDAtLjI3OS4xNmMtLjA2Mi4xMDUtLjA5My4yNjQtLjA5My40NzZabS0xLjA0MS0uMDMxYzAgLjIzMS4wMzkuMzk4LjExNi41YS4zNTUuMzU1IDAgMCAwIC4yOTEuMTUzYy4xMiAwIC4yMS0uMDUuMjctLjE1Mi4wNTktLjEwMi4wODktLjI1NC4wODktLjQ1NyAwLS4yMTYtLjAzMS0uMzc4LS4wOTQtLjQ4NmEuMzA3LjMwNyAwIDAgMC0uMjg0LS4xNjJjLS4xMTQgMC0uMjA3LjA1My0uMjc5LjE1OS0uMDcyLjEwNS0uMTA5LjI1My0uMTA5LjQ0NVptMi40MTQgMS40NzJ2LTIuMjY4aC4yNTN2LjIxM2EuNjIuNjIgMCAwIDEgLjIwMi0uMTg2LjU0OS41NDkgMCAwIDEgLjI3My0uMDY0Yy4xNCAwIC4yNjQuMDM2LjM3MS4xMDhhLjY1OC42NTggMCAwIDEgLjI0Mi4zMDYgMS4xIDEuMSAwIDAgMSAuMDgyLjQzYzAgLjE2OS0uMDMuMzItLjA5MS40NTVhLjY4Mi42ODIgMCAwIDEtLjYyNC40MTUuNTI5LjUyOSAwIDAgMS0uNDMtLjIwN3YuNzk4aC0uMjc4Wm0uMjUxLTEuNDM5YzAgLjIxMS4wNDMuMzY3LjEyOC40NjhhLjM5NC4zOTQgMCAwIDAgLjYyNy0uMDA0Yy4wODktLjEwNS4xMzMtLjI2Ny4xMzMtLjQ4NyAwLS4yMDktLjA0My0uMzY1LS4xMy0uNDdhLjM4NC4zODQgMCAwIDAtLjMwNy0uMTU1Yy0uMTE4IDAtLjIyMy4wNTYtLjMxNS4xNjctLjA5LjExLS4xMzYuMjctLjEzNi40ODFabTEuNDA1LS4wMDljMC0uMzAzLjA4NS0uNTI4LjI1NC0uNjc1YS43Ni43NiAwIDAgMSAuNTE1LS4xODJjLjIyNiAwIC40MS4wNzQuNTUzLjIyMy4xNDMuMTQ3LjIxNS4zNS4yMTUuNjExIDAgLjIxMS0uMDMyLjM3Ny0uMDk2LjQ5OWEuNjY3LjY2NyAwIDAgMS0uMjc3LjI4Ljc5OC43OTggMCAwIDEtLjM5NS4xMDEuNzQuNzQgMCAwIDEtLjU1Ny0uMjJjLS4xNDEtLjE0OC0uMjEyLS4zNi0uMjEyLS42MzdabS4yODYgMGMwIC4yMS4wNDYuMzY4LjEzNy40NzNhLjQ0Mi40NDIgMCAwIDAgLjM0Ni4xNTYuNDQuNDQgMCAwIDAgLjM0NS0uMTU4Yy4wOTEtLjEwNS4xMzctLjI2NS4xMzctLjQ4IDAtLjIwMy0uMDQ2LS4zNTYtLjEzOS0uNDZhLjQzNy40MzcgMCAwIDAtLjM0My0uMTU4LjQ0Mi40NDIgMCAwIDAtLjM0Ni4xNTZjLS4wOTEuMTA0LS4xMzcuMjYxLS4xMzcuNDcxWm0xLjU3OS0uODJoLjY0MWMuMTU4IDAgLjI3NC4wMTQuMzUxLjA0YS40MS40MSAwIDAgMSAuMTk3LjE0NC4zOS4zOSAwIDAgMSAuMDg0LjI1Mi40MTIuNDEyIDAgMCAxLS4wNS4yMDUuMzkxLjM5MSAwIDAgMS0uMTQ1LjE0NS40MTQuNDE0IDAgMCAxIC4yNjkuMzk1Yy0uMDExLjE1Ni0uMDY2LjI3MS0uMTY3LjM0Ni0uMTAxLjA3NS0uMjQ4LjExMy0uNDQuMTEzaC0uNzR2LTEuNjRabS4yNzguNjloLjI5N2MuMTE4IDAgLjE5OS0uMDA2LjI0NC0uMDE4YS4yNi4yNiAwIDAgMCAuMTE5LS4wNzQuMTkzLjE5MyAwIDAgMCAuMDUyLS4xMzZjMC0uMDg3LS4wMzEtLjE0Ny0uMDkzLS4xOC0uMDYtLjAzNS0uMTY1LS4wNTItLjMxMy0uMDUyaC0uMzA2di40NlptMCAuNzIyaC4zNjZjLjE1OCAwIC4yNjYtLjAxOS4zMjUtLjA1NS4wNTgtLjAzNy4wODktLjEuMDkyLS4xOSAwLS4wNTItLjAxNy0uMS0uMDUxLS4xNDVhLjIxNS4yMTUgMCAwIDAtLjEzMy0uMDg1IDEuMzE2IDEuMzE2IDAgMCAwLS4yNjItLjAxOGgtLjMzN3YuNDkzWm0xLjI2LS41OTJjMC0uMzAzLjA4NS0uNTI4LjI1My0uNjc1YS43NjMuNzYzIDAgMCAxIC41MTYtLjE4MmMuMjI2IDAgLjQxLjA3NC41NTMuMjIzLjE0My4xNDcuMjE0LjM1LjIxNC42MTEgMCAuMjExLS4wMzEuMzc3LS4wOTUuNDk5YS42NjcuNjY3IDAgMCAxLS4yNzcuMjguNzk4Ljc5OCAwIDAgMS0uMzk1LjEwMS43NC43NCAwIDAgMS0uNTU3LS4yMmMtLjE0MS0uMTQ4LS4yMTItLjM2LS4yMTItLjYzN1ptLjI4NiAwYzAgLjIxLjA0Ni4zNjguMTM3LjQ3M2EuNDQyLjQ0MiAwIDAgMCAuMzQ2LjE1Ni40MzYuNDM2IDAgMCAwIC4zNDQtLjE1OGMuMDkyLS4xMDUuMTM4LS4yNjUuMTM4LS40OCAwLS4yMDMtLjA0Ni0uMzU2LS4xMzktLjQ2YS40MzcuNDM3IDAgMCAwLS4zNDMtLjE1OC40NDIuNDQyIDAgMCAwLS4zNDYuMTU2Yy0uMDkxLjEwNC0uMTM3LjI2MS0uMTM3LjQ3MVptMS41NzgtLjgyaC4yNzh2MS4yNWwuNzctMS4yNWguM3YxLjY0aC0uMjc4di0xLjI0M2wtLjc3MSAxLjI0M2gtLjI5OXYtMS42NFptLjk2NS0uNjJoLjE5YS40NS40NSAwIDAgMS0uMTQyLjI5Ni40Ni40NiAwIDAgMS0uMzE0LjEwNC40NjguNDY4IDAgMCAxLS4zMTYtLjEwMi40NS40NSAwIDAgMS0uMTQxLS4yOThoLjE5Yy4wMTQuMDcuMDQzLjEyMi4wODUuMTU3LjA0My4wMzQuMTAxLjA1MS4xNzMuMDUxLjA4MyAwIC4xNDYtLjAxNi4xODgtLjA1YS4yNTcuMjU3IDAgMCAwIC4wODctLjE1OFptMS41MzEuNjJoMS4zMzN2LjIzaC0uNTI4djEuNDFoLS4yNzd2LTEuNDFoLS41Mjh2LS4yM1ptMi42ODQgMS4xMTIuMjg3LjAzNWEuNjk3LjY5NyAwIDAgMS0uMjUyLjM5MS43NTUuNzU1IDAgMCAxLS40NjkuMTRjLS4yNCAwLS40My0uMDc1LS41NzEtLjIyMi0uMTQtLjE0OC0uMjEtLjM1NS0uMjEtLjYyMiAwLS4yNzYuMDcxLS40OS4yMTMtLjY0MmEuNzIuNzIgMCAwIDEgLjU1Mi0uMjI5Yy4yMiAwIC4zOTkuMDc1LjUzOC4yMjQuMTM5LjE1LjIwOC4zNi4yMDguNjNsLS4wMDEuMDc0aC0xLjIyM2MuMDEuMTguMDYxLjMxOC4xNTMuNDE0YS40NTQuNDU0IDAgMCAwIC4zNDIuMTQ0LjQyNS40MjUgMCAwIDAgLjI2MS0uMDguNTMzLjUzMyAwIDAgMCAuMTcyLS4yNTdabS0uOTEzLS40NWguOTE2YS41NjUuNTY1IDAgMCAwLS4xMDUtLjMxLjQyNi40MjYgMCAwIDAtLjM0NC0uMTYuNDQ0LjQ0NCAwIDAgMC0uMzIzLjEyOC41MS41MSAwIDAgMC0uMTQ0LjM0M1ptMS4yOTQuOTc4LjU5OS0uODUyLS41NTQtLjc4OGguMzQ3bC4yNTIuMzg1Yy4wNDcuMDczLjA4NS4xMzQuMTE0LjE4My4wNDUtLjA2Ny4wODctLjEyOC4xMjUtLjE4bC4yNzctLjM4OGguMzMybC0uNTY3Ljc3Mi42MS44NjhoLS4zNDFsLS4zMzctLjUxLS4wOS0uMTM3LS40My42NDdoLS4zMzdabTEuNzY4LTEuNjRoLjI3OHYuNjgzaC43N3YtLjY4M2guMjc4djEuNjRoLS4yNzh2LS43MjdoLS43N3YuNzI3aC0uMjc4di0xLjY0Wm0xLjc0NiAwaC4yNzh2MS4yNWwuNzctMS4yNWguM3YxLjY0aC0uMjc4di0xLjI0M2wtLjc3IDEuMjQzaC0uM3YtMS42NFptMS43NjUgMGguMjc4di43MDljLjA4OCAwIC4xNS0uMDE3LjE4NS0uMDUuMDM2LS4wMzUuMDg5LS4xMzQuMTU4LS4yOTdhMS4xNiAxLjE2IDAgMCAxIC4xMzItLjI1Ny4yNTIuMjUyIDAgMCAxIC4xMTgtLjA4My43NDYuNzQ2IDAgMCAxIC4yMTMtLjAyMmguMDU1di4yM2wtLjA3Ny0uMDAxYy0uMDczIDAtLjEyLjAxLS4xNC4wMzJhLjc4Ny43ODcgMCAwIDAtLjA5OS4yMDMuODQuODQgMCAwIDEtLjExNi4yMjIuNDcyLjQ3MiAwIDAgMS0uMTYyLjExM2MuMTE5LjAzMS4yMzcuMTQzLjM1Mi4zMzNsLjMwNC41MDhoLS4zMDZsLS4yOTYtLjUwOGEuNjg4LjY4OCAwIDAgMC0uMTU5LS4yLjI2Ny4yNjcgMCAwIDAtLjE2Mi0uMDV2Ljc1OGgtLjI3OHYtMS42NFptMS4zODUgMGguMjc4djEuMjVsLjc3LTEuMjVoLjN2MS42NGgtLjI3OHYtMS4yNDNsLS43NzEgMS4yNDNoLS4yOTl2LTEuNjRabTIuNjQ1IDBoLjI3OHYuNzA5Yy4wODggMCAuMTUtLjAxNy4xODUtLjA1LjAzNi0uMDM1LjA4OC0uMTM0LjE1Ny0uMjk3LjA1NS0uMTMuMDk5LS4yMTYuMTMzLS4yNTdhLjI1NC4yNTQgMCAwIDEgLjExNy0uMDgzLjc1Ni43NTYgMCAwIDEgLjIxMy0uMDIyaC4wNTZ2LjIzbC0uMDc3LS4wMDFjLS4wNzMgMC0uMTIuMDEtLjE0MS4wMzJhLjgzNi44MzYgMCAwIDAtLjA5OC4yMDMuODcuODcgMCAwIDEtLjExNi4yMjIuNDcyLjQ3MiAwIDAgMS0uMTYyLjExM2MuMTE5LjAzMS4yMzYuMTQzLjM1Mi4zMzNsLjMwNC41MDhoLS4zMDZsLS4yOTYtLjUwOGEuNjg4LjY4OCAwIDAgMC0uMTU5LS4yLjI3MS4yNzEgMCAwIDAtLjE2Mi0uMDV2Ljc1OGgtLjI3OHYtMS42NFptMS41NTcgMGgxLjI5MXYxLjY0aC0uMjc2di0xLjQxaC0uNzM3di44MTdjMCAuMTktLjAwNi4zMTYtLjAxOC4zNzdhLjI3NS4yNzUgMCAwIDEtLjEwMi4xNTkuMzc0LjM3NCAwIDAgMS0uMjQxLjA2OGMtLjA2NSAwLS4xMzktLjAwNC0uMjI0LS4wMTN2LS4yMzFoLjEyMmEuMzI1LjMyNSAwIDAgMCAuMTI0LS4wMTcuMDk1LjA5NSAwIDAgMCAuMDQ5LS4wNTdjLjAwOC0uMDI2LjAxMi0uMTEuMDEyLS4yNTJ2LTEuMDhabTEuNzExIDBoLjI3OHYxLjI1bC43Ny0xLjI1aC4zdjEuNjRoLS4yNzh2LTEuMjQzbC0uNzcgMS4yNDNoLS4zdi0xLjY0Wm0yLjg4OSAxLjExMi4yODcuMDM1YS42OTcuNjk3IDAgMCAxLS4yNTIuMzkxLjc1NS43NTUgMCAwIDEtLjQ2OS4xNGMtLjI0IDAtLjQzLS4wNzUtLjU3MS0uMjIyLS4xNC0uMTQ4LS4yMS0uMzU1LS4yMS0uNjIyIDAtLjI3Ni4wNzEtLjQ5LjIxMy0uNjQyYS43MjEuNzIxIDAgMCAxIC41NTMtLjIyOS43LjcgMCAwIDEgLjUzNy4yMjRjLjEzOS4xNS4yMDguMzYuMjA4LjYzbC0uMDAxLjA3NGgtMS4yMjNjLjAxLjE4LjA2MS4zMTguMTUzLjQxNGEuNDU0LjQ1NCAwIDAgMCAuMzQzLjE0NC40MjQuNDI0IDAgMCAwIC4yNi0uMDguNTI2LjUyNiAwIDAgMCAuMTcyLS4yNTdabS0uOTEzLS40NWguOTE2YS41NS41NSAwIDAgMC0uMTA1LS4zMS40MjYuNDI2IDAgMCAwLS4zNDQtLjE2LjQ0NC40NDQgMCAwIDAtLjMyMy4xMjguNTE1LjUxNSAwIDAgMC0uMTQ0LjM0M1ptMS41NTItLjY2MmguMjc4di42ODNoLjc3di0uNjgzaC4yNzh2MS42NGgtLjI3OHYtLjcyN2gtLjc3di43MjdoLS4yNzh2LTEuNjRabTEuNTk3IDBoMS4zMzJ2LjIzaC0uNTI4djEuNDFoLS4yNzZ2LTEuNDFoLS41Mjh2LS4yM1ptMi42MyAxLjQzOGExLjAzIDEuMDMgMCAwIDEtLjI5OC4xODUuODQ1Ljg0NSAwIDAgMS0uMzA1LjA1NGMtLjE4IDAtLjMxOS0uMDQ0LS40MTYtLjEzMWEuNDQuNDQgMCAwIDEtLjE0NS0uMzM4LjQ1LjQ1IDAgMCAxIC4xOTgtLjM4Yy4wNi0uMDQuMTI3LS4wNy4yMDEtLjA5MS4wNTQtLjAxNS4xMzctLjAyOS4yNDctLjA0Mi4yMjQtLjAyNy4zODktLjA1OS40OTUtLjA5NmwuMDAyLS4wNzJjMC0uMTEzLS4wMjYtLjE5My0uMDc5LS4yNC0uMDcxLS4wNjItLjE3Ni0uMDk0LS4zMTYtLjA5NC0uMTMxIDAtLjIyOC4wMjQtLjI5MS4wNy0uMDYxLjA0NS0uMTA3LjEyNi0uMTM3LjI0MmwtLjI3Mi0uMDM3YS42NjUuNjY1IDAgMCAxIC4xMjItLjI4LjUzLjUzIDAgMCAxIC4yNDYtLjE2NiAxLjA4IDEuMDggMCAwIDEgLjM3Mi0uMDU5Yy4xNCAwIC4yNTMuMDE3LjM0MS4wNWEuNDQ4LjQ0OCAwIDAgMSAuMTkzLjEyNWMuMDQxLjA1LjA3LjExMi4wODYuMTg4LjAxLjA0Ny4wMTQuMTMzLjAxNC4yNTZ2LjM3MWMwIC4yNTguMDA2LjQyMi4wMTcuNDlhLjY1LjY1IDAgMCAwIC4wNzEuMTk3aC0uMjlhLjYwMi42MDIgMCAwIDEtLjA1Ni0uMjAyWm0tLjAyMy0uNjJhMi4wMzUgMi4wMzUgMCAwIDEtLjQ1NC4xMDQgMS4wNCAxLjA0IDAgMCAwLS4yNDIuMDU2LjIzOS4yMzkgMCAwIDAtLjE0OC4yMjIuMjQuMjQgMCAwIDAgLjA4My4xODVjLjA1Ny4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU4Mi41ODIgMCAwIDAgLjI4Ni0uMDcuNDM3LjQzNyAwIDAgMCAuMTgzLS4xOTIuNjY4LjY2OCAwIDAgMCAuMDQ1LS4yNzh2LS4xMDJabS43MjEtLjgxOGguNDMzbC40MyAxLjMxMy40NzktMS4zMTNoLjR2MS42NGgtLjI3OHYtMS4zMmwtLjQ4NSAxLjMyaC0uMjQ4bC0uNDU5LTEuMzgzdjEuMzgzaC0uMjcydi0xLjY0Wm0zLjU3OCAyLjMwNmEyLjc1NyAyLjc1NyAwIDAgMS0uMzg5LS42OCAyLjExIDIuMTEgMCAwIDEtLjE1OS0uODA2YzAtLjI0NS4wMzktLjQ4LjExOC0uNzA0LjA5My0uMjYuMjM2LS41Mi40My0uNzc4aC4xOTlhNS4xNiA1LjE2IDAgMCAwLS4yNDcuNDU5IDIuNTQyIDIuNTQyIDAgMCAwLS4yMTUgMS4wMjVjMCAuNDk1LjE1NC45OS40NjIgMS40ODRoLS4xOTlabS41Mi0yLjMwNmguMjc4di43MDljLjA4OCAwIC4xNS0uMDE3LjE4NS0uMDUuMDM2LS4wMzUuMDg5LS4xMzQuMTU4LS4yOTdhMS4xNiAxLjE2IDAgMCAxIC4xMzItLjI1Ny4yNTIuMjUyIDAgMCAxIC4xMTgtLjA4My43NDYuNzQ2IDAgMCAxIC4yMTMtLjAyMmguMDU1di4yM2wtLjA3Ny0uMDAxYy0uMDczIDAtLjEyLjAxLS4xNC4wMzJhLjc4Ny43ODcgMCAwIDAtLjA5OS4yMDMuODQuODQgMCAwIDEtLjExNi4yMjIuNDcyLjQ3MiAwIDAgMS0uMTYyLjExM2MuMTE5LjAzMS4yMzcuMTQzLjM1Mi4zMzNsLjMwNC41MDhoLS4zMDZsLS4yOTYtLjUwOGEuNjg4LjY4OCAwIDAgMC0uMTU5LS4yLjI2Ny4yNjcgMCAwIDAtLjE2Mi0uMDV2Ljc1OGgtLjI3OHYtMS42NFptMS4zODYgMGguNjQxYy4xNTggMCAuMjc0LjAxNC4zNTEuMDRhLjQxLjQxIDAgMCAxIC4xOTcuMTQ0LjM5LjM5IDAgMCAxIC4wODQuMjUyLjQxMi40MTIgMCAwIDEtLjA1LjIwNS4zOTEuMzkxIDAgMCAxLS4xNDUuMTQ1LjQxNC40MTQgMCAwIDEgLjI2OS4zOTVjLS4wMTEuMTU2LS4wNjYuMjcxLS4xNjcuMzQ2LS4xMDEuMDc1LS4yNDguMTEzLS40NC4xMTNoLS43NHYtMS42NFptLjI3OC42OWguMjk3Yy4xMTggMCAuMTk5LS4wMDYuMjQ0LS4wMThhLjI2LjI2IDAgMCAwIC4xMTktLjA3NC4xOTMuMTkzIDAgMCAwIC4wNTItLjEzNmMwLS4wODctLjAzMS0uMTQ3LS4wOTMtLjE4LS4wNi0uMDM1LS4xNjUtLjA1Mi0uMzEzLS4wNTJoLS4zMDZ2LjQ2Wm0wIC43MjJoLjM2NmMuMTU4IDAgLjI2Ni0uMDE5LjMyNC0uMDU1LjA1OS0uMDM3LjA5LS4xLjA5My0uMTkgMC0uMDUyLS4wMTctLjEtLjA1MS0uMTQ1YS4yMTUuMjE1IDAgMCAwLS4xMzMtLjA4NSAxLjMxNiAxLjMxNiAwIDAgMC0uMjYyLS4wMThoLS4zMzd2LjQ5M1ptMi40MzQuMDI2Yy0uMTAzLjA4Ny0uMjAzLjE0OS0uMjk4LjE4NWEuODU0Ljg1NCAwIDAgMS0uMzA2LjA1NGMtLjE4IDAtLjMxOS0uMDQ0LS40MTUtLjEzMWEuNDM4LjQzOCAwIDAgMS0uMTQ2LS4zMzguNDUuNDUgMCAwIDEgLjE5OC0uMzhjLjA2LS4wNC4xMjctLjA3LjIwMS0uMDkxLjA1NC0uMDE1LjEzNy0uMDI5LjI0Ny0uMDQyLjIyNC0uMDI3LjM4OS0uMDU5LjQ5NS0uMDk2bC4wMDItLjA3MmMwLS4xMTMtLjAyNi0uMTkzLS4wNzktLjI0LS4wNzEtLjA2Mi0uMTc2LS4wOTQtLjMxNi0uMDk0LS4xMzEgMC0uMjI4LjAyNC0uMjkxLjA3LS4wNjEuMDQ1LS4xMDcuMTI2LS4xMzcuMjQybC0uMjcyLS4wMzdhLjY3OC42NzggMCAwIDEgLjEyMi0uMjguNTMuNTMgMCAwIDEgLjI0Ni0uMTY2IDEuMDggMS4wOCAwIDAgMSAuMzcyLS4wNTljLjE0IDAgLjI1NC4wMTcuMzQxLjA1YS40NDIuNDQyIDAgMCAxIC4xOTMuMTI1LjQ0LjQ0IDAgMCAxIC4wODcuMTg4Yy4wMDkuMDQ3LjAxMy4xMzMuMDEzLjI1NnYuMzcxYzAgLjI1OC4wMDYuNDIyLjAxNy40OWEuNjUuNjUgMCAwIDAgLjA3MS4xOTdoLS4yOWEuNTguNTggMCAwIDEtLjA1NS0uMjAyWm0tLjAyNC0uNjJjLS4xLjA0LS4yNTIuMDc1LS40NTMuMTA0YTEuMDM4IDEuMDM4IDAgMCAwLS4yNDMuMDU2LjIzOS4yMzkgMCAwIDAtLjE0OC4yMjIuMjQuMjQgMCAwIDAgLjA4My4xODVjLjA1Ny4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU3OS41NzkgMCAwIDAgLjI4Ni0uMDcuNDQuNDQgMCAwIDAgLjE4NC0uMTkyLjY3LjY3IDAgMCAwIC4wNDQtLjI3OHYtLjEwMlptLjcxNCAxLjQ1di0yLjI2OGguMjUzdi4yMTNhLjYyLjYyIDAgMCAxIC4yMDItLjE4Ni41NDkuNTQ5IDAgMCAxIC4yNzMtLjA2NGMuMTQgMCAuMjY0LjAzNi4zNzEuMTA4YS42NTguNjU4IDAgMCAxIC4yNDIuMzA2IDEuMSAxLjEgMCAwIDEgLjA4Mi40M2MwIC4xNjktLjAzLjMyLS4wOTEuNDU1YS42ODIuNjgyIDAgMCAxLS42MjQuNDE1LjUyOS41MjkgMCAwIDEtLjQzLS4yMDd2Ljc5OGgtLjI3OFptLjI1MS0xLjQzOWMwIC4yMTEuMDQzLjM2Ny4xMjkuNDY4LjA4NS4xMDEuMTg4LjE1Mi4zMS4xNTJhLjQuNCAwIDAgMCAuMzE2LS4xNTZjLjA4OS0uMTA1LjEzMy0uMjY3LjEzMy0uNDg3IDAtLjIwOS0uMDQzLS4zNjUtLjEzLS40N2EuMzg0LjM4NCAwIDAgMC0uMzA3LS4xNTVjLS4xMTggMC0uMjIzLjA1Ni0uMzE1LjE2Ny0uMDkuMTEtLjEzNi4yNy0uMTM2LjQ4MVptMS4yODgtLjgyOWgxLjMzMnYuMjNoLS41Mjh2MS40MWgtLjI3NnYtMS40MWgtLjUyOHYtLjIzWm0xLjU5OCAwaC4yNzh2MS4yNWwuNzctMS4yNWguM3YxLjY0aC0uMjc4di0xLjI0M2wtLjc3IDEuMjQzaC0uM3YtMS42NFptMS43NjYgMi4yNjh2LTIuMjY4aC4yNTR2LjIxM2EuNjEuNjEgMCAwIDEgLjIwMi0uMTg2LjU0OS41NDkgMCAwIDEgLjI3My0uMDY0Yy4xNCAwIC4yNjQuMDM2LjM3MS4xMDhhLjY2NS42NjUgMCAwIDEgLjI0Mi4zMDYgMS4xIDEuMSAwIDAgMSAuMDgyLjQzYzAgLjE2OS0uMDMxLjMyLS4wOTEuNDU1YS42NzguNjc4IDAgMCAxLS4yNjMuMzA5LjY3LjY3IDAgMCAxLS4zNjEuMTA2LjUyNi41MjYgMCAwIDEtLjI1LS4wNTkuNTguNTggMCAwIDEtLjE4MS0uMTQ4di43OThoLS4yNzhabS4yNTItMS40MzljMCAuMjExLjA0My4zNjcuMTI4LjQ2OC4wODYuMTAxLjE4OS4xNTIuMzEuMTUyYS40LjQgMCAwIDAgLjMxNy0uMTU2Yy4wODktLjEwNS4xMzMtLjI2Ny4xMzMtLjQ4NyAwLS4yMDktLjA0My0uMzY1LS4xMy0uNDdhLjM4Ni4zODYgMCAwIDAtLjMwNy0uMTU1Yy0uMTE5IDAtLjIyNC4wNTYtLjMxNS4xNjctLjA5MS4xMS0uMTM2LjI3LS4xMzYuNDgxWm0yLjU3OC42MDlhMS4wMyAxLjAzIDAgMCAxLS4yOTguMTg1Ljg0NS44NDUgMCAwIDEtLjMwNS4wNTRjLS4xOCAwLS4zMTktLjA0NC0uNDE2LS4xMzFhLjQ0LjQ0IDAgMCAxLS4xNDUtLjMzOC40NS40NSAwIDAgMSAuMTk4LS4zOGMuMDYtLjA0LjEyNi0uMDcuMjAxLS4wOTEuMDU0LS4wMTUuMTM2LS4wMjkuMjQ3LS4wNDIuMjI0LS4wMjcuMzg5LS4wNTkuNDk1LS4wOTZsLjAwMi0uMDcyYzAtLjExMy0uMDI2LS4xOTMtLjA3OS0uMjQtLjA3MS0uMDYyLS4xNzYtLjA5NC0uMzE2LS4wOTQtLjEzMSAwLS4yMjguMDI0LS4yOTEuMDctLjA2MS4wNDUtLjEwNy4xMjYtLjEzNy4yNDJsLS4yNzItLjAzN2EuNjY1LjY2NSAwIDAgMSAuMTIyLS4yOC41My41MyAwIDAgMSAuMjQ2LS4xNjYgMS4wOCAxLjA4IDAgMCAxIC4zNzItLjA1OWMuMTQgMCAuMjUzLjAxNy4zNDEuMDVhLjQ0OC40NDggMCAwIDEgLjE5My4xMjVjLjA0MS4wNS4wNy4xMTIuMDg2LjE4OC4wMS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42NS42NSAwIDAgMCAuMDcxLjE5N2gtLjI5YS42MDIuNjAyIDAgMCAxLS4wNTYtLjIwMlptLS4wMjMtLjYyYTIuMDM1IDIuMDM1IDAgMCAxLS40NTQuMTA0IDEuMDQgMS4wNCAwIDAgMC0uMjQyLjA1Ni4yMzkuMjM5IDAgMCAwLS4xNDguMjIyYzAgLjA3NC4wMjcuMTM2LjA4My4xODUuMDU3LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTgyLjU4MiAwIDAgMCAuMjg2LS4wNy40MzcuNDM3IDAgMCAwIC4xODMtLjE5Mi42NjguNjY4IDAgMCAwIC4wNDUtLjI3OHYtLjEwMlptLjc4Ni44MjJWOTQuNmguMzE3di4zMTZhLjU2LjU2IDAgMCAxLS4wNjIuMjgxLjQwMy40MDMgMCAwIDEtLjE5Ni4xNjdsLS4wNzctLjEyYS4yNjUuMjY1IDAgMCAwIC4xMjktLjExMy40NzMuNDczIDAgMCAwIC4wNDctLjIxNWgtLjE1OFptMS41ODQtLjgyYzAtLjMwMy4wODUtLjUyOC4yNTMtLjY3NWEuNzYzLjc2MyAwIDAgMSAuNTE2LS4xODJjLjIyNiAwIC40MS4wNzQuNTUzLjIyMy4xNDMuMTQ3LjIxNC4zNS4yMTQuNjExIDAgLjIxMS0uMDMxLjM3Ny0uMDk1LjQ5OWEuNjY3LjY2NyAwIDAgMS0uMjc3LjI4Ljc5OC43OTggMCAwIDEtLjM5NS4xMDEuNzQuNzQgMCAwIDEtLjU1Ny0uMjJjLS4xNDEtLjE0OC0uMjEyLS4zNi0uMjEyLS42MzdabS4yODYgMGMwIC4yMS4wNDYuMzY4LjEzNy40NzNhLjQ0Mi40NDIgMCAwIDAgLjM0Ni4xNTYuNDM2LjQzNiAwIDAgMCAuMzQ0LS4xNThjLjA5Mi0uMTA1LjEzOC0uMjY1LjEzOC0uNDggMC0uMjAzLS4wNDctLjM1Ni0uMTM5LS40NmEuNDM3LjQzNyAwIDAgMC0uMzQzLS4xNTguNDQyLjQ0MiAwIDAgMC0uMzQ2LjE1NmMtLjA5MS4xMDQtLjEzNy4yNjEtLjEzNy40NzFabTIuNTMyLTEuNDQzaC4yNzh2Ljc4MmEuNTY3LjU2NyAwIDAgMSAuMTktLjE0Ni41MS41MSAwIDAgMSAuMjIyLS4wNWMuMTk1IDAgLjM0OC4wODIuNDYyLjI0NC4xMTQuMTYyLjE3MS4zNjYuMTcxLjYxMiAwIC4yNTYtLjA2MS40NjMtLjE4NC42MjJhLjU1Ny41NTcgMCAwIDEtLjQ1Ny4yMzYuNjM3LjYzNyAwIDAgMS0uMTgyLS4wMjguNjA3LjYwNyAwIDAgMS0uMjIyLS4xNTF2Ljc3aC0uMjc4di0uNzdhLjUzMS41MzEgMCAwIDEtLjQwMy4xOC41OC41OCAwIDAgMS0uNDUxLS4yMjZjLS4xMjktLjE1Mi0uMTkzLS4zNjgtLjE5My0uNjQ5IDAtLjIzOC4wNTgtLjQzNy4xNzUtLjU5N2EuNTQ4LjU0OCAwIDAgMSAuNDY5LS4yNDMuNTAyLjUwMiAwIDAgMSAuNDAzLjE5NnYtLjc4MlptLjI3NiAxLjQ1YzAgLjI0Ni4wMzQuNDEzLjEwMi40OThhLjMxNS4zMTUgMCAwIDAgLjI1NS4xMjdjLjExMyAwIC4yMDktLjA1Mi4yODktLjE1Ni4wOC0uMTA1LjEyLS4yNjguMTItLjQ4OCAwLS4yMDgtLjAzNy0uMzYzLS4xMTEtLjQ2NWEuMzM0LjMzNCAwIDAgMC0uMjgzLS4xNTMuMzA1LjMwNSAwIDAgMC0uMjc5LjE2Yy0uMDYyLjEwNS0uMDkzLjI2NC0uMDkzLjQ3NlptLTEuMDQtLjAzMWMwIC4yMzEuMDM4LjM5OC4xMTUuNWEuMzU1LjM1NSAwIDAgMCAuMjkxLjE1M2MuMTIgMCAuMjEtLjA1LjI3LS4xNTIuMDYtLjEwMi4wODktLjI1NC4wODktLjQ1NyAwLS4yMTYtLjAzMS0uMzc4LS4wOTQtLjQ4NmEuMzA2LjMwNiAwIDAgMC0uMjg0LS4xNjJjLS4xMTQgMC0uMjA3LjA1My0uMjc5LjE1OS0uMDcyLjEwNS0uMTA4LjI1My0uMTA4LjQ0NVptMi40MTMtLjc5NmguMjc4djEuMjVsLjc3LTEuMjVoLjN2MS42NGgtLjI3OHYtMS4yNDNsLS43NzEgMS4yNDNoLS4yOTl2LTEuNjRabTIuODM2IDEuMDQuMjczLjAzNWEuNzA0LjcwNCAwIDAgMS0uMjMuNDQzLjY2NS42NjUgMCAwIDEtLjQ1Mi4xNi43MDkuNzA5IDAgMCAxLS41NDItLjIyYy0uMTM2LS4xNDctLjIwNC0uMzU4LS4yMDQtLjYzMiAwLS4xNzcuMDMtLjMzMi4wODgtLjQ2NGEuNjE0LjYxNCAwIDAgMSAuMjY3LS4yOTguNzk2Ljc5NiAwIDAgMSAuMzkzLS4xYy4xNzggMCAuMzIzLjA0NS40MzYuMTM1LjExNC4wOS4xODYuMjE3LjIxOC4zODNsLS4yNy4wNDJhLjQ1Mi40NTIgMCAwIDAtLjEzNy0uMjQ5LjM1Mi4zNTIgMCAwIDAtLjIzNy0uMDgzLjQzLjQzIDAgMCAwLS4zNDEuMTUxYy0uMDg3LjEtLjEzMS4yNTgtLjEzMS40NzYgMCAuMjIuMDQyLjM4LjEyNi40OC4wODUuMS4xOTUuMTUuMzMxLjE1LjEwOSAwIC4yLS4wMzQuMjczLS4xYS40OTUuNDk1IDAgMCAwIC4xMzktLjMxWm0uNjkzIDEuMjY2aC0uMTk5Yy4zMDgtLjQ5NS40NjItLjk5LjQ2Mi0xLjQ4NCAwLS4xOTQtLjAyMi0uMzg2LS4wNjctLjU3NmEyLjQwMSAyLjQwMSAwIDAgMC0uMTQ2LS40NDUgNS4wODQgNS4wODQgMCAwIDAtLjI0OS0uNDYzaC4xOTljLjE5NC4yNTguMzM3LjUxOC40My43NzguMDc5LjIyNS4xMTguNDYuMTE4LjcwNCAwIC4yNzgtLjA1My41NDctLjE2LjgwNi0uMTA2LjI2LS4yMzUuNDg2LS4zODguNjhabTEuNzUzLTIuMzA2aC4yNzh2LjY4M2guNzd2LS42ODNoLjI3OHYxLjY0aC0uMjc4di0uNzI3aC0uNzd2LjcyN2gtLjI3OHYtMS42NFptMi44MTYgMS40MzhhMS4wMyAxLjAzIDAgMCAxLS4yOTguMTg1Ljg1NC44NTQgMCAwIDEtLjMwNi4wNTRjLS4xOCAwLS4zMTgtLjA0NC0uNDE1LS4xMzFhLjQzNy40MzcgMCAwIDEtLjE0NS0uMzM4LjQ1LjQ1IDAgMCAxIC4xOTctLjM4Yy4wNi0uMDQuMTI3LS4wNy4yMDEtLjA5MWEyLjAxIDIuMDEgMCAwIDEgLjI0Ny0uMDQyYy4yMjUtLjAyNy4zOS0uMDU5LjQ5Ni0uMDk2bC4wMDEtLjA3MmMwLS4xMTMtLjAyNi0uMTkzLS4wNzgtLjI0LS4wNzEtLjA2Mi0uMTc3LS4wOTQtLjMxNy0uMDk0LS4xMzEgMC0uMjI3LjAyNC0uMjkuMDctLjA2Mi4wNDUtLjEwOC4xMjYtLjEzOC4yNDJsLS4yNzEtLjAzN2EuNjUzLjY1MyAwIDAgMSAuMTIyLS4yOC41MjEuNTIxIDAgMCAxIC4yNDUtLjE2NiAxLjA4IDEuMDggMCAwIDEgLjM3Mi0uMDU5Yy4xNCAwIC4yNTQuMDE3LjM0MS4wNWEuNDQyLjQ0MiAwIDAgMSAuMTkzLjEyNWMuMDQyLjA1LjA3LjExMi4wODcuMTg4LjAwOS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNS40MjIuMDE3LjQ5YS42MjQuNjI0IDAgMCAwIC4wNzEuMTk3aC0uMjkxYS42MDIuNjAyIDAgMCAxLS4wNTUtLjIwMlptLS4wMjMtLjYyYTIuMDM1IDIuMDM1IDAgMCAxLS40NTQuMTA0IDEuMDY1IDEuMDY1IDAgMCAwLS4yNDMuMDU2LjI0LjI0IDAgMCAwLS4xNDguMjIyYzAgLjA3NC4wMjguMTM2LjA4NC4xODUuMDU2LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTc1LjU3NSAwIDAgMCAuMjg1LS4wNy40MzQuNDM0IDAgMCAwIC4xODQtLjE5Mi42NjguNjY4IDAgMCAwIC4wNDUtLjI3OHYtLjEwMlptMS43MjktLjgxOGgxLjI5MXYxLjY0aC0uMjc3di0xLjQxaC0uNzM2di44MTdjMCAuMTktLjAwNi4zMTYtLjAxOS4zNzdhLjI3LjI3IDAgMCAxLS4xMDIuMTU5Yy0uMDU1LjA0NS0uMTM1LjA2OC0uMjQuMDY4YTIuMzQgMi4zNCAwIDAgMS0uMjI0LS4wMTN2LS4yMzFoLjEyMmEuMzE5LjMxOSAwIDAgMCAuMTIzLS4wMTcuMDk2LjA5NiAwIDAgMCAuMDUtLjA1N2MuMDA4LS4wMjYuMDEyLS4xMS4wMTItLjI1MnYtMS4wOFptMS43MTEgMGguMjc4djEuMjVsLjc3LTEuMjVoLjN2MS42NGgtLjI3OHYtMS4yNDNsLS43NzEgMS4yNDNoLS4yOTl2LTEuNjRabTEuNjY0IDBoLjI3OHYuMzFjMCAuMTM1LjAwOC4yMzIuMDIzLjI5My4wMTcuMDYuMDU1LjExMi4xMTYuMTU3YS4zNzguMzc4IDAgMCAwIC4yMjguMDY2Yy4xMDUgMCAuMjQxLS4wMjcuNDA4LS4wODN2LS43NDNoLjI3OHYxLjY0aC0uMjc4di0uNjZjLS4xNzEuMDUzLS4zMy4wOC0uNDc5LjA4YS41OS41OSAwIDAgMS0uMzMtLjA5NS40ODMuNDgzIDAgMCAxLS4xOTMtLjIzMy44NjQuODY0IDAgMCAxLS4wNTEtLjMwMnYtLjQzWm0xLjc1MiAwaC4yNzh2LjY4M2guNzcxdi0uNjgzaC4yNzh2MS42NGgtLjI3OHYtLjcyN2gtLjc3MXYuNzI3aC0uMjc4di0xLjY0Wm0xLjY0My44MmMwLS4zMDMuMDg1LS41MjguMjUzLS42NzVhLjc2My43NjMgMCAwIDEgLjUxNi0uMTgyYy4yMjYgMCAuNDEuMDc0LjU1My4yMjMuMTQzLjE0Ny4yMTQuMzUuMjE0LjYxMSAwIC4yMTEtLjAzMS4zNzctLjA5NS40OTlhLjY2Ny42NjcgMCAwIDEtLjI3Ny4yOC43OTguNzk4IDAgMCAxLS4zOTUuMTAxLjc0Ljc0IDAgMCAxLS41NTctLjIyYy0uMTQxLS4xNDgtLjIxMi0uMzYtLjIxMi0uNjM3Wm0uMjg2IDBjMCAuMjEuMDQ2LjM2OC4xMzcuNDczYS40NDIuNDQyIDAgMCAwIC4zNDYuMTU2LjQzNi40MzYgMCAwIDAgLjM0NC0uMTU4Yy4wOTItLjEwNS4xMzgtLjI2NS4xMzgtLjQ4IDAtLjIwMy0uMDQ3LS4zNTYtLjEzOS0uNDZhLjQzNy40MzcgMCAwIDAtLjM0My0uMTU4LjQ0Mi40NDIgMCAwIDAtLjM0Ni4xNTZjLS4wOTEuMTA0LS4xMzcuMjYxLS4xMzcuNDcxWm0xLjU4NS0uODJoLjQzM2wuNDMxIDEuMzEzLjQ3OC0xLjMxM2guNHYxLjY0aC0uMjc4di0xLjMybC0uNDg1IDEuMzJoLS4yNDhsLS40NTktMS4zODN2MS4zODNoLS4yNzJ2LTEuNjRabTQuMTE3IDEuNDM4Yy0uMTAzLjA4Ny0uMjAzLjE0OS0uMjk4LjE4NWEuODU0Ljg1NCAwIDAgMS0uMzA2LjA1NGMtLjE4IDAtLjMxOS0uMDQ0LS40MTUtLjEzMWEuNDM3LjQzNyAwIDAgMS0uMTQ1LS4zMzguNDUuNDUgMCAwIDEgLjE5Ny0uMzhjLjA2LS4wNC4xMjctLjA3LjIwMS0uMDkxLjA1NC0uMDE1LjEzNy0uMDI5LjI0Ny0uMDQyLjIyNC0uMDI3LjM4OS0uMDU5LjQ5Ni0uMDk2bC4wMDEtLjA3MmMwLS4xMTMtLjAyNi0uMTkzLS4wNzktLjI0LS4wNzEtLjA2Mi0uMTc2LS4wOTQtLjMxNi0uMDk0LS4xMzEgMC0uMjI4LjAyNC0uMjkuMDctLjA2Mi4wNDUtLjEwOC4xMjYtLjEzOC4yNDJsLS4yNzItLjAzN2EuNjc4LjY3OCAwIDAgMSAuMTIyLS4yOC41My41MyAwIDAgMSAuMjQ2LS4xNjYgMS4wOCAxLjA4IDAgMCAxIC4zNzItLjA1OWMuMTQgMCAuMjU0LjAxNy4zNDEuMDVhLjQ0Mi40NDIgMCAwIDEgLjE5My4xMjUuNDQuNDQgMCAwIDEgLjA4Ny4xODhjLjAwOS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNS40MjIuMDE2LjQ5YS42NTIuNjUyIDAgMCAwIC4wNzIuMTk3aC0uMjkxYS41OC41OCAwIDAgMS0uMDU1LS4yMDJabS0uMDIzLS42MmEyLjA1IDIuMDUgMCAwIDEtLjQ1NC4xMDQgMS4wNTEgMS4wNTEgMCAwIDAtLjI0My4wNTYuMjM2LjIzNiAwIDAgMC0uMTA5LjA5LjIzMi4yMzIgMCAwIDAtLjAzOS4xMzIuMjQuMjQgMCAwIDAgLjA4My4xODVjLjA1Ny4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU3OS41NzkgMCAwIDAgLjI4Ni0uMDcuNDQuNDQgMCAwIDAgLjE4NC0uMTkyLjY2OC42NjggMCAwIDAgLjA0NS0uMjc4di0uMTAyWm0uNzE0LS44MThoLjY0MWMuMTU4IDAgLjI3NC4wMTQuMzUxLjA0YS40MS40MSAwIDAgMSAuMTk3LjE0NC4zOS4zOSAwIDAgMSAuMDg0LjI1Mi40MTIuNDEyIDAgMCAxLS4wNS4yMDUuMzkxLjM5MSAwIDAgMS0uMTQ1LjE0NS4zNzYuMzc2IDAgMCAxIC4xOTEuMTQ1Yy4wNTIuMDcuMDc4LjE1NC4wNzguMjUtLjAxMS4xNTYtLjA2Ni4yNzEtLjE2Ny4zNDYtLjEwMS4wNzUtLjI0OC4xMTMtLjQ0LjExM2gtLjc0di0xLjY0Wm0uMjc4LjY5aC4yOTdjLjExOCAwIC4xOTktLjAwNi4yNDQtLjAxOGEuMjYuMjYgMCAwIDAgLjExOS0uMDc0LjE5My4xOTMgMCAwIDAgLjA1Mi0uMTM2YzAtLjA4Ny0uMDMxLS4xNDctLjA5My0uMTgtLjA2LS4wMzUtLjE2NS0uMDUyLS4zMTMtLjA1MmgtLjMwNnYuNDZabTAgLjcyMmguMzY2Yy4xNTggMCAuMjY2LS4wMTkuMzI0LS4wNTUuMDU5LS4wMzcuMDktLjEuMDkzLS4xOSAwLS4wNTItLjAxNy0uMS0uMDUxLS4xNDVhLjIxNS4yMTUgMCAwIDAtLjEzMy0uMDg1IDEuMzE2IDEuMzE2IDAgMCAwLS4yNjItLjAxOGgtLjMzN3YuNDkzWm0xLjE4LTEuNDEyaDEuMzMydi4yM2gtLjUyOHYxLjQxaC0uMjc2di0xLjQxaC0uNTI4di0uMjNabTEuNDU3LjgyYzAtLjMwMy4wODUtLjUyOC4yNTQtLjY3NWEuNzYuNzYgMCAwIDEgLjUxNS0uMTgyYy4yMjYgMCAuNDEuMDc0LjU1My4yMjMuMTQzLjE0Ny4yMTUuMzUuMjE1LjYxMSAwIC4yMTEtLjAzMi4zNzctLjA5Ni40OTlhLjY2Ny42NjcgMCAwIDEtLjI3Ny4yOC43OTguNzk4IDAgMCAxLS4zOTUuMTAxLjc0Ljc0IDAgMCAxLS41NTctLjIyYy0uMTQxLS4xNDgtLjIxMi0uMzYtLjIxMi0uNjM3Wm0uMjg2IDBjMCAuMjEuMDQ2LjM2OC4xMzcuNDczYS40NDIuNDQyIDAgMCAwIC4zNDYuMTU2LjQ0LjQ0IDAgMCAwIC4zNDUtLjE1OGMuMDkxLS4xMDUuMTM3LS4yNjUuMTM3LS40OCAwLS4yMDMtLjA0Ni0uMzU2LS4xMzktLjQ2YS40MzcuNDM3IDAgMCAwLS4zNDMtLjE1OC40NDIuNDQyIDAgMCAwLS4zNDYuMTU2Yy0uMDkxLjEwNC0uMTM3LjI2MS0uMTM3LjQ3MVptMS41ODYtLjgyaC40MzJsLjQzMSAxLjMxMy40NzgtMS4zMTNoLjR2MS42NGgtLjI3OHYtMS4zMmwtLjQ4NSAxLjMyaC0uMjQ4bC0uNDU5LTEuMzgzdjEuMzgzaC0uMjcxdi0xLjY0Wm0yLjA2Mi44MmMwLS4zMDMuMDg1LS41MjguMjU0LS42NzVhLjc2Ljc2IDAgMCAxIC41MTUtLjE4MmMuMjI2IDAgLjQxLjA3NC41NTMuMjIzLjE0My4xNDcuMjE1LjM1LjIxNS42MTEgMCAuMjExLS4wMzIuMzc3LS4wOTYuNDk5YS42NjcuNjY3IDAgMCAxLS4yNzcuMjguNzk4Ljc5OCAwIDAgMS0uMzk1LjEwMS43NC43NCAwIDAgMS0uNTU3LS4yMmMtLjE0MS0uMTQ4LS4yMTItLjM2LS4yMTItLjYzN1ptLjI4NiAwYzAgLjIxLjA0Ni4zNjguMTM3LjQ3M2EuNDQyLjQ0MiAwIDAgMCAuMzQ2LjE1Ni40NC40NCAwIDAgMCAuMzQ1LS4xNThjLjA5MS0uMTA1LjEzNy0uMjY1LjEzNy0uNDggMC0uMjAzLS4wNDYtLjM1Ni0uMTM5LS40NmEuNDM3LjQzNyAwIDAgMC0uMzQzLS4xNTguNDQyLjQ0MiAwIDAgMC0uMzQ2LjE1NmMtLjA5MS4xMDQtLjEzNy4yNjEtLjEzNy40NzFabTIuNzc5LTEuNDk4LjI0Ni4wMDRjLS4wMTIuMTEtLjAzNi4xODYtLjA3NS4yM2EuMjUxLjI1MSAwIDAgMS0uMTQ1LjA4MyAyLjA1OCAyLjA1OCAwIDAgMS0uMzQ3LjAxOWMtLjIzIDAtLjM4Ni4wMjItLjQ2OS4wNjZhLjM4My4zODMgMCAwIDAtLjE4MS4yMTMgMS4xODMgMS4xODMgMCAwIDAtLjA2LjM3NS43MTYuNzE2IDAgMCAxIC4yNDUtLjIzMy42MzcuNjM3IDAgMCAxIC4zMTctLjA3OWMuMjE1IDAgLjM5My4wNzQuNTM0LjIyMy4xNDEuMTQ3LjIxMS4zNDcuMjExLjU5OWEuOTMuOTMgMCAwIDEtLjEwNi40Ny44NjQuODY0IDAgMCAxLS4yNTMuMjg1LjY4OS42ODkgMCAwIDEtLjM5Ny4xYy0uMTk1IDAtLjM0Ni0uMDQ0LS40NTQtLjEzM2EuODc0Ljg3NCAwIDAgMS0uMjQ5LS4zNDJjLS4wNTctLjE0LS4wODYtLjM4MS0uMDg2LS43MjYgMC0uNDMzLjA3My0uNzI1LjIxOS0uODc2LjE0Ny0uMTUuMzczLS4yMjUuNjc4LS4yMjUuMTg5IDAgLjI5Ny0uMDAzLjMyMy0uMDEuMDI1LS4wMDUuMDQyLS4wMi4wNDktLjA0M1ptLS4wMTQgMS40OTJhLjY4LjY4IDAgMCAwLS4xMjItLjQyLjM5OC4zOTggMCAwIDAtLjM0MS0uMTY0LjQxMi40MTIgMCAwIDAtLjM1NS4xNzMuNzc0Ljc3NCAwIDAgMC0uMTI1LjQ2MmMwIC4xOS4wNDYuMzM2LjEzNy40MzcuMDkzLjEuMjA3LjE1MS4zNDEuMTUxLjEzOCAwIC4yNS0uMDU4LjMzNS0uMTc0YS43NjEuNzYxIDAgMCAwIC4xMy0uNDY1Wm0uNjI1LS44MTRoLjI3OHYxLjI1bC43NzEtMS4yNWguMjk5djEuNjRoLS4yNzh2LTEuMjQzbC0uNzcgMS4yNDNoLS4zdi0xLjY0Wm0xLjkwMyAwaDEuMjl2MS42NGgtLjI3NnYtMS40MWgtLjczNnYuODE3YzAgLjE5LS4wMDcuMzE2LS4wMTkuMzc3YS4yNy4yNyAwIDAgMS0uMTAyLjE1OWMtLjA1NS4wNDUtLjEzNi4wNjgtLjI0MS4wNjgtLjA2NSAwLS4xMzktLjAwNC0uMjI0LS4wMTN2LS4yMzFoLjEyMmEuMzI1LjMyNSAwIDAgMCAuMTI0LS4wMTcuMDkyLjA5MiAwIDAgMCAuMDQ5LS4wNTcgMS4yNSAxLjI1IDAgMCAwIC4wMTMtLjI1MnYtMS4wOFptMi44MzMgMS4xMTIuMjg3LjAzNWEuNjk3LjY5NyAwIDAgMS0uMjUyLjM5MS43NTUuNzU1IDAgMCAxLS40NjkuMTRjLS4yNCAwLS40My0uMDc1LS41NzEtLjIyMi0uMTQtLjE0OC0uMjEtLjM1NS0uMjEtLjYyMiAwLS4yNzYuMDcxLS40OS4yMTMtLjY0MmEuNzIxLjcyMSAwIDAgMSAuNTUzLS4yMjkuNy43IDAgMCAxIC41MzcuMjI0Yy4xMzkuMTUuMjA4LjM2LjIwOC42M2wtLjAwMS4wNzRoLTEuMjIzYy4wMS4xOC4wNjEuMzE4LjE1My40MTRhLjQ1NC40NTQgMCAwIDAgLjM0Mi4xNDQuNDI1LjQyNSAwIDAgMCAuMjYxLS4wOC41MzMuNTMzIDAgMCAwIC4xNzItLjI1N1ptLS45MTMtLjQ1aC45MTZhLjU1LjU1IDAgMCAwLS4xMDUtLjMxLjQyNi40MjYgMCAwIDAtLjM0NC0uMTYuNDQ0LjQ0NCAwIDAgMC0uMzIzLjEyOC41MS41MSAwIDAgMC0uMTQ0LjM0M1ptMS42MjkuOTc4Vjk0LjZoLjMxN3YuMzE2aC0uMzE3Wm0tMTMxLjA0IDRWOTYuOTJoLS43NDV2LS4yNjdoMS43OTR2LjI2N2gtLjc1djEuOTk2aC0uMjk5Wm0xLjE0My42Mjh2LTIuMjY4aC4yNTN2LjIxM2EuNjE2LjYxNiAwIDAgMSAuMjAyLS4xODYuNTUuNTUgMCAwIDEgLjI3NC0uMDY0Yy4xNCAwIC4yNjMuMDM2LjM3LjEwOGEuNjYyLjY2MiAwIDAgMSAuMjQyLjMwNmMuMDU1LjEzLjA4Mi4yNzQuMDgyLjQzIDAgLjE2OS0uMDMuMzItLjA5LjQ1NWEuNjguNjggMCAwIDEtLjYyNS40MTUuNTI4LjUyOCAwIDAgMS0uMjUtLjA1OS41Ny41NyAwIDAgMS0uMTgtLjE0OHYuNzk4aC0uMjc4Wm0uMjUxLTEuNDM5YzAgLjIxMS4wNDMuMzY3LjEyOS40NjguMDg1LjEwMS4xODguMTUyLjMxLjE1MmEuNC40IDAgMCAwIC4zMTYtLjE1NmMuMDg5LS4xMDUuMTMzLS4yNjcuMTMzLS40ODcgMC0uMjA5LS4wNDMtLjM2NS0uMTMtLjQ3YS4zODYuMzg2IDAgMCAwLS4zMDctLjE1NWMtLjExOCAwLS4yMjMuMDU2LS4zMTUuMTY3LS4wOS4xMS0uMTM2LjI3LS4xMzYuNDgxWm0yLjYzMS4yODMuMjg3LjAzNWEuNy43IDAgMCAxLS4yNTEuMzkxLjc1Ni43NTYgMCAwIDEtLjQ3LjE0Yy0uMjQgMC0uNDMtLjA3NS0uNTctLjIyMi0uMTQtLjE0OC0uMjEtLjM1NS0uMjEtLjYyMiAwLS4yNzYuMDctLjQ5LjIxMi0uNjQyYS43MjEuNzIxIDAgMCAxIC41NTMtLjIyOS43LjcgMCAwIDEgLjUzNy4yMjRjLjE0LjE1LjIwOS4zNi4yMDkuNjMgMCAuMDE3IDAgLjA0MS0uMDAyLjA3NGgtMS4yMjNjLjAxLjE4LjA2Mi4zMTguMTUzLjQxNGEuNDU1LjQ1NSAwIDAgMCAuMzQzLjE0NC40MjUuNDI1IDAgMCAwIC4yNi0uMDguNTMzLjUzMyAwIDAgMCAuMTcyLS4yNTdabS0uOTEyLS40NWguOTE1YS41NTYuNTU2IDAgMCAwLS4xMDUtLjMxLjQyNi40MjYgMCAwIDAtLjM0NC0uMTYuNDQ0LjQ0NCAwIDAgMC0uMzIzLjEyOC41MS41MSAwIDAgMC0uMTQzLjM0M1ptMi43MTQtMS4zNC4yNDYuMDA0Yy0uMDEyLjExLS4wMzYuMTg2LS4wNzUuMjNhLjI1My4yNTMgMCAwIDEtLjE0NS4wODMgMi4wNjggMi4wNjggMCAwIDEtLjM0Ny4wMTljLS4yMyAwLS4zODYuMDIyLS40Ny4wNjZhLjM4NS4zODUgMCAwIDAtLjE4LjIxMyAxLjE4NSAxLjE4NSAwIDAgMC0uMDYuMzc1LjcxMi43MTIgMCAwIDEgLjI0NS0uMjMzLjYzNi42MzYgMCAwIDEgLjMxNy0uMDc5Yy4yMTUgMCAuMzkzLjA3NC41MzQuMjIzLjE0MS4xNDcuMjEyLjM0Ny4yMTIuNTk5YS45My45MyAwIDAgMS0uMTA3LjQ3Ljg1Ni44NTYgMCAwIDEtLjI1My4yODUuNjg4LjY4OCAwIDAgMS0uMzk3LjFjLS4xOTUgMC0uMzQ2LS4wNDQtLjQ1NC0uMTMzYS44Ny44NyAwIDAgMS0uMjQ5LS4zNDJjLS4wNTctLjE0LS4wODYtLjM4MS0uMDg2LS43MjYgMC0uNDMzLjA3My0uNzI1LjIyLS44NzYuMTQ2LS4xNS4zNzItLjIyNS42NzctLjIyNS4xOSAwIC4yOTctLjAwMy4zMjMtLjAxLjAyNS0uMDA1LjA0Mi0uMDIuMDUtLjA0M1ptLS4wMTQgMS40OTJjMC0uMTctLjA0LS4zMS0uMTIyLS40MmEuMzk5LjM5OSAwIDAgMC0uMzQxLS4xNjQuNDEyLjQxMiAwIDAgMC0uMzU1LjE3M2MtLjA4NC4xMTYtLjEyNS4yNy0uMTI1LjQ2MiAwIC4xOS4wNDYuMzM2LjEzNy40MzcuMDkzLjEuMjA3LjE1MS4zNDEuMTUxLjEzOCAwIC4yNS0uMDU4LjMzNi0uMTc0YS43NjUuNzY1IDAgMCAwIC4xMy0uNDY1Wm0uNTQyIDEuNDU3LS4wMy0uMjZjLjA2LjAxNi4xMTMuMDI0LjE1OC4wMjQuMDYyIDAgLjExMS0uMDEuMTQ4LS4wM2EuMjUzLjI1MyAwIDAgMCAuMDkyLS4wODcgMS4zNiAxLjM2IDAgMCAwIC4wODUtLjIwN2wuMDI0LS4wNjgtLjYyMi0xLjY0M2guM2wuMzQuOTVjLjA0NS4xMi4wODUuMjQ3LjEyLjM4LjAzMi0uMTI4LjA3LS4yNTIuMTE0LS4zNzRsLjM1LS45NTZoLjI3OGwtLjYyMyAxLjY2OGMtLjA2Ny4xOC0uMTIuMzA0LS4xNTYuMzcyYS41NDIuNTQyIDAgMCAxLS4xNy4yLjM5OC4zOTggMCAwIDEtLjIyOS4wNjYuNTU4LjU1OCAwIDAgMS0uMTc5LS4wMzRabTIuNjc5LTEuMTU5LjI4Ny4wMzVhLjcuNyAwIDAgMS0uMjUyLjM5MS43NTYuNzU2IDAgMCAxLS40NjkuMTRjLS4yNCAwLS40My0uMDc1LS41NzEtLjIyMi0uMTQtLjE0OC0uMjEtLjM1NS0uMjEtLjYyMiAwLS4yNzYuMDctLjQ5LjIxMy0uNjQyYS43MjEuNzIxIDAgMCAxIC41NTMtLjIyOWMuMjE5IDAgLjM5OC4wNzUuNTM3LjIyNC4xMzkuMTUuMjA4LjM2LjIwOC42M2wtLjAwMS4wNzRoLTEuMjIzYy4wMS4xOC4wNjEuMzE4LjE1My40MTRhLjQ1NS40NTUgMCAwIDAgLjM0My4xNDQuNDI1LjQyNSAwIDAgMCAuMjYtLjA4LjUzMy41MzMgMCAwIDAgLjE3Mi0uMjU3Wm0tLjkxMy0uNDVoLjkxNmEuNTU2LjU1NiAwIDAgMC0uMTA1LS4zMS40MjYuNDI2IDAgMCAwLS4zNDQtLjE2LjQ0NC40NDQgMCAwIDAtLjMyMy4xMjguNTEuNTEgMCAwIDAtLjE0NC4zNDNabTEuMjk2LS42NjJoMS4zMzJ2LjIzaC0uNTI4djEuNDFoLS4yNzZ2LTEuNDFoLS41Mjh2LS4yM1ptMi42MyAxLjA0LjI3NC4wMzVhLjcxLjcxIDAgMCAxLS4yMy40NDMuNjY3LjY2NyAwIDAgMS0uNDUzLjE2LjcwOC43MDggMCAwIDEtLjU0MS0uMjJjLS4xMzYtLjE0Ny0uMjA0LS4zNTgtLjIwNC0uNjMyIDAtLjE3Ny4wMy0uMzMyLjA4OC0uNDY0YS42MS42MSAwIDAgMSAuMjY3LS4yOThjLjEyLS4wNjcuMjUxLS4xLjM5Mi0uMS4xNzggMCAuMzI0LjA0NS40MzcuMTM1LjExMy4wOS4xODYuMjE3LjIxOC4zODNsLS4yNy4wNDJhLjQ0Ni40NDYgMCAwIDAtLjEzOC0uMjQ5LjM1LjM1IDAgMCAwLS4yMzYtLjA4My40My40MyAwIDAgMC0uMzQxLjE1MWMtLjA4OC4xLS4xMzIuMjU4LS4xMzIuNDc2IDAgLjIyLjA0My4zOC4xMjcuNDguMDg0LjEuMTk1LjE1LjMzLjE1LjExIDAgLjItLjAzNC4yNzQtLjFhLjQ5OC40OTggMCAwIDAgLjEzOS0uMzFabTEuODAyLTEuMDR2MS42NEg5Ny43di0uNjRoLS4xNmEuNDg0LjQ4NCAwIDAgMC0uMjIuMDRjLS4wNDcuMDI0LS4xMTYuMTA1LS4yMDguMjQybC0uMjQyLjM1OGgtLjM0NWwuMy0uNDQyYy4wOTEtLjEzNC4xODItLjIxLjI3My0uMjI4YS41MzMuNTMzIDAgMCAxLS4zNTQtLjE3MS40ODkuNDg5IDAgMCAxLS4xMTQtLjMyLjQ0LjQ0IDAgMCAxIC4xNS0uMzQ2Yy4xLS4wODguMjQ2LS4xMzMuNDM3LS4xMzNoLjc2Wm0tLjI3Ni4yM2gtLjM5NWMtLjE2NiAwLS4yNzMuMDI2LS4zMjEuMDc4YS4yNTguMjU4IDAgMCAwLS4wNzEuMThjMCAuMDk4LjAzNS4xNy4xMDUuMjE2LjA3LjA0Ni4xOTYuMDY4LjM3NS4wNjhoLjMwN3YtLjU0MlptMS43MTUtLjIzaDEuMjkxdjEuNjRoLS4yNzZ2LTEuNDFoLS43Mzd2LjgxN2MwIC4xOS0uMDA2LjMxNi0uMDE4LjM3N2EuMjc0LjI3NCAwIDAgMS0uMTAyLjE1OS4zNzMuMzczIDAgMCAxLS4yNC4wNjhjLS4wNjYgMC0uMTQtLjAwNC0uMjI1LS4wMTN2LS4yMzFoLjEyMmEuMzIyLjMyMiAwIDAgMCAuMTI0LS4wMTcuMDk0LjA5NCAwIDAgMCAuMDUtLjA1NyAxLjM1IDEuMzUgMCAwIDAgLjAxMS0uMjUydi0xLjA4Wm0xLjcxMSAwaC4yNzh2MS4yNWwuNzctMS4yNWguM3YxLjY0aC0uMjc4di0xLjI0M2wtLjc3IDEuMjQzaC0uM3YtMS42NFptMS42NjUgMGguMjc3di4zMWMwIC4xMzUuMDA4LjIzMi4wMjQuMjkzLjAxNi4wNi4wNTUuMTEyLjExNS4xNTdhLjM4LjM4IDAgMCAwIC4yMjkuMDY2Yy4xMDUgMCAuMjQxLS4wMjcuNDA3LS4wODN2LS43NDNoLjI3OHYxLjY0aC0uMjc4di0uNjZhMS42IDEuNiAwIDAgMS0uNDc4LjA4LjU5LjU5IDAgMCAxLS4zMzEtLjA5NS40ODkuNDg5IDAgMCAxLS4xOTMtLjIzMy44ODcuODg3IDAgMCAxLS4wNS0uMzAydi0uNDNabTEuNzUyIDBoLjI3OHYuNjgzaC43N3YtLjY4M2guMjc4djEuNjRoLS4yNzh2LS43MjdoLS43N3YuNzI3aC0uMjc4di0xLjY0Wm0zLjMwNyAwaC4yNzh2MS42NGgtLjI3OHYtMS42NFptLTEuNTU1IDBoLjI3OHYuNjQxaC4zNTJjLjIzIDAgLjQwNi4wNDUuNTMuMTM0YS40MjcuNDI3IDAgMCAxIC4xODcuMzY4LjQ2Ni40NjYgMCAwIDEtLjE1Ni4zNTJjLS4xMDMuMDk3LS4yNjguMTQ1LS40OTYuMTQ1aC0uNjk1di0xLjY0Wm0uMjc4IDEuNDEyaC4yOTJjLjE3NiAwIC4zMDItLjAyMi4zNzctLjA2NWEuMjE3LjIxNyAwIDAgMCAuMTEyLS4yMDMuMjYuMjYgMCAwIDAtLjA4My0uMTljLS4wNTYtLjA1NS0uMTc5LS4wODMtLjM2OS0uMDgzaC0uMzI5di41NFptMS45ODktMS40MTJoLjI3OHYxLjI1bC43Ny0xLjI1aC4zdjEuNjRoLS4yNzh2LTEuMjQzbC0uNzcxIDEuMjQzaC0uMjk5di0xLjY0Wm0uOTY1LS42MmguMTlhLjQ1LjQ1IDAgMCAxLS4xNDIuMjk2LjQ2LjQ2IDAgMCAxLS4zMTQuMTA0LjQ2OC40NjggMCAwIDEtLjMxNi0uMTAyLjQ1LjQ1IDAgMCAxLS4xNDEtLjI5OGguMTlhLjI3LjI3IDAgMCAwIC4wODUuMTU3Yy4wNDMuMDM0LjEwMS4wNTEuMTczLjA1MS4wODMgMCAuMTQ2LS4wMTYuMTg4LS4wNWEuMjU3LjI1NyAwIDAgMCAuMDg3LS4xNThabTIuNzUxIDIuMDU4YTEuMDMgMS4wMyAwIDAgMS0uMjk4LjE4NS44NS44NSAwIDAgMS0uMzA2LjA1NGMtLjE4IDAtLjMxOC0uMDQ0LS40MTUtLjEzMWEuNDM3LjQzNyAwIDAgMS0uMTQ1LS4zMzguNDUuNDUgMCAwIDEgLjE5OC0uMzguNjc2LjY3NiAwIDAgMSAuMi0uMDkxIDIuMDEgMi4wMSAwIDAgMSAuMjQ3LS4wNDJjLjIyNS0uMDI3LjM5LS4wNTkuNDk2LS4wOTZsLjAwMi0uMDcyYzAtLjExMy0uMDI3LS4xOTMtLjA3OS0uMjQtLjA3MS0uMDYyLS4xNzctLjA5NC0uMzE3LS4wOTQtLjEzIDAtLjIyNy4wMjQtLjI5LjA3LS4wNjIuMDQ1LS4xMDguMTI2LS4xMzcuMjQybC0uMjcyLS4wMzdhLjY2NS42NjUgMCAwIDEgLjEyMi0uMjguNTIxLjUyMSAwIDAgMSAuMjQ1LS4xNjYgMS4wOCAxLjA4IDAgMCAxIC4zNzItLjA1OWMuMTQgMCAuMjU0LjAxNy4zNDIuMDVhLjQ1NC40NTQgMCAwIDEgLjE5My4xMjVjLjA0MS4wNS4wNy4xMTIuMDg2LjE4OC4wMDkuMDQ3LjAxNC4xMzMuMDE0LjI1NnYuMzcxYzAgLjI1OC4wMDYuNDIyLjAxNy40OWEuNjI0LjYyNCAwIDAgMCAuMDcxLjE5N2gtLjI5YS41OC41OCAwIDAgMS0uMDU2LS4yMDJabS0uMDIzLS42MmEyLjAzNSAyLjAzNSAwIDAgMS0uNDU0LjEwNCAxLjA0IDEuMDQgMCAwIDAtLjI0Mi4wNTYuMjM4LjIzOCAwIDAgMC0uMTQ5LjIyMmMwIC4wNzQuMDI4LjEzNi4wODQuMTg1LjA1Ni4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU3NS41NzUgMCAwIDAgLjI4NS0uMDcuNDM0LjQzNCAwIDAgMCAuMTg0LS4xOTIuNjY4LjY2OCAwIDAgMCAuMDQ1LS4yNzh2LS4xMDJabS43MTUtLjgxOGguNjQxYy4xNTcgMCAuMjc0LjAxNC4zNS4wNGEuNDE4LjQxOCAwIDAgMSAuMjgxLjM5Ni40MTIuNDEyIDAgMCAxLS4wNDkuMjA1LjM5NC4zOTQgMCAwIDEtLjE0Ni4xNDUuNDE0LjQxNCAwIDAgMSAuMjY5LjM5NWMtLjAxLjE1Ni0uMDY2LjI3MS0uMTY3LjM0Ni0uMS4wNzUtLjI0Ny4xMTMtLjQ0LjExM2gtLjczOXYtMS42NFptLjI3OC42OWguMjk2Yy4xMTkgMCAuMi0uMDA2LjI0NC0uMDE4YS4yNi4yNiAwIDAgMCAuMTE5LS4wNzQuMTkzLjE5MyAwIDAgMCAuMDUyLS4xMzZjMC0uMDg3LS4wMy0uMTQ3LS4wOTItLjE4LS4wNjEtLjAzNS0uMTY1LS4wNTItLjMxNC0uMDUyaC0uMzA1di40NlptMCAuNzIyaC4zNjZjLjE1NyAwIC4yNjUtLjAxOS4zMjQtLjA1NS4wNTktLjAzNy4wODktLjEuMDkzLS4xOSAwLS4wNTItLjAxNy0uMS0uMDUxLS4xNDVhLjIxOC4yMTggMCAwIDAtLjEzMy0uMDg1IDEuMzI4IDEuMzI4IDAgMCAwLS4yNjMtLjAxOGgtLjMzNnYuNDkzWm0xLjE3OS0xLjQxMmgxLjMzM3YuMjNoLS41Mjh2MS40MWgtLjI3N3YtMS40MWgtLjUyOHYtLjIzWm0xLjQ1OC44MmMwLS4zMDMuMDg0LS41MjguMjUzLS42NzVhLjc2My43NjMgMCAwIDEgLjUxNi0uMTgyYy4yMjUgMCAuNDA5LjA3NC41NTIuMjIzLjE0My4xNDcuMjE1LjM1LjIxNS42MTEgMCAuMjExLS4wMzIuMzc3LS4wOTYuNDk5YS42NjUuNjY1IDAgMCAxLS4yNzYuMjguNzk4Ljc5OCAwIDAgMS0uMzk1LjEwMS43NC43NCAwIDAgMS0uNTU4LS4yMmMtLjE0MS0uMTQ4LS4yMTEtLjM2LS4yMTEtLjYzN1ptLjI4NSAwYzAgLjIxLjA0Ni4zNjguMTM4LjQ3M2EuNDQuNDQgMCAwIDAgLjM0Ni4xNTYuNDM4LjQzOCAwIDAgMCAuMzQ0LS4xNThjLjA5Mi0uMTA1LjEzNy0uMjY1LjEzNy0uNDggMC0uMjAzLS4wNDYtLjM1Ni0uMTM5LS40NmEuNDM0LjQzNCAwIDAgMC0uMzQyLS4xNTguNDQuNDQgMCAwIDAtLjM0Ni4xNTZjLS4wOTIuMTA0LS4xMzguMjYxLS4xMzguNDcxWm0xLjU4Ni0uODJoLjQzMmwuNDMxIDEuMzEzLjQ3OS0xLjMxM2guNHYxLjY0aC0uMjc4di0xLjMybC0uNDg1IDEuMzJoLS4yNDlsLS40NTgtMS4zODN2MS4zODNoLS4yNzJ2LTEuNjRabTIuMDYzLjgyYzAtLjMwMy4wODQtLjUyOC4yNTMtLjY3NWEuNzYzLjc2MyAwIDAgMSAuNTE2LS4xODJjLjIyNSAwIC40MDkuMDc0LjU1Mi4yMjMuMTQzLjE0Ny4yMTUuMzUuMjE1LjYxMSAwIC4yMTEtLjAzMi4zNzctLjA5Ni40OTlhLjY2NS42NjUgMCAwIDEtLjI3Ni4yOC44MDEuODAxIDAgMCAxLS4zOTUuMTAxLjc0Ljc0IDAgMCAxLS41NTgtLjIyYy0uMTQxLS4xNDgtLjIxMS0uMzYtLjIxMS0uNjM3Wm0uMjg1IDBjMCAuMjEuMDQ2LjM2OC4xMzguNDczYS40NC40NCAwIDAgMCAuMzQ2LjE1Ni40MzguNDM4IDAgMCAwIC4zNDQtLjE1OGMuMDkyLS4xMDUuMTM3LS4yNjUuMTM3LS40OCAwLS4yMDMtLjA0Ni0uMzU2LS4xMzktLjQ2YS40MzQuNDM0IDAgMCAwLS4zNDItLjE1OC40NC40NCAwIDAgMC0uMzQ2LjE1NmMtLjA5Mi4xMDQtLjEzOC4yNjEtLjEzOC40NzFabTIuNzgtMS40OTguMjQ1LjAwNGMtLjAxMS4xMS0uMDM2LjE4Ni0uMDc0LjIzYS4yNTUuMjU1IDAgMCAxLS4xNDUuMDgzIDIuMDggMi4wOCAwIDAgMS0uMzQ4LjAxOWMtLjIyOSAwLS4zODYuMDIyLS40NjkuMDY2YS4zODYuMzg2IDAgMCAwLS4xODEuMjEzIDEuMTgzIDEuMTgzIDAgMCAwLS4wNi4zNzUuNzEuNzEgMCAwIDEgLjI0Ni0uMjMzLjYzMy42MzMgMCAwIDEgLjMxNi0uMDc5Yy4yMTUgMCAuMzkzLjA3NC41MzQuMjIzLjE0MS4xNDcuMjEyLjM0Ny4yMTIuNTk5YS45My45MyAwIDAgMS0uMTA3LjQ3Ljg1My44NTMgMCAwIDEtLjI1My4yODUuNjg5LjY4OSAwIDAgMS0uMzk3LjFjLS4xOTQgMC0uMzQ1LS4wNDQtLjQ1NC0uMTMzYS44NzIuODcyIDAgMCAxLS4yNDgtLjM0MmMtLjA1OC0uMTQtLjA4Ny0uMzgxLS4wODctLjcyNiAwLS40MzMuMDczLS43MjUuMjItLjg3Ni4xNDctLjE1LjM3My0uMjI1LjY3Ny0uMjI1LjE5IDAgLjI5Ny0uMDAzLjMyMy0uMDFhLjA2NS4wNjUgMCAwIDAgLjA1LS4wNDNabS0uMDE0IDEuNDkyYzAtLjE3LS4wNDEtLjMxLS4xMjItLjQyYS40LjQgMCAwIDAtLjM0Mi0uMTY0LjQxMy40MTMgMCAwIDAtLjM1NS4xNzMuNzc0Ljc3NCAwIDAgMC0uMTI1LjQ2MmMwIC4xOS4wNDYuMzM2LjEzOC40MzcuMDkyLjEuMjA2LjE1MS4zNDEuMTUxLjEzOCAwIC4yNS0uMDU4LjMzNS0uMTc0YS43NjguNzY4IDAgMCAwIC4xMy0uNDY1Wm0uNjI1LS44MTRoLjI3OHYxLjI1bC43Ny0xLjI1aC4zdjEuNjRoLS4yNzh2LTEuMjQzbC0uNzcxIDEuMjQzaC0uMjk5di0xLjY0Wm0xLjkwMiAwaDEuMjkxdjEuNjRoLS4yNzd2LTEuNDFoLS43MzZ2LjgxN2MwIC4xOS0uMDA2LjMxNi0uMDE5LjM3N2EuMjczLjI3MyAwIDAgMS0uMTAxLjE1OS4zNzQuMzc0IDAgMCAxLS4yNDEuMDY4IDIuMzQgMi4zNCAwIDAgMS0uMjI0LS4wMTN2LS4yMzFoLjEyMmEuMzE5LjMxOSAwIDAgMCAuMTIzLS4wMTcuMDkzLjA5MyAwIDAgMCAuMDUtLjA1N2MuMDA4LS4wMjYuMDEyLS4xMS4wMTItLjI1MnYtMS4wOFptMS43MDYgMGguMjc4di42NDFoLjM1MmMuMjMgMCAuNDA2LjA0NS41My4xMzRhLjQyNy40MjcgMCAwIDEgLjE4Ni4zNjguNDY1LjQ2NSAwIDAgMS0uMTU1LjM1MmMtLjEwMy4wOTctLjI2OS4xNDUtLjQ5Ni4xNDVoLS42OTV2LTEuNjRabS4yNzggMS40MTJoLjI5MmMuMTc2IDAgLjMwMS0uMDIyLjM3Ny0uMDY1YS4yMTcuMjE3IDAgMCAwIC4xMTItLjIwMy4yNi4yNiAwIDAgMC0uMDgzLS4xOWMtLjA1Ni0uMDU1LS4xNzktLjA4My0uMzY5LS4wODNoLS4zMjl2LjU0Wm0yLjI1Ni0xLjQxMmguMjc4djEuMjVsLjc3LTEuMjVoLjN2MS42NGgtLjI3OHYtMS4yNDNsLS43NzEgMS4yNDNoLS4yOTl2LTEuNjRabTIuNjQ4IDBoLjY0Yy4xNTggMCAuMjc1LjAxNC4zNTEuMDRhLjQxOC40MTggMCAwIDEgLjI4MS4zOTYuMzg0LjM4NCAwIDAgMS0uMTk1LjM1LjQxNC40MTQgMCAwIDEgLjI2OS4zOTVjLS4wMS4xNTYtLjA2Ni4yNzEtLjE2Ny4zNDYtLjEwMS4wNzUtLjI0Ny4xMTMtLjQ0LjExM2gtLjczOXYtMS42NFptLjI3OC42OWguMjk2Yy4xMTggMCAuMi0uMDA2LjI0NC0uMDE4YS4yNi4yNiAwIDAgMCAuMTE5LS4wNzQuMTkzLjE5MyAwIDAgMCAuMDUyLS4xMzZjMC0uMDg3LS4wMzEtLjE0Ny0uMDkyLS4xOC0uMDYxLS4wMzUtLjE2NS0uMDUyLS4zMTQtLjA1MmgtLjMwNXYuNDZabTAgLjcyMmguMzY1Yy4xNTggMCAuMjY2LS4wMTkuMzI1LS4wNTUuMDU4LS4wMzcuMDg5LS4xLjA5Mi0uMTkgMC0uMDUyLS4wMTctLjEtLjA1MS0uMTQ1YS4yMTYuMjE2IDAgMCAwLS4xMzItLjA4NSAxLjMyOCAxLjMyOCAwIDAgMC0uMjYzLS4wMThoLS4zMzZ2LjQ5M1ptMS4yNTktLjU5MmMwLS4zMDMuMDg1LS41MjguMjU0LS42NzVhLjc2Mi43NjIgMCAwIDEgLjUxNS0uMTgyYy4yMjYgMCAuNDEuMDc0LjU1My4yMjMuMTQzLjE0Ny4yMTUuMzUuMjE1LjYxMSAwIC4yMTEtLjAzMi4zNzctLjA5Ni40OTlhLjY3LjY3IDAgMCAxLS4yNzYuMjguODA1LjgwNSAwIDAgMS0uMzk2LjEwMS43NC43NCAwIDAgMS0uNTU3LS4yMmMtLjE0MS0uMTQ4LS4yMTItLjM2LS4yMTItLjYzN1ptLjI4NiAwYzAgLjIxLjA0Ni4zNjguMTM3LjQ3M2EuNDQyLjQ0MiAwIDAgMCAuMzQ2LjE1Ni40NC40NCAwIDAgMCAuMzQ1LS4xNThjLjA5MS0uMTA1LjEzNy0uMjY1LjEzNy0uNDggMC0uMjAzLS4wNDYtLjM1Ni0uMTM5LS40NmEuNDM3LjQzNyAwIDAgMC0uMzQzLS4xNTguNDQyLjQ0MiAwIDAgMC0uMzQ2LjE1NmMtLjA5MS4xMDQtLjEzNy4yNjEtLjEzNy40NzFabTEuNzI2LS44MmgxLjE0M3YxLjQxMmguMTc3di42OTNoLS4yMjh2LS40NjVoLTEuMjkxdi40NjVoLS4yMjh2LS42OTRoLjE0NmMuMTk2LS4yNjUuMjg5LS43MzUuMjgxLTEuNDFabS4yMzIuMjNjLS4wMjEuNTMyLS4xMDMuOTI2LS4yNDcgMS4xODFoLjg4MXYtMS4xOGgtLjYzNFptMS4zOTYtLjIzaC4yNzd2MS4yNWwuNzcxLTEuMjVoLjI5OXYxLjY0aC0uMjc3di0xLjI0M2wtLjc3MSAxLjI0M2gtLjI5OXYtMS42NFptMS42MTYgMGgxLjMzMnYuMjNoLS41Mjh2MS40MWgtLjI3NnYtMS40MWgtLjUyOHYtLjIzWm0yLjY4MyAxLjExMi4yODguMDM1YS43MDcuNzA3IDAgMCAxLS4yNTIuMzkxLjc1Ny43NTcgMCAwIDEtLjQ2OS4xNGMtLjI0IDAtLjQzMS0uMDc1LS41NzItLjIyMi0uMTQtLjE0OC0uMjEtLjM1NS0uMjEtLjYyMiAwLS4yNzYuMDcxLS40OS4yMTMtLjY0MmEuNzIzLjcyMyAwIDAgMSAuNTUzLS4yMjkuNy43IDAgMCAxIC41MzcuMjI0Yy4xMzkuMTUuMjA5LjM2LjIwOS42M2wtLjAwMi4wNzRoLTEuMjIyYy4wMS4xOC4wNjEuMzE4LjE1Mi40MTRhLjQ1Ni40NTYgMCAwIDAgLjM0My4xNDQuNDI1LjQyNSAwIDAgMCAuMjYxLS4wOC41MzIuNTMyIDAgMCAwIC4xNzEtLjI1N1ptLS45MTItLjQ1aC45MTZhLjU2NS41NjUgMCAwIDAtLjEwNS0uMzEuNDI4LjQyOCAwIDAgMC0uMzQ1LS4xNi40NDMuNDQzIDAgMCAwLS4zMjIuMTI4LjUwNi41MDYgMCAwIDAtLjE0NC4zNDNabTEuNTgxLS42NjJoMS4yOTF2MS42NGgtLjI3N3YtMS40MWgtLjczNnYuODE3YzAgLjE5LS4wMDYuMzE2LS4wMTkuMzc3YS4yNy4yNyAwIDAgMS0uMTAyLjE1OWMtLjA1NS4wNDUtLjEzNS4wNjgtLjI0LjA2OGEyLjM0IDIuMzQgMCAwIDEtLjIyNC0uMDEzdi0uMjMxaC4xMjJhLjMxOS4zMTkgMCAwIDAgLjEyMy0uMDE3LjA5Ni4wOTYgMCAwIDAgLjA1LS4wNTdjLjAwOC0uMDI2LjAxMi0uMTEuMDEyLS4yNTJ2LTEuMDhabTEuNzA2IDBoLjI3OHYuNjQxaC4zNTJjLjIzIDAgLjQwNi4wNDUuNTMuMTM0YS40MjcuNDI3IDAgMCAxIC4xODYuMzY4LjQ2Ni40NjYgMCAwIDEtLjE1Ni4zNTJjLS4xMDIuMDk3LS4yNjguMTQ1LS40OTUuMTQ1aC0uNjk1di0xLjY0Wm0uMjc4IDEuNDEyaC4yOTJjLjE3NiAwIC4zMDEtLjAyMi4zNzctLjA2NWEuMjE3LjIxNyAwIDAgMCAuMTEyLS4yMDMuMjY0LjI2NCAwIDAgMC0uMDgzLS4xOWMtLjA1Ni0uMDU1LS4xNzktLjA4My0uMzY5LS4wODNoLS4zMjl2LjU0Wm0yLjQ0Ni0uMzczLjI3My4wMzZhLjcxMy43MTMgMCAwIDEtLjIzLjQ0My42NjguNjY4IDAgMCAxLS40NTMuMTYuNzA1LjcwNSAwIDAgMS0uNTQxLS4yMmMtLjEzNi0uMTQ3LS4yMDQtLjM1OC0uMjA0LS42MzIgMC0uMTc3LjAyOS0uMzMyLjA4OC0uNDY0YS42MDQuNjA0IDAgMCAxIC4yNjctLjI5OGMuMTItLjA2Ny4yNTEtLjEuMzkyLS4xLjE3OCAwIC4zMjQuMDQ1LjQzNy4xMzUuMTEzLjA5LjE4Ni4yMTcuMjE4LjM4M2wtLjI3MS4wNDJhLjQ0LjQ0IDAgMCAwLS4xMzctLjI0OS4zNTEuMzUxIDAgMCAwLS4yMzYtLjA4My40My40MyAwIDAgMC0uMzQxLjE1MWMtLjA4OC4xLS4xMzIuMjU4LS4xMzIuNDc2IDAgLjIyLjA0My4zOC4xMjcuNDguMDg0LjEuMTk0LjE1LjMzLjE1YS4zOTEuMzkxIDAgMCAwIC4yNzQtLjEuNS41IDAgMCAwIC4xMzktLjMxWm0uNTA5LTEuMDM5aC4yNzh2LjcwOWMuMDg5IDAgLjE1LS4wMTcuMTg1LS4wNS4wMzYtLjAzNS4wODktLjEzNC4xNTgtLjI5N2ExLjE1IDEuMTUgMCAwIDEgLjEzMy0uMjU3LjI1NC4yNTQgMCAwIDEgLjExNy0uMDgzLjc0Ni43NDYgMCAwIDEgLjIxMy0uMDIyaC4wNTZ2LjIzbC0uMDc4LS4wMDFjLS4wNzMgMC0uMTIuMDEtLjE0LjAzMmEuNzg3Ljc4NyAwIDAgMC0uMDk5LjIwMy44NC44NCAwIDAgMS0uMTE2LjIyMi40NzIuNDcyIDAgMCAxLS4xNjIuMTEzYy4xMi4wMzEuMjM3LjE0My4zNTIuMzMzbC4zMDQuNTA4aC0uMzA1bC0uMjk3LS41MDhhLjY4OC42ODggMCAwIDAtLjE1OS0uMi4yNjcuMjY3IDAgMCAwLS4xNjItLjA1di43NThoLS4yNzh2LTEuNjRabTEuMzg1IDBoLjI3OHYxLjI1bC43Ny0xLjI1aC4zdjEuNjRoLS4yNzh2LTEuMjQzbC0uNzcgMS4yNDNoLS4zdi0xLjY0Wm0yLjg4OSAxLjExMi4yODcuMDM1YS42OTcuNjk3IDAgMCAxLS4yNTIuMzkxLjc1NS43NTUgMCAwIDEtLjQ2OS4xNGMtLjI0IDAtLjQzLS4wNzUtLjU3MS0uMjIyLS4xNC0uMTQ4LS4yMS0uMzU1LS4yMS0uNjIyIDAtLjI3Ni4wNzEtLjQ5LjIxMy0uNjQyYS43Mi43MiAwIDAgMSAuNTUyLS4yMjljLjIyIDAgLjM5OS4wNzUuNTM4LjIyNC4xMzkuMTUuMjA4LjM2LjIwOC42M2wtLjAwMS4wNzRoLTEuMjIzYy4wMS4xOC4wNjEuMzE4LjE1My40MTRhLjQ1NC40NTQgMCAwIDAgLjM0Mi4xNDQuNDI1LjQyNSAwIDAgMCAuMjYxLS4wOC41MzMuNTMzIDAgMCAwIC4xNzItLjI1N1ptLS45MTMtLjQ1aC45MTZhLjU2NS41NjUgMCAwIDAtLjEwNS0uMzEuNDI2LjQyNiAwIDAgMC0uMzQ0LS4xNi40NDQuNDQ0IDAgMCAwLS4zMjMuMTI4LjUxLjUxIDAgMCAwLS4xNDQuMzQzWm0yLjQzMi0uNjYyaDEuMjk0djEuNjRoLS4yNzh2LTEuNDFoLS43Mzh2MS40MWgtLjI3OHYtMS42NFptMS43MTIgMi4yNjh2LTIuMjY4aC4yNTN2LjIxM2EuNjIyLjYyMiAwIDAgMSAuMjAzLS4xODYuNTQ5LjU0OSAwIDAgMSAuMjczLS4wNjRjLjE0IDAgLjI2My4wMzYuMzcxLjEwOGEuNjY1LjY2NSAwIDAgMSAuMjQyLjMwNmMuMDU0LjEzLjA4Mi4yNzQuMDgyLjQzIDAgLjE2OS0uMDMxLjMyLS4wOTEuNDU1YS42ODQuNjg0IDAgMCAxLS42MjQuNDE1LjUyNi41MjYgMCAwIDEtLjI1LS4wNTkuNTguNTggMCAwIDEtLjE4MS0uMTQ4di43OThoLS4yNzhabS4yNTItMS40MzljMCAuMjExLjA0My4zNjcuMTI4LjQ2OC4wODUuMTAxLjE4OS4xNTIuMzEuMTUyYS40MDEuNDAxIDAgMCAwIC4zMTctLjE1NmMuMDg4LS4xMDUuMTMzLS4yNjcuMTMzLS40ODcgMC0uMjA5LS4wNDQtLjM2NS0uMTMtLjQ3YS4zODYuMzg2IDAgMCAwLS4zMDctLjE1NWMtLjExOSAwLS4yMjQuMDU2LS4zMTUuMTY3LS4wOTEuMTEtLjEzNi4yNy0uMTM2LjQ4MVptMi41NzguNjA5YTEuMDMgMS4wMyAwIDAgMS0uMjk4LjE4NS44NDUuODQ1IDAgMCAxLS4zMDUuMDU0Yy0uMTggMC0uMzE5LS4wNDQtLjQxNi0uMTMxYS40NC40NCAwIDAgMS0uMTQ1LS4zMzguNDUuNDUgMCAwIDEgLjE5OC0uMzhjLjA2LS4wNC4xMjYtLjA3LjIwMS0uMDkxLjA1NC0uMDE1LjEzNi0uMDI5LjI0Ny0uMDQyLjIyNC0uMDI3LjM4OS0uMDU5LjQ5NS0uMDk2bC4wMDItLjA3MmMwLS4xMTMtLjAyNy0uMTkzLS4wNzktLjI0LS4wNzEtLjA2Mi0uMTc3LS4wOTQtLjMxNy0uMDk0LS4xMyAwLS4yMjcuMDI0LS4yOS4wNy0uMDYyLjA0NS0uMTA3LjEyNi0uMTM3LjI0MmwtLjI3Mi0uMDM3YS42NjUuNjY1IDAgMCAxIC4xMjItLjI4LjUyNS41MjUgMCAwIDEgLjI0Ni0uMTY2IDEuMDggMS4wOCAwIDAgMSAuMzcyLS4wNTljLjE0IDAgLjI1My4wMTcuMzQxLjA1YS40NDguNDQ4IDAgMCAxIC4xOTMuMTI1Yy4wNDEuMDUuMDcuMTEyLjA4Ni4xODguMDEuMDQ3LjAxNC4xMzMuMDE0LjI1NnYuMzcxYzAgLjI1OC4wMDYuNDIyLjAxNy40OWEuNjI0LjYyNCAwIDAgMCAuMDcxLjE5N2gtLjI5YS42MDIuNjAyIDAgMCAxLS4wNTYtLjIwMlptLS4wMjMtLjYyYTIuMDM1IDIuMDM1IDAgMCAxLS40NTQuMTA0IDEuMDQgMS4wNCAwIDAgMC0uMjQyLjA1Ni4yMzguMjM4IDAgMCAwLS4xNDguMjIyYzAgLjA3NC4wMjcuMTM2LjA4My4xODUuMDU3LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTgyLjU4MiAwIDAgMCAuMjg2LS4wNy40MzcuNDM3IDAgMCAwIC4xODMtLjE5Mi42NjguNjY4IDAgMCAwIC4wNDUtLjI3OHYtLjEwMlptLjcxNS0uODE4aC42NDFjLjE1NyAwIC4yNzQuMDE0LjM1LjA0YS40MTguNDE4IDAgMCAxIC4yODEuMzk2LjQxMi40MTIgMCAwIDEtLjA0OS4yMDUuMzkxLjM5MSAwIDAgMS0uMTQ1LjE0NS4zNzYuMzc2IDAgMCAxIC4xOTEuMTQ1Yy4wNTIuMDcuMDc3LjE1NC4wNzcuMjUtLjAxLjE1Ni0uMDY2LjI3MS0uMTY2LjM0Ni0uMTAxLjA3NS0uMjQ4LjExMy0uNDQuMTEzaC0uNzR2LTEuNjRabS4yNzguNjloLjI5NmMuMTE5IDAgLjItLjAwNi4yNDQtLjAxOGEuMjU1LjI1NSAwIDAgMCAuMTE5LS4wNzQuMTk0LjE5NCAwIDAgMCAuMDUzLS4xMzZjMC0uMDg3LS4wMzEtLjE0Ny0uMDkzLS4xOC0uMDYxLS4wMzUtLjE2NS0uMDUyLS4zMTMtLjA1MmgtLjMwNnYuNDZabTAgLjcyMmguMzY2Yy4xNTcgMCAuMjY1LS4wMTkuMzI0LS4wNTUuMDU5LS4wMzcuMDktLjEuMDkzLS4xOSAwLS4wNTItLjAxNy0uMS0uMDUxLS4xNDVhLjIxNS4yMTUgMCAwIDAtLjEzMy0uMDg1IDEuMzIzIDEuMzIzIDAgMCAwLS4yNjItLjAxOGgtLjMzN3YuNDkzWm0yLjQzMy4wMjZhMS4wMyAxLjAzIDAgMCAxLS4yOTguMTg1Ljg0NS44NDUgMCAwIDEtLjMwNS4wNTRjLS4xODEgMC0uMzE5LS4wNDQtLjQxNi0uMTMxYS40MzcuNDM3IDAgMCAxLS4xNDUtLjMzOC40NS40NSAwIDAgMSAuMTk4LS4zOC42NzYuNjc2IDAgMCAxIC4yLS4wOTEgMi4wMSAyLjAxIDAgMCAxIC4yNDctLjA0MmMuMjI1LS4wMjcuMzktLjA1OS40OTYtLjA5NmwuMDAyLS4wNzJjMC0uMTEzLS4wMjctLjE5My0uMDc5LS4yNC0uMDcxLS4wNjItLjE3Ny0uMDk0LS4zMTctLjA5NC0uMTMgMC0uMjI3LjAyNC0uMjkuMDctLjA2Mi4wNDUtLjEwOC4xMjYtLjEzNy4yNDJsLS4yNzItLjAzN2EuNjY1LjY2NSAwIDAgMSAuMTIyLS4yOC41MjEuNTIxIDAgMCAxIC4yNDUtLjE2NiAxLjA4IDEuMDggMCAwIDEgLjM3Mi0uMDU5Yy4xNCAwIC4yNTQuMDE3LjM0Mi4wNWEuNDQ4LjQ0OCAwIDAgMSAuMTkzLjEyNWMuMDQxLjA1LjA3LjExMi4wODYuMTg4LjAwOS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42MjQuNjI0IDAgMCAwIC4wNzEuMTk3aC0uMjlhLjU4LjU4IDAgMCAxLS4wNTYtLjIwMlptLS4wMjMtLjYyYTIuMDM1IDIuMDM1IDAgMCAxLS40NTQuMTA0IDEuMDQgMS4wNCAwIDAgMC0uMjQyLjA1Ni4yMzguMjM4IDAgMCAwLS4xNDkuMjIyYzAgLjA3NC4wMjguMTM2LjA4NC4xODUuMDU2LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTgyLjU4MiAwIDAgMCAuMjg2LS4wNy40MzcuNDM3IDAgMCAwIC4xODMtLjE5Mi42NjguNjY4IDAgMCAwIC4wNDUtLjI3OHYtLjEwMlptMS41OTItLjgxOGguMjc4di43MDljLjA4OCAwIC4xNS0uMDE3LjE4NS0uMDUuMDM2LS4wMzUuMDg5LS4xMzQuMTU4LS4yOTdhMS4xNiAxLjE2IDAgMCAxIC4xMzItLjI1Ny4yNTIuMjUyIDAgMCAxIC4xMTgtLjA4My43NDYuNzQ2IDAgMCAxIC4yMTMtLjAyMmguMDU1di4yM2wtLjA3Ny0uMDAxYy0uMDczIDAtLjEyLjAxLS4xNC4wMzJhLjc4Ny43ODcgMCAwIDAtLjA5OS4yMDMuODQuODQgMCAwIDEtLjExNi4yMjIuNDcyLjQ3MiAwIDAgMS0uMTYyLjExM2MuMTE5LjAzMS4yMzcuMTQzLjM1Mi4zMzNsLjMwNC41MDhoLS4zMDZsLS4yOTYtLjUwOGEuNjg4LjY4OCAwIDAgMC0uMTU5LS4yLjI2Ny4yNjcgMCAwIDAtLjE2Mi0uMDV2Ljc1OGgtLjI3OHYtMS42NFptMi41MjYgMS40MzhjLS4xMDMuMDg3LS4yMDMuMTQ5LS4yOTguMTg1YS44NTQuODU0IDAgMCAxLS4zMDYuMDU0Yy0uMTggMC0uMzE4LS4wNDQtLjQxNS0uMTMxYS40MzcuNDM3IDAgMCAxLS4xNDUtLjMzOC40NS40NSAwIDAgMSAuMTk3LS4zOGMuMDYtLjA0LjEyNy0uMDcuMjAxLS4wOTFhMi4wMSAyLjAxIDAgMCAxIC4yNDctLjA0MmMuMjI0LS4wMjcuMzktLjA1OS40OTYtLjA5NmwuMDAxLS4wNzJjMC0uMTEzLS4wMjYtLjE5My0uMDc5LS4yNC0uMDcxLS4wNjItLjE3Ni0uMDk0LS4zMTYtLjA5NC0uMTMxIDAtLjIyOC4wMjQtLjI5LjA3LS4wNjIuMDQ1LS4xMDguMTI2LS4xMzguMjQybC0uMjcyLS4wMzdhLjY3OC42NzggMCAwIDEgLjEyMi0uMjguNTMuNTMgMCAwIDEgLjI0Ni0uMTY2IDEuMDggMS4wOCAwIDAgMSAuMzcyLS4wNTljLjE0IDAgLjI1NC4wMTcuMzQxLjA1YS40NDIuNDQyIDAgMCAxIC4xOTMuMTI1LjQ0LjQ0IDAgMCAxIC4wODcuMTg4Yy4wMDkuMDQ3LjAxNC4xMzMuMDE0LjI1NnYuMzcxYzAgLjI1OC4wMDUuNDIyLjAxNy40OWEuNjI0LjYyNCAwIDAgMCAuMDcxLjE5N2gtLjI5MWEuNjAyLjYwMiAwIDAgMS0uMDU1LS4yMDJabS0uMDIzLS42MmEyLjA1IDIuMDUgMCAwIDEtLjQ1NC4xMDQgMS4wNTEgMS4wNTEgMCAwIDAtLjI0My4wNTYuMjM2LjIzNiAwIDAgMC0uMTA5LjA5LjIzMi4yMzIgMCAwIDAtLjAzOS4xMzIuMjQuMjQgMCAwIDAgLjA4My4xODVjLjA1Ny4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU3Ni41NzYgMCAwIDAgLjI4Ni0uMDcuNDQuNDQgMCAwIDAgLjE4NC0uMTkyLjY2OC42NjggMCAwIDAgLjA0NS0uMjc4di0uMTAyWm0uNDkyLS44MThoMS4zMzN2LjIzaC0uNTI4djEuNDFoLS4yNzd2LTEuNDFoLS41Mjh2LS4yM1ptMi42ODQgMS4xMTIuMjg3LjAzNWEuNzAyLjcwMiAwIDAgMS0uMjUyLjM5MS43NTUuNzU1IDAgMCAxLS40NjkuMTRjLS4yNCAwLS40MzEtLjA3NS0uNTcyLS4yMjItLjE0LS4xNDgtLjIxLS4zNTUtLjIxLS42MjIgMC0uMjc2LjA3MS0uNDkuMjEzLS42NDJhLjcyNC43MjQgMCAwIDEgLjU1My0uMjI5Yy4yMTkgMCAuMzk5LjA3NS41MzguMjI0LjEzOC4xNS4yMDguMzYuMjA4LjYzbC0uMDAyLjA3NGgtMS4yMjJjLjAxLjE4LjA2MS4zMTguMTUyLjQxNGEuNDU2LjQ1NiAwIDAgMCAuMzQzLjE0NC40MjUuNDI1IDAgMCAwIC4yNjEtLjA4LjU0LjU0IDAgMCAwIC4xNzItLjI1N1ptLS45MTMtLjQ1aC45MTZhLjU2NS41NjUgMCAwIDAtLjEwNS0uMzEuNDI4LjQyOCAwIDAgMC0uMzQ1LS4xNi40NDMuNDQzIDAgMCAwLS4zMjIuMTI4LjUwNi41MDYgMCAwIDAtLjE0NC4zNDNabTEuNTUyLS42NjJoLjk0M3YuMjNoLS42NjV2MS40MWgtLjI3OHYtMS42NFptLjk3OS44MmMwLS4zMDMuMDg0LS41MjguMjUzLS42NzVhLjc2Mi43NjIgMCAwIDEgLjUxNS0uMTgyYy4yMjYgMCAuNDEuMDc0LjU1My4yMjMuMTQzLjE0Ny4yMTUuMzUuMjE1LjYxMSAwIC4yMTEtLjAzMi4zNzctLjA5Ni40OTlhLjY3LjY3IDAgMCAxLS4yNzYuMjguODAyLjgwMiAwIDAgMS0uMzk2LjEwMS43NC43NCAwIDAgMS0uNTU3LS4yMmMtLjE0MS0uMTQ4LS4yMTEtLjM2LS4yMTEtLjYzN1ptLjI4NSAwYzAgLjIxLjA0Ni4zNjguMTM4LjQ3M2EuNDQuNDQgMCAwIDAgLjM0NS4xNTYuNDQuNDQgMCAwIDAgLjM0NS0uMTU4Yy4wOTEtLjEwNS4xMzctLjI2NS4xMzctLjQ4IDAtLjIwMy0uMDQ2LS4zNTYtLjEzOS0uNDZhLjQzNi40MzYgMCAwIDAtLjM0My0uMTU4LjQ0LjQ0IDAgMCAwLS4zNDUuMTU2Yy0uMDkyLjEwNC0uMTM4LjI2MS0uMTM4LjQ3MVptMS41NzggMS40NDh2LTIuMjY4aC4yNTN2LjIxM2EuNjEyLjYxMiAwIDAgMSAuMjAzLS4xODYuNTQ5LjU0OSAwIDAgMSAuMjczLS4wNjRjLjE0IDAgLjI2My4wMzYuMzcuMTA4YS42NjcuNjY3IDAgMCAxIC4yNDMuMzA2Yy4wNTQuMTMuMDgyLjI3NC4wODIuNDMgMCAuMTY5LS4wMzEuMzItLjA5MS40NTVhLjY4NC42ODQgMCAwIDEtLjYyNC40MTUuNTI2LjUyNiAwIDAgMS0uMjUtLjA1OS41NjkuNTY5IDAgMCAxLS4xODEtLjE0OHYuNzk4aC0uMjc4Wm0uMjUyLTEuNDM5YzAgLjIxMS4wNDMuMzY3LjEyOC40NjguMDg1LjEwMS4xODkuMTUyLjMxLjE1MmEuNDAxLjQwMSAwIDAgMCAuMzE3LS4xNTZjLjA4OC0uMTA1LjEzMy0uMjY3LjEzMy0uNDg3IDAtLjIwOS0uMDQ0LS4zNjUtLjEzLS40N2EuMzg3LjM4NyAwIDAgMC0uMzA3LS4xNTVjLS4xMTkgMC0uMjI0LjA1Ni0uMzE1LjE2Ny0uMDkxLjExLS4xMzYuMjctLjEzNi40ODFabTEuNTA4LS44MjloLjI3OHYxLjI1bC43NzEtMS4yNWguMjk5djEuNjRoLS4yNzh2LTEuMjQzbC0uNzcgMS4yNDNoLS4zdi0xLjY0Wm0xLjc2NyAwaC4yNzd2MS4yNWwuNzcxLTEuMjVoLjI5OXYxLjY0aC0uMjc4di0xLjI0M2wtLjc3IDEuMjQzaC0uMjk5di0xLjY0Wm0yLjY2OSAxLjY0di0yLjI2M2guODQ5Yy4xNzMgMCAuMzEyLjAyMy40MTYuMDdhLjUyOS41MjkgMCAwIDEgLjI0NS4yMWMuMDYuMDk1LjA5LjE5NS4wOS4yOTlhLjUxOC41MTggMCAwIDEtLjA3OS4yNzMuNTY2LjU2NiAwIDAgMS0uMjM4LjIwNy41NDguNTQ4IDAgMCAxIC40MjYuNTQ4LjY1LjY1IDAgMCAxLS4wNjguMjk2LjU2My41NjMgMCAwIDEtLjE2NS4yMS43MDUuNzA1IDAgMCAxLS4yNDkuMTEzIDEuNTIgMS41MiAwIDAgMS0uMzY0LjAzN2gtLjg2M1ptLjMtMS4zMTJoLjQ4OWMuMTMzIDAgLjIyOC0uMDEuMjg2LS4wMjdhLjMxMi4zMTIgMCAwIDAgLjE3MS0uMTEyLjMyMy4zMjMgMCAwIDAgLjA1OS0uMTk4LjM2LjM2IDAgMCAwLS4wNTQtLjE5OC4yNy4yNyAwIDAgMC0uMTU1LS4xMTcgMS4yNTcgMS4yNTcgMCAwIDAtLjM0NC0uMDMyaC0uNDUydi42ODRabTAgMS4wNDVoLjU2M2MuMDk3IDAgLjE2NS0uMDA0LjIwNC0uMDFhLjQ5LjQ5IDAgMCAwIC4xNzMtLjA2My4zMzIuMzMyIDAgMCAwIC4xMTQtLjEyNS4zOTcuMzk3IDAgMCAwIC4wNDUtLjE5MS4zNzQuMzc0IDAgMCAwLS4wNjUtLjIyLjMzNC4zMzQgMCAwIDAtLjE4MS0uMTMgMS4wOCAxLjA4IDAgMCAwLS4zMy0uMDRoLS41MjN2Ljc3OVptMS44NjUuMjY3Vjk4LjZoLjMxNnYuMzE2aC0uMzE2Wm0xLjcyMS0yLjI2M2guMjcydjEuNzkybDEuMjA0LTEuNzkyaC4zMDF2Mi4yNjNoLS4yNzJ2LTEuNzg4bC0xLjIwNSAxLjc4OGgtLjN2LTIuMjYzWm0zLjMwMyAxLjY2Mi4yNzMuMDM2YS43MTMuNzEzIDAgMCAxLS4yMy40NDMuNjY3LjY2NyAwIDAgMS0uNDUyLjE2LjcwNi43MDYgMCAwIDEtLjU0Mi0uMjJjLS4xMzYtLjE0Ny0uMjA0LS4zNTgtLjIwNC0uNjMyIDAtLjE3Ny4wMjktLjMzMi4wODgtLjQ2NGEuNjA0LjYwNCAwIDAgMSAuMjY3LS4yOThjLjEyLS4wNjcuMjUxLS4xLjM5Mi0uMS4xNzggMCAuMzI0LjA0NS40MzcuMTM1LjExMy4wOS4xODYuMjE3LjIxOC4zODNsLS4yNy4wNDJhLjQ0Ny40NDcgMCAwIDAtLjEzOC0uMjQ5LjM1LjM1IDAgMCAwLS4yMzYtLjA4My40My40MyAwIDAgMC0uMzQxLjE1MWMtLjA4OC4xLS4xMzIuMjU4LS4xMzIuNDc2IDAgLjIyLjA0My4zOC4xMjcuNDguMDg0LjEuMTk1LjE1LjMzLjE1YS4zOS4zOSAwIDAgMCAuMjc0LS4xLjUuNSAwIDAgMCAuMTM5LS4zMVptLjUwOS0xLjAzOWguMjc4di43MDljLjA4OSAwIC4xNS0uMDE3LjE4NS0uMDUuMDM2LS4wMzUuMDg5LS4xMzQuMTU4LS4yOTdhMS4xNSAxLjE1IDAgMCAxIC4xMzMtLjI1Ny4yNTQuMjU0IDAgMCAxIC4xMTctLjA4My43NDYuNzQ2IDAgMCAxIC4yMTMtLjAyMmguMDU2di4yM2wtLjA3OC0uMDAxYy0uMDczIDAtLjEyLjAxLS4xNC4wMzJhLjc4Ny43ODcgMCAwIDAtLjA5OS4yMDMuODQuODQgMCAwIDEtLjExNi4yMjIuNDcyLjQ3MiAwIDAgMS0uMTYyLjExM2MuMTIuMDMxLjIzNy4xNDMuMzUyLjMzM2wuMzA0LjUwOGgtLjMwNWwtLjI5Ny0uNTA4YS42ODguNjg4IDAgMCAwLS4xNTktLjIuMjY3LjI2NyAwIDAgMC0uMTYyLS4wNXYuNzU4aC0uMjc4di0xLjY0Wm0xLjM4NSAyLjI2OHYtMi4yNjhoLjI1M3YuMjEzYS42MTIuNjEyIDAgMCAxIC4yMDMtLjE4Ni41NDkuNTQ5IDAgMCAxIC4yNzMtLjA2NGMuMTQgMCAuMjYzLjAzNi4zNy4xMDhhLjY2Ny42NjcgMCAwIDEgLjI0My4zMDZjLjA1NC4xMy4wODIuMjc0LjA4Mi40MyAwIC4xNjktLjAzMS4zMi0uMDkxLjQ1NWEuNjg0LjY4NCAwIDAgMS0uNjI0LjQxNS41MjYuNTI2IDAgMCAxLS4yNS0uMDU5LjU2OS41NjkgMCAwIDEtLjE4MS0uMTQ4di43OThoLS4yNzhabS4yNTItMS40MzljMCAuMjExLjA0Mi4zNjcuMTI4LjQ2OC4wODUuMTAxLjE4OS4xNTIuMzEuMTUyYS40MDEuNDAxIDAgMCAwIC4zMTctLjE1NmMuMDg4LS4xMDUuMTMzLS4yNjcuMTMzLS40ODcgMC0uMjA5LS4wNDQtLjM2NS0uMTMtLjQ3YS4zODcuMzg3IDAgMCAwLS4zMDctLjE1NWMtLjExOSAwLS4yMjQuMDU2LS4zMTUuMTY3LS4wOTEuMTEtLjEzNi4yNy0uMTM2LjQ4MVptMi42MzEuMjgzLjI4Ny4wMzVhLjY5Ny42OTcgMCAwIDEtLjI1Mi4zOTEuNzU1Ljc1NSAwIDAgMS0uNDY5LjE0Yy0uMjQgMC0uNDMtLjA3NS0uNTcxLS4yMjItLjE0LS4xNDgtLjIxLS4zNTUtLjIxLS42MjIgMC0uMjc2LjA3MS0uNDkuMjEzLS42NDJhLjcyLjcyIDAgMCAxIC41NTItLjIyOWMuMjIgMCAuMzk5LjA3NS41MzguMjI0LjEzOS4xNS4yMDguMzYuMjA4LjYzbC0uMDAxLjA3NGgtMS4yMjNjLjAxLjE4LjA2MS4zMTguMTUzLjQxNGEuNDUyLjQ1MiAwIDAgMCAuMzQyLjE0NC40MjUuNDI1IDAgMCAwIC4yNjEtLjA4LjU0LjU0IDAgMCAwIC4xNzItLjI1N1ptLS45MTMtLjQ1aC45MTZhLjU2NS41NjUgMCAwIDAtLjEwNS0uMzEuNDI4LjQyOCAwIDAgMC0uMzQ1LS4xNi40NDMuNDQzIDAgMCAwLS4zMjIuMTI4LjUwNi41MDYgMCAwIDAtLjE0NC4zNDNabTEuNTUyLS42NjJoLjI3OHYuNjgzaC43N3YtLjY4M2guMjc4djEuNjRoLS4yNzh2LS43MjdoLS43N3YuNzI3aC0uMjc4di0xLjY0Wm0xLjc0OCAwaC4yNzh2LjY4M2guNzd2LS42ODNoLjI3OHYxLjY0aC0uMjc4di0uNzI3aC0uNzd2LjcyN2gtLjI3OHYtMS42NFptMi44NjggMS4xMTIuMjg3LjAzNWEuNy43IDAgMCAxLS4yNTEuMzkxLjc1OC43NTggMCAwIDEtLjQ3LjE0Yy0uMjM5IDAtLjQzLS4wNzUtLjU3MS0uMjIyLS4xNC0uMTQ4LS4yMS0uMzU1LS4yMS0uNjIyIDAtLjI3Ni4wNzEtLjQ5LjIxMy0uNjQyYS43MjMuNzIzIDAgMCAxIC41NTMtLjIyOS43LjcgMCAwIDEgLjUzNy4yMjRjLjEzOS4xNS4yMDkuMzYuMjA5LjYzbC0uMDAyLjA3NGgtMS4yMjNjLjAxMS4xOC4wNjIuMzE4LjE1My40MTRhLjQ1Ni40NTYgMCAwIDAgLjM0My4xNDQuNDI1LjQyNSAwIDAgMCAuMjYxLS4wOC41MzIuNTMyIDAgMCAwIC4xNzEtLjI1N1ptLS45MTItLjQ1aC45MTVhLjU1LjU1IDAgMCAwLS4xMDUtLjMxLjQyNS40MjUgMCAwIDAtLjM0NC0uMTYuNDQ1LjQ0NSAwIDAgMC0uMzIzLjEyOC41MS41MSAwIDAgMC0uMTQzLjM0M1ptMi42NzIuNDUuMjg4LjAzNWEuNzA3LjcwNyAwIDAgMS0uMjUyLjM5MS43NTcuNzU3IDAgMCAxLS40NjkuMTRjLS4yNCAwLS40MzEtLjA3NS0uNTcyLS4yMjItLjE0LS4xNDgtLjIxLS4zNTUtLjIxLS42MjIgMC0uMjc2LjA3MS0uNDkuMjEzLS42NDJhLjcyMy43MjMgMCAwIDEgLjU1My0uMjI5LjcuNyAwIDAgMSAuNTM3LjIyNGMuMTM5LjE1LjIwOS4zNi4yMDkuNjNsLS4wMDIuMDc0aC0xLjIyM2MuMDExLjE4LjA2Mi4zMTguMTUzLjQxNGEuNDU2LjQ1NiAwIDAgMCAuMzQzLjE0NC40MjUuNDI1IDAgMCAwIC4yNjEtLjA4LjUzMi41MzIgMCAwIDAgLjE3MS0uMjU3Wm0tLjkxMi0uNDVoLjkxNWEuNTUuNTUgMCAwIDAtLjEwNS0uMzEuNDI1LjQyNSAwIDAgMC0uMzQ0LS4xNi40NDcuNDQ3IDAgMCAwLS4zMjMuMTI4LjUxLjUxIDAgMCAwLS4xNDMuMzQzWm0zLjQyMS0uNjYydi43MDljLjA4OSAwIC4xNTEtLjAxNy4xODctLjA1LjAzNi0uMDM1LjA4OS0uMTM0LjE1OC0uMjk3LjA2NC0uMTU2LjEyMy0uMjU1LjE3NC0uMjk4LjA1MS0uMDQzLjEzMS0uMDY0LjI0MS0uMDY0aC4xMDJ2LjIzbC0uMDc2LS4wMDFjLS4wNzQgMC0uMTIxLjAxLS4xNDIuMDMyYS44NjQuODY0IDAgMCAwLS4wOTkuMjAzLjgxOS44MTkgMCAwIDEtLjExNC4yMjIuNDYzLjQ2MyAwIDAgMS0uMTY0LjExM2MuMTIxLjAzMS4yMzguMTQzLjM1Mi4zMzNsLjMwNi41MDhoLS4zMDZsLS4yOTgtLjUwOGEuNjUzLjY1MyAwIDAgMC0uMTU5LS4yMDIuMjczLjI3MyAwIDAgMC0uMTYyLS4wNDh2Ljc1OGgtLjI4NHYtLjc1OGEuMjY5LjI2OSAwIDAgMC0uMTYuMDQ4LjYyOS42MjkgMCAwIDAtLjE1OS4yMDJsLS4yOTguNTA4aC0uMzA2bC4zMDQtLjUwOGMuMTE1LS4xOS4yMzMtLjMwMi4zNTQtLjMzM2EuNDQuNDQgMCAwIDEtLjE3My0uMTI0IDEuNzEyIDEuNzEyIDAgMCAxLS4xNDgtLjMyMWMtLjAyMy0uMDU3LS4wNDctLjA5Mi0uMDczLS4xMDVhLjI3NC4yNzQgMCAwIDAtLjExOS0uMDJsLS4wODIuMDAxdi0uMjNoLjAzOWMuMTA3IDAgLjE4Mi4wMDcuMjI1LjAyLjA0NS4wMTMuMDg0LjA0LjExOC4wODIuMDM1LjA0MS4wOC4xMjguMTM1LjI2LjA2OC4xNjEuMTIuMjYuMTU1LjI5NC4wMzYuMDM1LjA5OS4wNTMuMTg4LjA1M3YtLjcwOWguMjg0Wm0yLjI0NyAxLjExMi4yODcuMDM1YS42OTcuNjk3IDAgMCAxLS4yNTIuMzkxLjc1NS43NTUgMCAwIDEtLjQ2OS4xNGMtLjI0IDAtLjQzLS4wNzUtLjU3MS0uMjIyLS4xNC0uMTQ4LS4yMS0uMzU1LS4yMS0uNjIyIDAtLjI3Ni4wNzEtLjQ5LjIxMy0uNjQyYS43Mi43MiAwIDAgMSAuNTUyLS4yMjljLjIyIDAgLjM5OS4wNzUuNTM4LjIyNC4xMzkuMTUuMjA4LjM2LjIwOC42M2wtLjAwMS4wNzRoLTEuMjIzYy4wMS4xOC4wNjEuMzE4LjE1My40MTRhLjQ1NC40NTQgMCAwIDAgLjM0Mi4xNDQuNDI1LjQyNSAwIDAgMCAuMjYxLS4wOC41MzMuNTMzIDAgMCAwIC4xNzItLjI1N1ptLS45MTMtLjQ1aC45MTZhLjU2NS41NjUgMCAwIDAtLjEwNS0uMzEuNDI2LjQyNiAwIDAgMC0uMzQ0LS4xNi40NDQuNDQ0IDAgMCAwLS4zMjMuMTI4LjUxLjUxIDAgMCAwLS4xNDQuMzQzWm0xLjU4MS0uNjYyaDEuMjkxdjEuNjRoLS4yNzZ2LTEuNDFoLS43Mzd2LjgxN2MwIC4xOS0uMDA2LjMxNi0uMDE4LjM3N2EuMjguMjggMCAwIDEtLjEwMi4xNTkuMzc0LjM3NCAwIDAgMS0uMjQxLjA2OCAyLjM0IDIuMzQgMCAwIDEtLjIyNC0uMDEzdi0uMjMxaC4xMjJhLjMyNS4zMjUgMCAwIDAgLjEyNC0uMDE3LjA5NS4wOTUgMCAwIDAgLjA0OS0uMDU3Yy4wMDgtLjAyNi4wMTItLjExLjAxMi0uMjUydi0xLjA4Wm0yLjc4MSAxLjQzOGExLjAzIDEuMDMgMCAwIDEtLjI5OC4xODUuODU0Ljg1NCAwIDAgMS0uMzA2LjA1NGMtLjE4IDAtLjMxOC0uMDQ0LS40MTUtLjEzMWEuNDM3LjQzNyAwIDAgMS0uMTQ1LS4zMzguNDUuNDUgMCAwIDEgLjE5Ny0uMzhjLjA2LS4wNC4xMjctLjA3LjIwMS0uMDkxYTIuMDEgMi4wMSAwIDAgMSAuMjQ3LS4wNDJjLjIyNS0uMDI3LjM5LS4wNTkuNDk2LS4wOTZsLjAwMS0uMDcyYzAtLjExMy0uMDI2LS4xOTMtLjA3OC0uMjQtLjA3MS0uMDYyLS4xNzctLjA5NC0uMzE3LS4wOTQtLjEzMSAwLS4yMjcuMDI0LS4yOS4wNy0uMDYyLjA0NS0uMTA4LjEyNi0uMTM4LjI0MmwtLjI3MS0uMDM3YS42NTMuNjUzIDAgMCAxIC4xMjItLjI4LjUyMS41MjEgMCAwIDEgLjI0NS0uMTY2IDEuMDggMS4wOCAwIDAgMSAuMzcyLS4wNTljLjE0IDAgLjI1NC4wMTcuMzQxLjA1YS40NDIuNDQyIDAgMCAxIC4xOTMuMTI1Yy4wNDIuMDUuMDcuMTEyLjA4Ny4xODguMDA5LjA0Ny4wMTQuMTMzLjAxNC4yNTZ2LjM3MWMwIC4yNTguMDA1LjQyMi4wMTcuNDlhLjYyNC42MjQgMCAwIDAgLjA3MS4xOTdoLS4yOWEuNTguNTggMCAwIDEtLjA1Ni0uMjAyWm0tLjAyMy0uNjJhMi4wMzUgMi4wMzUgMCAwIDEtLjQ1NC4xMDQgMS4wNjUgMS4wNjUgMCAwIDAtLjI0My4wNTYuMjQuMjQgMCAwIDAtLjE0OC4yMjJjMCAuMDc0LjAyOC4xMzYuMDg0LjE4NS4wNTYuMDUuMTM5LjA3NC4yNDcuMDc0YS41NzUuNTc1IDAgMCAwIC4yODUtLjA3LjQzNC40MzQgMCAwIDAgLjE4NC0uMTkyLjY2OC42NjggMCAwIDAgLjA0NS0uMjc4di0uMTAyWm0uNzE1LS44MThoLjI3OHYuNjgzaC43N3YtLjY4M2guMjc4djEuNjRoLS4yNzh2LS43MjdoLS43N3YuNzI3aC0uMjc4di0xLjY0Wm0xLjc0NiAwaC4yNzh2MS4yNWwuNzctMS4yNWguM3YxLjY0aC0uMjc4di0xLjI0M2wtLjc3MSAxLjI0M2gtLjI5OXYtMS42NFptMi44ODkgMS4xMTIuMjg3LjAzNWEuNzAyLjcwMiAwIDAgMS0uMjUyLjM5MS43NTUuNzU1IDAgMCAxLS40NjkuMTRjLS4yNCAwLS40MzEtLjA3NS0uNTcyLS4yMjItLjE0LS4xNDgtLjIxLS4zNTUtLjIxLS42MjIgMC0uMjc2LjA3Mi0uNDkuMjE0LS42NDJhLjcyLjcyIDAgMCAxIC41NTItLjIyOWMuMjIgMCAuMzk5LjA3NS41MzguMjI0LjEzOS4xNS4yMDguMzYuMjA4LjYzIDAgLjAxNyAwIC4wNDEtLjAwMi4wNzRoLTEuMjIyYy4wMS4xOC4wNjEuMzE4LjE1My40MTRhLjQ1Mi40NTIgMCAwIDAgLjM0Mi4xNDQuNDI1LjQyNSAwIDAgMCAuMjYxLS4wOC41NC41NCAwIDAgMCAuMTcyLS4yNTdabS0uOTEzLS40NWguOTE2YS41NjUuNTY1IDAgMCAwLS4xMDUtLjMxLjQyOC40MjggMCAwIDAtLjM0NS0uMTYuNDQzLjQ0MyAwIDAgMC0uMzIyLjEyOC41MDYuNTA2IDAgMCAwLS4xNDQuMzQzWm0yLjQzIDEuNjA2di0yLjI2OGguMjUzdi4yMTNhLjYyMi42MjIgMCAwIDEgLjIwMy0uMTg2LjU0OS41NDkgMCAwIDEgLjI3My0uMDY0Yy4xNCAwIC4yNjQuMDM2LjM3MS4xMDhhLjY2NS42NjUgMCAwIDEgLjI0Mi4zMDYgMS4xIDEuMSAwIDAgMSAuMDgyLjQzYzAgLjE2OS0uMDMxLjMyLS4wOTEuNDU1YS42NzguNjc4IDAgMCAxLS4yNjMuMzA5LjY3LjY3IDAgMCAxLS4zNjEuMTA2LjUyNi41MjYgMCAwIDEtLjI1LS4wNTkuNTguNTggMCAwIDEtLjE4MS0uMTQ4di43OThoLS4yNzhabS4yNTItMS40MzljMCAuMjExLjA0My4zNjcuMTI4LjQ2OC4wODYuMTAxLjE4OS4xNTIuMzEuMTUyYS40MDEuNDAxIDAgMCAwIC4zMTctLjE1NmMuMDg4LS4xMDUuMTMzLS4yNjcuMTMzLS40ODcgMC0uMjA5LS4wNDQtLjM2NS0uMTMtLjQ3YS4zODYuMzg2IDAgMCAwLS4zMDctLjE1NWMtLjExOSAwLS4yMjQuMDU2LS4zMTUuMTY3LS4wOTEuMTEtLjEzNi4yNy0uMTM2LjQ4MVptMi41NzguNjA5YTEuMDMgMS4wMyAwIDAgMS0uMjk4LjE4NS44NDUuODQ1IDAgMCAxLS4zMDUuMDU0Yy0uMTggMC0uMzE5LS4wNDQtLjQxNi0uMTMxYS40NC40NCAwIDAgMS0uMTQ1LS4zMzguNDUuNDUgMCAwIDEgLjE5OC0uMzhjLjA2LS4wNC4xMjYtLjA3LjIwMS0uMDkxLjA1NC0uMDE1LjEzNi0uMDI5LjI0Ny0uMDQyLjIyNC0uMDI3LjM4OS0uMDU5LjQ5NS0uMDk2bC4wMDItLjA3MmMwLS4xMTMtLjAyNy0uMTkzLS4wNzktLjI0LS4wNzEtLjA2Mi0uMTc3LS4wOTQtLjMxNy0uMDk0LS4xMyAwLS4yMjcuMDI0LS4yOS4wNy0uMDYyLjA0NS0uMTA3LjEyNi0uMTM3LjI0MmwtLjI3Mi0uMDM3YS42NjUuNjY1IDAgMCAxIC4xMjItLjI4LjUyNS41MjUgMCAwIDEgLjI0Ni0uMTY2IDEuMDggMS4wOCAwIDAgMSAuMzcyLS4wNTljLjE0IDAgLjI1My4wMTcuMzQxLjA1YS40NDguNDQ4IDAgMCAxIC4xOTMuMTI1Yy4wNDEuMDUuMDcuMTEyLjA4Ni4xODguMDEuMDQ3LjAxNC4xMzMuMDE0LjI1NnYuMzcxYzAgLjI1OC4wMDYuNDIyLjAxNy40OWEuNjUuNjUgMCAwIDAgLjA3MS4xOTdoLS4yOWEuNjAyLjYwMiAwIDAgMS0uMDU2LS4yMDJabS0uMDIzLS42MmEyLjAzNSAyLjAzNSAwIDAgMS0uNDU0LjEwNCAxLjA0IDEuMDQgMCAwIDAtLjI0Mi4wNTYuMjM5LjIzOSAwIDAgMC0uMTQ4LjIyMmMwIC4wNzQuMDI3LjEzNi4wODMuMTg1LjA1Ny4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU4Mi41ODIgMCAwIDAgLjI4Ni0uMDcuNDM3LjQzNyAwIDAgMCAuMTgzLS4xOTIuNjY4LjY2OCAwIDAgMCAuMDQ1LS4yNzh2LS4xMDJabTEuOTE1LTEuNDk1LjI0NS4wMDNjLS4wMTEuMTEtLjAzNi4xODYtLjA3NC4yM2EuMjUxLjI1MSAwIDAgMS0uMTQ1LjA4MyAyLjA3NSAyLjA3NSAwIDAgMS0uMzQ3LjAxOWMtLjIzIDAtLjM4Ni4wMjItLjQ3LjA2NmEuMzg1LjM4NSAwIDAgMC0uMTguMjEzIDEuMTggMS4xOCAwIDAgMC0uMDYxLjM3NS43MS43MSAwIDAgMSAuMjQ2LS4yMzMuNjMzLjYzMyAwIDAgMSAuMzE2LS4wNzljLjIxNSAwIC4zOTQuMDc0LjUzNS4yMjMuMTQxLjE0Ny4yMTEuMzQ3LjIxMS41OTlhLjkzLjkzIDAgMCAxLS4xMDYuNDcuODU1Ljg1NSAwIDAgMS0uMjU0LjI4NS42ODUuNjg1IDAgMCAxLS4zOTYuMWMtLjE5NSAwLS4zNDYtLjA0NC0uNDU0LS4xMzNhLjg3NC44NzQgMCAwIDEtLjI0OS0uMzQyYy0uMDU4LS4xNC0uMDg2LS4zODEtLjA4Ni0uNzI2IDAtLjQzMy4wNzMtLjcyNS4yMTktLjg3Ni4xNDctLjE1LjM3My0uMjI1LjY3OC0uMjI1LjE4OSAwIC4yOTctLjAwMy4zMjItLjAxYS4wNjUuMDY1IDAgMCAwIC4wNS0uMDQzWm0tLjAxNCAxLjQ5MWMwLS4xNy0uMDQxLS4zMS0uMTIyLS40MmEuMzk4LjM5OCAwIDAgMC0uMzQxLS4xNjQuNDEuNDEgMCAwIDAtLjM1NS4xNzNjLS4wODQuMTE2LS4xMjYuMjctLjEyNi40NjIgMCAuMTkuMDQ2LjMzNi4xMzguNDM3LjA5Mi4xLjIwNi4xNTEuMzQxLjE1MS4xMzggMCAuMjUtLjA1OC4zMzUtLjE3NGEuNzYxLjc2MSAwIDAgMCAuMTMtLjQ2NVptLjUyMi4wMDZjMC0uMzAzLjA4NC0uNTI4LjI1My0uNjc1YS43NjMuNzYzIDAgMCAxIC41MTYtLjE4MmMuMjI1IDAgLjQwOS4wNzQuNTUyLjIyMy4xNDMuMTQ3LjIxNS4zNS4yMTUuNjExIDAgLjIxMS0uMDMyLjM3Ny0uMDk2LjQ5OWEuNjcuNjcgMCAwIDEtLjI3Ni4yOC44MDEuODAxIDAgMCAxLS4zOTUuMTAxLjc0Ljc0IDAgMCAxLS41NTgtLjIyYy0uMTQxLS4xNDgtLjIxMS0uMzYtLjIxMS0uNjM3Wm0uMjg1IDBjMCAuMjEuMDQ2LjM2OC4xMzguNDczYS40NC40NCAwIDAgMCAuMzQ2LjE1Ni40NC40NCAwIDAgMCAuMzQ0LS4xNThjLjA5MS0uMTA1LjEzNy0uMjY1LjEzNy0uNDggMC0uMjAzLS4wNDYtLjM1Ni0uMTM5LS40NmEuNDM1LjQzNSAwIDAgMC0uMzQyLS4xNTguNDQuNDQgMCAwIDAtLjM0Ni4xNTZjLS4wOTIuMTA0LS4xMzguMjYxLS4xMzguNDcxWm0xLjM1Ny0uODJoMS4zMzN2LjIzaC0uNTI4djEuNDFoLS4yNzd2LTEuNDFoLS41Mjh2LS4yM1ptMi42MzEgMS40MzhhMS4wMyAxLjAzIDAgMCAxLS4yOTguMTg1Ljg0NS44NDUgMCAwIDEtLjMwNS4wNTRjLS4xOCAwLS4zMTktLjA0NC0uNDE2LS4xMzFhLjQ0LjQ0IDAgMCAxLS4xNDUtLjMzOC40NS40NSAwIDAgMSAuMTk4LS4zOGMuMDYtLjA0LjEyNi0uMDcuMjAxLS4wOTEuMDU0LS4wMTUuMTM2LS4wMjkuMjQ3LS4wNDIuMjI0LS4wMjcuMzg5LS4wNTkuNDk1LS4wOTZsLjAwMi0uMDcyYzAtLjExMy0uMDI3LS4xOTMtLjA3OS0uMjQtLjA3MS0uMDYyLS4xNzctLjA5NC0uMzE3LS4wOTQtLjEzIDAtLjIyNy4wMjQtLjI5LjA3LS4wNjIuMDQ1LS4xMDcuMTI2LS4xMzcuMjQybC0uMjcyLS4wMzdhLjY2NS42NjUgMCAwIDEgLjEyMi0uMjguNTI1LjUyNSAwIDAgMSAuMjQ2LS4xNjYgMS4wOCAxLjA4IDAgMCAxIC4zNzItLjA1OWMuMTQgMCAuMjUzLjAxNy4zNDEuMDVhLjQ0OC40NDggMCAwIDEgLjE5My4xMjVjLjA0MS4wNS4wNy4xMTIuMDg2LjE4OC4wMS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42MjQuNjI0IDAgMCAwIC4wNzEuMTk3aC0uMjlhLjYwMi42MDIgMCAwIDEtLjA1Ni0uMjAyWm0tLjAyMy0uNjJhMi4wMzUgMi4wMzUgMCAwIDEtLjQ1NC4xMDQgMS4wNCAxLjA0IDAgMCAwLS4yNDIuMDU2LjIzOC4yMzggMCAwIDAtLjE0OC4yMjJjMCAuMDc0LjAyNy4xMzYuMDgzLjE4NS4wNTcuMDUuMTM5LjA3NC4yNDcuMDc0YS41ODIuNTgyIDAgMCAwIC4yODYtLjA3LjQzNy40MzcgMCAwIDAgLjE4My0uMTkyLjY2OC42NjggMCAwIDAgLjA0NS0uMjc4di0uMTAyWm0uNDkzLS44MThoMS4zMzJ2LjIzaC0uNTI4djEuNDFoLS4yNzZ2LTEuNDFoLS41Mjh2LS4yM1ptMS41OTMgMGguMjc4di42NDFoLjM1MmMuMjMgMCAuNDA2LjA0NS41My4xMzRhLjQyNy40MjcgMCAwIDEgLjE4Ni4zNjguNDY2LjQ2NiAwIDAgMS0uMTU2LjM1MmMtLjEwMy4wOTctLjI2OC4xNDUtLjQ5NS4xNDVoLS42OTV2LTEuNjRabS4yNzggMS40MTJoLjI5MmMuMTc2IDAgLjMwMS0uMDIyLjM3Ni0uMDY1YS4yMTYuMjE2IDAgMCAwIC4xMTMtLjIwMy4yNjQuMjY0IDAgMCAwLS4wODMtLjE5Yy0uMDU2LS4wNTUtLjE3OS0uMDgzLS4zNjktLjA4M2gtLjMyOXYuNTRabTIuMjU2LTEuNDEyaC4yNzh2MS4yNWwuNzctMS4yNWguM3YxLjY0aC0uMjc4di0xLjI0M2wtLjc3MSAxLjI0M2gtLjI5OXYtMS42NFptMy4wMDkuODk5di0uMjE4Yy4xMTcgMCAuMTk3LS4wMDUuMjM5LS4wMTRhLjIyNS4yMjUgMCAwIDAgLjEyMi0uMDc0LjIxOS4yMTkgMCAwIDAgLjA1Ny0uMTU0LjIyNy4yMjcgMCAwIDAtLjA3NS0uMTguMjc2LjI3NiAwIDAgMC0uMTkzLS4wNjdjLS4xNTcgMC0uMjY2LjA5Mi0uMzI5LjI3NmwtLjI2NC0uMDQzYy4wODItLjMwOC4yODEtLjQ2Mi41OTYtLjQ2Mi4xNzUgMCAuMzEyLjA0OC40MS4xNDQuMS4wOTYuMTUuMjEuMTUuMzQzIDAgLjEzMy0uMDY1LjI0LS4xOTQuMzIuMDgyLjA0My4xNDQuMS4xODUuMTdhLjQ2LjQ2IDAgMCAxIC4wNjIuMjQyLjQ1LjQ1IDAgMCAxLS4xNjEuMzU4Yy0uMTA3LjA5MS0uMjU3LjEzNy0uNDQ5LjEzNy0uMzc0IDAtLjU5MS0uMTY2LS42NS0uNDk5bC4yNjEtLjA1NWEuMzkzLjM5MyAwIDAgMCAuMzkzLjMzLjM1LjM1IDAgMCAwIC4yMzQtLjA3OS4yNTkuMjU5IDAgMCAwIC4wOTQtLjIwM2MwLS4wNjQtLjAyLS4xMi0uMDU5LS4xNjdhLjI0Ni4yNDYgMCAwIDAtLjEyNS0uMDg4IDEuMDQgMS4wNCAwIDAgMC0uMjQxLS4wMTlsLS4wNjMuMDAyWm0yLjE1OC41MzlhMS4wMyAxLjAzIDAgMCAxLS4yOTguMTg1Ljg0NS44NDUgMCAwIDEtLjMwNS4wNTRjLS4xODEgMC0uMzE5LS4wNDQtLjQxNi0uMTMxYS40NC40NCAwIDAgMS0uMTQ1LS4zMzguNDUuNDUgMCAwIDEgLjE5OC0uMzguNjc2LjY3NiAwIDAgMSAuMi0uMDkxYy4wNTUtLjAxNS4xMzctLjAyOS4yNDgtLjA0Mi4yMjQtLjAyNy4zODktLjA1OS40OTUtLjA5NmwuMDAyLS4wNzJjMC0uMTEzLS4wMjctLjE5My0uMDc5LS4yNC0uMDcxLS4wNjItLjE3Ny0uMDk0LS4zMTctLjA5NC0uMTMgMC0uMjI3LjAyNC0uMjkuMDctLjA2Mi4wNDUtLjEwNy4xMjYtLjEzNy4yNDJsLS4yNzItLjAzN2EuNjY1LjY2NSAwIDAgMSAuMTIyLS4yOC41MjcuNTI3IDAgMCAxIC4yNDUtLjE2NmMuMTA4LS4wNC4yMzItLjA1OS4zNzMtLjA1OS4xNCAwIC4yNTMuMDE3LjM0MS4wNWEuNDQ4LjQ0OCAwIDAgMSAuMTkzLjEyNWMuMDQxLjA1LjA3LjExMi4wODYuMTg4LjAwOS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42MjQuNjI0IDAgMCAwIC4wNzEuMTk3aC0uMjlhLjYwMi42MDIgMCAwIDEtLjA1Ni0uMjAyWm0tLjAyMy0uNjJhMi4wMzUgMi4wMzUgMCAwIDEtLjQ1NC4xMDQgMS4wNCAxLjA0IDAgMCAwLS4yNDIuMDU2LjIzOC4yMzggMCAwIDAtLjE0OC4yMjJjMCAuMDc0LjAyNy4xMzYuMDgzLjE4NS4wNTcuMDUuMTM5LjA3NC4yNDcuMDc0YS41ODIuNTgyIDAgMCAwIC4yODYtLjA3LjQzNy40MzcgMCAwIDAgLjE4My0uMTkyLjY2OC42NjggMCAwIDAgLjA0NS0uMjc4di0uMTAyWm0uNzEzIDEuNDV2LTIuMjY4aC4yNTR2LjIxM2EuNjEuNjEgMCAwIDEgLjIwMi0uMTg2LjU0OS41NDkgMCAwIDEgLjI3My0uMDY0Yy4xNCAwIC4yNjQuMDM2LjM3MS4xMDhhLjY1OC42NTggMCAwIDEgLjI0Mi4zMDYgMS4xIDEuMSAwIDAgMSAuMDgyLjQzYzAgLjE2OS0uMDMuMzItLjA5MS40NTVhLjY3OC42NzggMCAwIDEtLjI2My4zMDkuNjcuNjcgMCAwIDEtLjM2MS4xMDYuNTI2LjUyNiAwIDAgMS0uMjUtLjA1OS41OC41OCAwIDAgMS0uMTgxLS4xNDh2Ljc5OGgtLjI3OFptLjI1Mi0xLjQzOWMwIC4yMTEuMDQzLjM2Ny4xMjguNDY4YS4zOTQuMzk0IDAgMCAwIC42MjctLjAwNGMuMDg5LS4xMDUuMTMzLS4yNjcuMTMzLS40ODcgMC0uMjA5LS4wNDMtLjM2NS0uMTMtLjQ3YS4zODYuMzg2IDAgMCAwLS4zMDctLjE1NWMtLjExOCAwLS4yMjMuMDU2LS4zMTUuMTY3LS4wOTEuMTEtLjEzNi4yNy0uMTM2LjQ4MVptMi41NzguNjA5YS44NTQuODU0IDAgMCAxLS42MDMuMjRjLS4xOCAwLS4zMTktLjA0NS0uNDE2LS4xMzJhLjQ0LjQ0IDAgMCAxLS4xNDUtLjMzOC40NS40NSAwIDAgMSAuMTk4LS4zOGMuMDYtLjA0LjEyNy0uMDcuMjAxLS4wOTEuMDU0LS4wMTUuMTM3LS4wMjkuMjQ3LS4wNDIuMjI0LS4wMjcuMzg5LS4wNTkuNDk1LS4wOTZsLjAwMi0uMDcyYzAtLjExMy0uMDI2LS4xOTMtLjA3OS0uMjQtLjA3MS0uMDYyLS4xNzYtLjA5NC0uMzE2LS4wOTQtLjEzMSAwLS4yMjguMDI0LS4yOTEuMDctLjA2MS4wNDUtLjEwNy4xMjYtLjEzNy4yNDJsLS4yNzItLjAzN2EuNjc4LjY3OCAwIDAgMSAuMTIyLS4yOC41My41MyAwIDAgMSAuMjQ2LS4xNjYgMS4wOCAxLjA4IDAgMCAxIC4zNzItLjA1OWMuMTQgMCAuMjUzLjAxNy4zNDEuMDVhLjQ0OC40NDggMCAwIDEgLjE5My4xMjVjLjA0MS4wNS4wNy4xMTIuMDg2LjE4OC4wMS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42NS42NSAwIDAgMCAuMDcxLjE5N2gtLjI5YS42MDIuNjAyIDAgMCAxLS4wNTYtLjIwMlptLS4wMjMtLjYyYTIuMDM1IDIuMDM1IDAgMCAxLS40NTQuMTA0IDEuMDQgMS4wNCAwIDAgMC0uMjQyLjA1Ni4yMzkuMjM5IDAgMCAwLS4xNDguMjIyLjI0LjI0IDAgMCAwIC4wODMuMTg1Yy4wNTcuMDUuMTM5LjA3NC4yNDcuMDc0YS41ODIuNTgyIDAgMCAwIC4yODYtLjA3LjQ0NS40NDUgMCAwIDAgLjE4NC0uMTkyLjY4OC42ODggMCAwIDAgLjA0NC0uMjc4di0uMTAyWm0xLjkxNS0xLjQ5NS4yNDUuMDAzYy0uMDExLjExLS4wMzYuMTg2LS4wNzQuMjNhLjI1MS4yNTEgMCAwIDEtLjE0NS4wODMgMi4wNjYgMi4wNjYgMCAwIDEtLjM0Ny4wMTljLS4yMyAwLS4zODYuMDIyLS40Ny4wNjZhLjM4NS4zODUgMCAwIDAtLjE4LjIxMyAxLjIxIDEuMjEgMCAwIDAtLjA2MS4zNzUuNzEuNzEgMCAwIDEgLjI0Ni0uMjMzLjYzNi42MzYgMCAwIDEgLjMxNi0uMDc5Yy4yMTYgMCAuMzk0LjA3NC41MzUuMjIzLjE0MS4xNDcuMjExLjM0Ny4yMTEuNTk5YS45My45MyAwIDAgMS0uMTA2LjQ3Ljg1NS44NTUgMCAwIDEtLjI1NC4yODUuNjg1LjY4NSAwIDAgMS0uMzk2LjFjLS4xOTUgMC0uMzQ2LS4wNDQtLjQ1NC0uMTMzYS44NzQuODc0IDAgMCAxLS4yNDktLjM0MmMtLjA1Ny0uMTQtLjA4Ni0uMzgxLS4wODYtLjcyNiAwLS40MzMuMDczLS43MjUuMjE5LS44NzYuMTQ3LS4xNS4zNzMtLjIyNS42NzgtLjIyNS4xODkgMCAuMjk3LS4wMDMuMzIyLS4wMS4wMjYtLjAwNS4wNDMtLjAyLjA1LS4wNDNabS0uMDE0IDEuNDkxYzAtLjE3LS4wNDEtLjMxLS4xMjItLjQyYS4zOTguMzk4IDAgMCAwLS4zNDEtLjE2NC40MS40MSAwIDAgMC0uMzU1LjE3M2MtLjA4NC4xMTYtLjEyNS4yNy0uMTI1LjQ2MiAwIC4xOS4wNDUuMzM2LjEzNy40MzcuMDkzLjEuMjA2LjE1MS4zNDEuMTUxLjEzOCAwIC4yNS0uMDU4LjMzNS0uMTc0YS43NjEuNzYxIDAgMCAwIC4xMy0uNDY1Wm0xLjYyMS42MjRhMS4wMyAxLjAzIDAgMCAxLS4yOTguMTg1Ljg1Ljg1IDAgMCAxLS4zMDYuMDU0Yy0uMTggMC0uMzE4LS4wNDQtLjQxNS0uMTMxYS40MzcuNDM3IDAgMCAxLS4xNDUtLjMzOC40NS40NSAwIDAgMSAuMTk4LS4zOC42NzYuNjc2IDAgMCAxIC4yLS4wOTEgMi4wMSAyLjAxIDAgMCAxIC4yNDctLjA0MmMuMjI1LS4wMjcuMzktLjA1OS40OTYtLjA5NmwuMDAxLS4wNzJjMC0uMTEzLS4wMjYtLjE5My0uMDc4LS4yNC0uMDcxLS4wNjItLjE3Ny0uMDk0LS4zMTctLjA5NC0uMTMgMC0uMjI3LjAyNC0uMjkuMDctLjA2Mi4wNDUtLjEwOC4xMjYtLjEzNy4yNDJsLS4yNzItLjAzN2EuNjY1LjY2NSAwIDAgMSAuMTIyLS4yOC41MjEuNTIxIDAgMCAxIC4yNDUtLjE2NiAxLjA4IDEuMDggMCAwIDEgLjM3Mi0uMDU5Yy4xNCAwIC4yNTQuMDE3LjM0Mi4wNWEuNDU0LjQ1NCAwIDAgMSAuMTkzLjEyNWMuMDQxLjA1LjA3LjExMi4wODYuMTg4LjAwOS4wNDcuMDE0LjEzMy4wMTQuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42MjQuNjI0IDAgMCAwIC4wNzEuMTk3aC0uMjlhLjU4LjU4IDAgMCAxLS4wNTYtLjIwMlptLS4wMjMtLjYyYTIuMDM1IDIuMDM1IDAgMCAxLS40NTQuMTA0IDEuMDQgMS4wNCAwIDAgMC0uMjQyLjA1Ni4yMzguMjM4IDAgMCAwLS4xNDkuMjIyYzAgLjA3NC4wMjguMTM2LjA4NC4xODUuMDU2LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTc1LjU3NSAwIDAgMCAuMjg1LS4wNy40MzQuNDM0IDAgMCAwIC4xODQtLjE5Mi42NjguNjY4IDAgMCAwIC4wNDUtLjI3OHYtLjEwMlptLjQ5Mi0uODE4aDEuMzMzdi4yM2gtLjUyOHYxLjQxaC0uMjc3di0xLjQxaC0uNTI4di0uMjNabTMuMTU5IDBoLjI3OHYxLjY0aC0uMjc4di0xLjY0Wm0tMS41NTQgMGguMjc4di42NDFoLjM1MmMuMjI5IDAgLjQwNi4wNDUuNTI5LjEzNGEuNDI1LjQyNSAwIDAgMSAuMTg3LjM2OC40NjYuNDY2IDAgMCAxLS4xNTYuMzUyYy0uMTAzLjA5Ny0uMjY4LjE0NS0uNDk2LjE0NWgtLjY5NHYtMS42NFptLjI3OCAxLjQxMmguMjkxYy4xNzYgMCAuMzAyLS4wMjIuMzc3LS4wNjVhLjIxOC4yMTggMCAwIDAgLjExMy0uMjAzLjI2LjI2IDAgMCAwLS4wODQtLjE5Yy0uMDU1LS4wNTUtLjE3OC0uMDgzLS4zNjktLjA4M2gtLjMyOHYuNTRabTEuOTktMS40MTJoLjY0Yy4xNTggMCAuMjc1LjAxNC4zNTEuMDRhLjQxOC40MTggMCAwIDEgLjI4MS4zOTYuNDIzLjQyMyAwIDAgMS0uMDQ5LjIwNS4zOTQuMzk0IDAgMCAxLS4xNDYuMTQ1LjQxNC40MTQgMCAwIDEgLjI2OS4zOTVjLS4wMS4xNTYtLjA2Ni4yNzEtLjE2Ny4zNDYtLjEwMS4wNzUtLjI0Ny4xMTMtLjQ0LjExM2gtLjczOXYtMS42NFptLjI3OC42OWguMjk2Yy4xMTggMCAuMi0uMDA2LjI0NC0uMDE4YS4yNi4yNiAwIDAgMCAuMTE5LS4wNzQuMTkzLjE5MyAwIDAgMCAuMDUyLS4xMzZjMC0uMDg3LS4wMzEtLjE0Ny0uMDkyLS4xOC0uMDYxLS4wMzUtLjE2NS0uMDUyLS4zMTQtLjA1MmgtLjMwNXYuNDZabTAgLjcyMmguMzY2Yy4xNTcgMCAuMjY1LS4wMTkuMzI0LS4wNTUuMDU4LS4wMzcuMDg5LS4xLjA5Mi0uMTkgMC0uMDUyLS4wMTctLjEtLjA1MS0uMTQ1YS4yMTYuMjE2IDAgMCAwLS4xMzItLjA4NSAxLjMyOCAxLjMyOCAwIDAgMC0uMjYzLS4wMThoLS4zMzZ2LjQ5M1ptMi40MzMuMDI2YTEuMDMgMS4wMyAwIDAgMS0uMjk4LjE4NS44NTQuODU0IDAgMCAxLS4zMDYuMDU0Yy0uMTggMC0uMzE4LS4wNDQtLjQxNS0uMTMxYS40MzcuNDM3IDAgMCAxLS4xNDUtLjMzOC40NS40NSAwIDAgMSAuMTk3LS4zOGMuMDYtLjA0LjEyNy0uMDcuMjAxLS4wOTFhMi4wMSAyLjAxIDAgMCAxIC4yNDctLjA0MmMuMjI0LS4wMjcuMzktLjA1OS40OTYtLjA5NmwuMDAxLS4wNzJjMC0uMTEzLS4wMjYtLjE5My0uMDc4LS4yNC0uMDcyLS4wNjItLjE3Ny0uMDk0LS4zMTctLjA5NC0uMTMxIDAtLjIyNy4wMjQtLjI5LjA3LS4wNjIuMDQ1LS4xMDguMTI2LS4xMzguMjQybC0uMjcxLS4wMzdhLjY1My42NTMgMCAwIDEgLjEyMi0uMjguNTIxLjUyMSAwIDAgMSAuMjQ1LS4xNjYgMS4wOCAxLjA4IDAgMCAxIC4zNzItLjA1OWMuMTQgMCAuMjU0LjAxNy4zNDEuMDVhLjQ0Mi40NDIgMCAwIDEgLjE5My4xMjVjLjA0Mi4wNS4wNy4xMTIuMDg3LjE4OC4wMDkuMDQ3LjAxNC4xMzMuMDE0LjI1NnYuMzcxYzAgLjI1OC4wMDUuNDIyLjAxNy40OWEuNjI0LjYyNCAwIDAgMCAuMDcxLjE5N2gtLjI5MWEuNjAyLjYwMiAwIDAgMS0uMDU1LS4yMDJabS0uMDIzLS42MmEyLjAzNSAyLjAzNSAwIDAgMS0uNDU0LjEwNCAxLjA2NSAxLjA2NSAwIDAgMC0uMjQzLjA1Ni4yNC4yNCAwIDAgMC0uMTQ4LjIyMmMwIC4wNzQuMDI4LjEzNi4wODQuMTg1LjA1Ni4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU3NS41NzUgMCAwIDAgLjI4NS0uMDcuNDM0LjQzNCAwIDAgMCAuMTg0LS4xOTIuNjY4LjY2OCAwIDAgMCAuMDQ1LS4yNzh2LS4xMDJabS40OTItLjgxOGgxLjMzM3YuMjNoLS41Mjh2MS40MWgtLjI3N3YtMS40MWgtLjUyOHYtLjIzWm0xLjU5NCAwaC4yNzh2LjY0MWguMzUyYy4yMjkgMCAuNDA2LjA0NS41MjkuMTM0YS40MjUuNDI1IDAgMCAxIC4xODcuMzY4LjQ2Ni40NjYgMCAwIDEtLjE1Ni4zNTJjLS4xMDMuMDk3LS4yNjguMTQ1LS40OTYuMTQ1aC0uNjk0di0xLjY0Wm0uMjc4IDEuNDEyaC4yOTFjLjE3NiAwIC4zMDItLjAyMi4zNzctLjA2NWEuMjE4LjIxOCAwIDAgMCAuMTEzLS4yMDMuMjYuMjYgMCAwIDAtLjA4NC0uMTljLS4wNTUtLjA1NS0uMTc4LS4wODMtLjM2OS0uMDgzaC0uMzI4di41NFptMi4yNTQtMS40MTJoLjI3OHYuNzA5Yy4wODggMCAuMTUtLjAxNy4xODUtLjA1LjAzNi0uMDM1LjA4OC0uMTM0LjE1Ny0uMjk3LjA1NS0uMTMuMDk5LS4yMTYuMTMzLS4yNTdhLjI1NC4yNTQgMCAwIDEgLjExNy0uMDgzLjc1OS43NTkgMCAwIDEgLjIxNC0uMDIyaC4wNTV2LjIzbC0uMDc3LS4wMDFjLS4wNzMgMC0uMTIuMDEtLjE0MS4wMzJhLjgzNi44MzYgMCAwIDAtLjA5OC4yMDMuODcuODcgMCAwIDEtLjExNi4yMjIuNDcyLjQ3MiAwIDAgMS0uMTYyLjExM2MuMTE5LjAzMS4yMzYuMTQzLjM1Mi4zMzNsLjMwNC41MDhoLS4zMDZsLS4yOTYtLjUwOGEuNjg4LjY4OCAwIDAgMC0uMTU5LS4yLjI3MS4yNzEgMCAwIDAtLjE2Mi0uMDV2Ljc1OGgtLjI3OHYtMS42NFptMi41MjYgMS40MzhjLS4xMDMuMDg3LS4yMDMuMTQ5LS4yOTguMTg1YS44NTQuODU0IDAgMCAxLS4zMDYuMDU0Yy0uMTggMC0uMzE5LS4wNDQtLjQxNS0uMTMxYS40MzguNDM4IDAgMCAxLS4xNDYtLjMzOC40NS40NSAwIDAgMSAuMTk4LS4zOGMuMDYtLjA0LjEyNy0uMDcuMjAxLS4wOTEuMDU0LS4wMTUuMTM3LS4wMjkuMjQ3LS4wNDIuMjI0LS4wMjcuMzg5LS4wNTkuNDk1LS4wOTZsLjAwMi0uMDcyYzAtLjExMy0uMDI2LS4xOTMtLjA3OS0uMjQtLjA3MS0uMDYyLS4xNzYtLjA5NC0uMzE2LS4wOTQtLjEzMSAwLS4yMjguMDI0LS4yOTEuMDctLjA2MS4wNDUtLjEwNy4xMjYtLjEzNy4yNDJsLS4yNzItLjAzN2EuNjc4LjY3OCAwIDAgMSAuMTIyLS4yOC41My41MyAwIDAgMSAuMjQ2LS4xNjYgMS4wOCAxLjA4IDAgMCAxIC4zNzItLjA1OWMuMTQgMCAuMjU0LjAxNy4zNDEuMDVhLjQ0Mi40NDIgMCAwIDEgLjE5My4xMjUuNDQuNDQgMCAwIDEgLjA4Ny4xODhjLjAwOS4wNDcuMDEzLjEzMy4wMTMuMjU2di4zNzFjMCAuMjU4LjAwNi40MjIuMDE3LjQ5YS42NS42NSAwIDAgMCAuMDcxLjE5N2gtLjI5YS41OC41OCAwIDAgMS0uMDU1LS4yMDJabS0uMDI0LS42MmMtLjEuMDQtLjI1Mi4wNzUtLjQ1My4xMDRhMS4wMzggMS4wMzggMCAwIDAtLjI0My4wNTYuMjM5LjIzOSAwIDAgMC0uMTQ4LjIyMi4yNC4yNCAwIDAgMCAuMDgzLjE4NWMuMDU3LjA1LjEzOS4wNzQuMjQ3LjA3NGEuNTc5LjU3OSAwIDAgMCAuMjg2LS4wNy40NC40NCAwIDAgMCAuMTg0LS4xOTIuNjcuNjcgMCAwIDAgLjA0NC0uMjc4di0uMTAyWm0uNzEyLS44MThoLjI3OHYuNzA5Yy4wODkgMCAuMTUtLjAxNy4xODUtLjA1LjAzNi0uMDM1LjA4OS0uMTM0LjE1OC0uMjk3YTEuMTUgMS4xNSAwIDAgMSAuMTMzLS4yNTcuMjU0LjI1NCAwIDAgMSAuMTE3LS4wODMuNzQ2Ljc0NiAwIDAgMSAuMjEzLS4wMjJoLjA1NnYuMjNsLS4wNzgtLjAwMWMtLjA3MyAwLS4xMTkuMDEtLjE0LjAzMmEuNzg3Ljc4NyAwIDAgMC0uMDk5LjIwMy44NC44NCAwIDAgMS0uMTE2LjIyMi40NzIuNDcyIDAgMCAxLS4xNjIuMTEzYy4xMi4wMzEuMjM3LjE0My4zNTIuMzMzbC4zMDQuNTA4aC0uMzA1bC0uMjk3LS41MDhhLjY1Ni42NTYgMCAwIDAtLjE1OS0uMi4yNjcuMjY3IDAgMCAwLS4xNjItLjA1di43NThoLS4yNzh2LTEuNjRabTIuMjczIDBoLjQzMmwuNDMxIDEuMzEzLjQ3OS0xLjMxM2guMzk5djEuNjRoLS4yNzd2LTEuMzJsLS40ODUgMS4zMmgtLjI0OWwtLjQ1OC0xLjM4M3YxLjM4M2gtLjI3MnYtMS42NFptMi4wNjMuODJjMC0uMzAzLjA4NC0uNTI4LjI1My0uNjc1YS43NjMuNzYzIDAgMCAxIC41MTYtLjE4MmMuMjI1IDAgLjQwOS4wNzQuNTUyLjIyMy4xNDMuMTQ3LjIxNS4zNS4yMTUuNjExIDAgLjIxMS0uMDMyLjM3Ny0uMDk2LjQ5OWEuNjcuNjcgMCAwIDEtLjI3Ni4yOC44MDEuODAxIDAgMCAxLS4zOTUuMTAxLjc0Ljc0IDAgMCAxLS41NTgtLjIyYy0uMTQxLS4xNDgtLjIxMS0uMzYtLjIxMS0uNjM3Wm0uMjg1IDBjMCAuMjEuMDQ2LjM2OC4xMzguNDczYS40NC40NCAwIDAgMCAuMzQ2LjE1Ni40NC40NCAwIDAgMCAuMzQ0LS4xNThjLjA5MS0uMTA1LjEzNy0uMjY1LjEzNy0uNDggMC0uMjAzLS4wNDYtLjM1Ni0uMTM5LS40NmEuNDM1LjQzNSAwIDAgMC0uMzQyLS4xNTguNDQuNDQgMCAwIDAtLjM0Ni4xNTZjLS4wOTIuMTA0LS4xMzguMjYxLS4xMzguNDcxWm0yLjUzMi0uODJ2LjcwOWMuMDg5IDAgLjE1MS0uMDE3LjE4Ny0uMDUuMDM2LS4wMzUuMDg5LS4xMzQuMTU4LS4yOTcuMDY0LS4xNTYuMTIzLS4yNTUuMTc0LS4yOTguMDUxLS4wNDMuMTMxLS4wNjQuMjQxLS4wNjRoLjEwMnYuMjNsLS4wNzYtLjAwMWMtLjA3NCAwLS4xMjEuMDEtLjE0Mi4wMzJhLjg2NC44NjQgMCAwIDAtLjA5OS4yMDMuODE5LjgxOSAwIDAgMS0uMTE0LjIyMi40NjMuNDYzIDAgMCAxLS4xNjQuMTEzYy4xMjEuMDMxLjIzOC4xNDMuMzUyLjMzM2wuMzA2LjUwOGgtLjMwNmwtLjI5OC0uNTA4YS42NTMuNjUzIDAgMCAwLS4xNTktLjIwMi4yNzMuMjczIDAgMCAwLS4xNjItLjA0OHYuNzU4aC0uMjg0di0uNzU4YS4yNjkuMjY5IDAgMCAwLS4xNi4wNDguNjI5LjYyOSAwIDAgMC0uMTU5LjIwMmwtLjI5OC41MDhoLS4zMDZsLjMwNC0uNTA4Yy4xMTUtLjE5LjIzMy0uMzAyLjM1NC0uMzMzYS40NC40NCAwIDAgMS0uMTczLS4xMjQgMS43MTIgMS43MTIgMCAwIDEtLjE0OC0uMzIxYy0uMDIzLS4wNTctLjA0Ny0uMDkyLS4wNzMtLjEwNWEuMjc0LjI3NCAwIDAgMC0uMTE5LS4wMmwtLjA4Mi4wMDF2LS4yM2guMDM5Yy4xMDcgMCAuMTgyLjAwNy4yMjUuMDIuMDQ1LjAxMy4wODQuMDQuMTE4LjA4Mi4wMzUuMDQxLjA4LjEyOC4xMzUuMjYuMDY4LjE2MS4xMi4yNi4xNTUuMjk0LjAzNi4wMzUuMDk5LjA1My4xODguMDUzdi0uNzA5aC4yODRabTEuMTI2IDBoLjI3OHYuNjgzaC43N3YtLjY4M2guMjc4djEuNjRoLS4yNzh2LS43MjdoLS43N3YuNzI3aC0uMjc4di0xLjY0Wm0xLjY0My44MmMwLS4zMDMuMDg0LS41MjguMjUzLS42NzVhLjc2My43NjMgMCAwIDEgLjUxNi0uMTgyYy4yMjUgMCAuNDA5LjA3NC41NTIuMjIzLjE0My4xNDcuMjE1LjM1LjIxNS42MTEgMCAuMjExLS4wMzIuMzc3LS4wOTYuNDk5YS42Ny42NyAwIDAgMS0uMjc2LjI4LjgwMS44MDEgMCAwIDEtLjM5NS4xMDEuNzQuNzQgMCAwIDEtLjU1OC0uMjJjLS4xNDEtLjE0OC0uMjExLS4zNi0uMjExLS42MzdabS4yODUgMGMwIC4yMS4wNDYuMzY4LjEzOC40NzNhLjQ0LjQ0IDAgMCAwIC4zNDYuMTU2LjQ0LjQ0IDAgMCAwIC4zNDQtLjE1OGMuMDkxLS4xMDUuMTM3LS4yNjUuMTM3LS40OCAwLS4yMDMtLjA0Ni0uMzU2LS4xMzktLjQ2YS40MzUuNDM1IDAgMCAwLS4zNDItLjE1OC40NC40NCAwIDAgMC0uMzQ2LjE1NmMtLjA5Mi4xMDQtLjEzOC4yNjEtLjEzOC40NzFabTMuNjU5LTEuNDk4LjI0Ni4wMDRjLS4wMTEuMTEtLjAzNi4xODYtLjA3NC4yM2EuMjU1LjI1NSAwIDAgMS0uMTQ1LjA4MyAyLjA4IDIuMDggMCAwIDEtLjM0OC4wMTljLS4yMjkgMC0uMzg2LjAyMi0uNDY5LjA2NmEuMzg2LjM4NiAwIDAgMC0uMTgxLjIxMyAxLjE4MyAxLjE4MyAwIDAgMC0uMDYuMzc1LjcxLjcxIDAgMCAxIC4yNDYtLjIzMy42MzMuNjMzIDAgMCAxIC4zMTYtLjA3OWMuMjE1IDAgLjM5My4wNzQuNTM0LjIyMy4xNDEuMTQ3LjIxMi4zNDcuMjEyLjU5OWEuOTMuOTMgMCAwIDEtLjEwNy40Ny44NTMuODUzIDAgMCAxLS4yNTMuMjg1LjY4OS42ODkgMCAwIDEtLjM5Ny4xYy0uMTk0IDAtLjM0Ni0uMDQ0LS40NTQtLjEzM2EuODYyLjg2MiAwIDAgMS0uMjQ4LS4zNDJjLS4wNTgtLjE0LS4wODctLjM4MS0uMDg3LS43MjYgMC0uNDMzLjA3My0uNzI1LjIyLS44NzYuMTQ3LS4xNS4zNzMtLjIyNS42NzctLjIyNS4xOSAwIC4yOTctLjAwMy4zMjMtLjAxLjAyNi0uMDA1LjA0Mi0uMDIuMDQ5LS4wNDNabS0uMDEzIDEuNDkyYzAtLjE3LS4wNDEtLjMxLS4xMjItLjQyYS40LjQgMCAwIDAtLjM0Mi0uMTY0LjQxMy40MTMgMCAwIDAtLjM1NS4xNzMuNzc0Ljc3NCAwIDAgMC0uMTI1LjQ2MmMwIC4xOS4wNDYuMzM2LjEzOC40MzcuMDkyLjEuMjA2LjE1MS4zNDEuMTUxYS4zOTguMzk4IDAgMCAwIC4zMzUtLjE3NC43NjguNzY4IDAgMCAwIC4xMy0uNDY1Wm0uNTIxLjAwNmMwLS4zMDMuMDg1LS41MjguMjU0LS42NzVhLjc2Mi43NjIgMCAwIDEgLjUxNS0uMTgyYy4yMjYgMCAuNDEuMDc0LjU1My4yMjMuMTQzLjE0Ny4yMTUuMzUuMjE1LjYxMSAwIC4yMTEtLjAzMi4zNzctLjA5Ni40OTlhLjY3LjY3IDAgMCAxLS4yNzYuMjguODA1LjgwNSAwIDAgMS0uMzk2LjEwMS43NC43NCAwIDAgMS0uNTU3LS4yMmMtLjE0MS0uMTQ4LS4yMTItLjM2LS4yMTItLjYzN1ptLjI4NiAwYzAgLjIxLjA0Ni4zNjguMTM3LjQ3M2EuNDQyLjQ0MiAwIDAgMCAuMzQ2LjE1Ni40NC40NCAwIDAgMCAuMzQ1LS4xNThjLjA5MS0uMTA1LjEzNy0uMjY1LjEzNy0uNDggMC0uMjAzLS4wNDYtLjM1Ni0uMTM5LS40NmEuNDM3LjQzNyAwIDAgMC0uMzQzLS4xNTguNDQyLjQ0MiAwIDAgMC0uMzQ2LjE1NmMtLjA5MS4xMDQtLjEzNy4yNjEtLjEzNy40NzFabTEuNjQzLS44MmgxLjI5MXYxLjY0aC0uMjc3di0xLjQxaC0uNzM2di44MTdjMCAuMTktLjAwNi4zMTYtLjAxOS4zNzdhLjI3LjI3IDAgMCAxLS4xMDIuMTU5Yy0uMDU1LjA0NS0uMTM2LjA2OC0uMjQxLjA2OC0uMDY0IDAtLjEzOS0uMDA0LS4yMjMtLjAxM3YtLjIzMWguMTIyYS4zMjIuMzIyIDAgMCAwIC4xMjMtLjAxNy4wOTIuMDkyIDAgMCAwIC4wNDktLjA1NyAxLjI1IDEuMjUgMCAwIDAgLjAxMy0uMjUydi0xLjA4Wm0xLjcwNiAwaC4yNzh2LjY0MWguMzUyYy4yMjkgMCAuNDA2LjA0NS41MjkuMTM0YS40MjUuNDI1IDAgMCAxIC4xODcuMzY4LjQ2Ni40NjYgMCAwIDEtLjE1Ni4zNTJjLS4xMDMuMDk3LS4yNjguMTQ1LS40OTUuMTQ1aC0uNjk1di0xLjY0Wm0uMjc4IDEuNDEyaC4yOTJjLjE3NiAwIC4zMDEtLjAyMi4zNzYtLjA2NWEuMjE4LjIxOCAwIDAgMCAuMTEzLS4yMDMuMjY0LjI2NCAwIDAgMC0uMDgzLS4xOWMtLjA1Ni0uMDU1LS4xNzktLjA4My0uMzY5LS4wODNoLS4zMjl2LjU0Wm0xLjM4NS0xLjQxMmguMjc4djEuNDFoLjYzM3YtMS40MWguMjc4djEuNDFoLjYzNHYtMS40MWguMjc2djEuNjRoLTIuMDk5di0xLjY0Wm0zLjY1MSAxLjExMi4yODcuMDM1YS43LjcgMCAwIDEtLjI1MS4zOTEuNzU4Ljc1OCAwIDAgMS0uNDcuMTRjLS4yNCAwLS40My0uMDc1LS41NzEtLjIyMi0uMTQtLjE0OC0uMjEtLjM1NS0uMjEtLjYyMiAwLS4yNzYuMDcxLS40OS4yMTMtLjY0MmEuNzIxLjcyMSAwIDAgMSAuNTUzLS4yMjkuNy43IDAgMCAxIC41MzcuMjI0Yy4xMzkuMTUuMjA5LjM2LjIwOS42M2wtLjAwMi4wNzRoLTEuMjIzYy4wMTEuMTguMDYxLjMxOC4xNTMuNDE0YS40NTYuNDU2IDAgMCAwIC4zNDMuMTQ0LjQyNS40MjUgMCAwIDAgLjI2MS0uMDguNTMyLjUzMiAwIDAgMCAuMTcxLS4yNTdabS0uOTEyLS40NWguOTE1YS41NS41NSAwIDAgMC0uMTA1LS4zMS40MjUuNDI1IDAgMCAwLS4zNDQtLjE2LjQ0NS40NDUgMCAwIDAtLjMyMy4xMjguNTEuNTEgMCAwIDAtLjE0My4zNDNabS0xOTEuNTc0IDYuNjQzYTIuNzU2IDIuNzU2IDAgMCAxLS4zOS0uNjc5IDIuMTA4IDIuMTA4IDAgMCAxLS4xNTgtLjgwNmMwLS4yNDUuMDQtLjQ3OS4xMTktLjcwNC4wOTItLjI2LjIzNS0uNTIuNDI5LS43NzhoLjJhNS4yNDIgNS4yNDIgMCAwIDAtLjI0OC40NTkgMi41MTMgMi41MTMgMCAwIDAtLjIxNSAxLjAyNWMwIC40OTUuMTU0Ljk4OS40NjIgMS40ODNoLS4yWm0uNTIyLTIuMzA1aC4yNzh2MS4yNTFsLjc3LTEuMjUxaC4zdjEuNjRoLS4yNzh2LTEuMjQzbC0uNzcgMS4yNDNoLS4zdi0xLjY0Wm0yLjYzNCAyLjI3MS0uMDMxLS4yNmMuMDYuMDE2LjExNC4wMjQuMTU5LjAyNGEuMy4zIDAgMCAwIC4xNDgtLjAzMS4yNDYuMjQ2IDAgMCAwIC4wOTEtLjA4NmMuMDE4LS4wMjguMDQ2LS4wOTcuMDg1LS4yMDdhMi43NyAyLjc3IDAgMCAxIC4wMjUtLjA2OGwtLjYyMi0xLjY0M2guM2wuMzQuOTVjLjA0NS4xMi4wODQuMjQ3LjEyLjM4LjAzMS0uMTI4LjA3LS4yNTIuMTE0LS4zNzRsLjM1LS45NTZoLjI3OGwtLjYyNCAxLjY2OGMtLjA2Ny4xOC0uMTE5LjMwNC0uMTU2LjM3MmEuNTQ2LjU0NiAwIDAgMS0uMTcuMjAxLjM5OS4zOTkgMCAwIDEtLjIyOC4wNjQuNTQ3LjU0NyAwIDAgMS0uMTgtLjAzNFptMi40NzUtMi4yNzFoLjI3OHYuNjgzaC43N3YtLjY4M2guMjc4djEuNjRoLS4yNzh2LS43MjdoLS43N3YuNzI3aC0uMjc4di0xLjY0Wm0yLjgxNiAxLjQzOGExLjA0IDEuMDQgMCAwIDEtLjI5OC4xODUuODUzLjg1MyAwIDAgMS0uMzA2LjA1NGMtLjE4IDAtLjMxOC0uMDQ0LS40MTUtLjEzMWEuNDM4LjQzOCAwIDAgMS0uMTQ1LS4zMzguNDUuNDUgMCAwIDEgLjE5Ny0uMzguNjc0LjY3NCAwIDAgMSAuMjAxLS4wOTFjLjA1NS0uMDE1LjEzNy0uMDI5LjI0Ny0uMDQyLjIyNS0uMDI3LjM5LS4wNTkuNDk2LS4wOTZsLjAwMS0uMDcyYzAtLjExMy0uMDI2LS4xOTMtLjA3OC0uMjM5LS4wNzItLjA2My0uMTc3LS4wOTUtLjMxNy0uMDk1LS4xMyAwLS4yMjcuMDIzLS4yOS4wNy0uMDYyLjA0NS0uMTA4LjEyNi0uMTM4LjI0MmwtLjI3MS0uMDM3YS42NjkuNjY5IDAgMCAxIC4xMjItLjI4MS41MjYuNTI2IDAgMCAxIC4yNDUtLjE2NWMuMTA3LS4wMzkuMjMxLS4wNTkuMzcyLS4wNTkuMTQgMCAuMjU0LjAxNy4zNDEuMDVhLjQ0MS40NDEgMCAwIDEgLjE5My4xMjVjLjA0Mi4wNDkuMDcuMTEyLjA4Ny4xODguMDEuMDQ3LjAxNC4xMzMuMDE0LjI1NnYuMzcxYzAgLjI1OC4wMDUuNDIyLjAxNy40OTFhLjYzNS42MzUgMCAwIDAgLjA3LjE5NmgtLjI5YS41OTEuNTkxIDAgMCAxLS4wNTUtLjIwMlptLS4wMjMtLjYyMWMtLjEwMS4wNDEtLjI1Mi4wNzYtLjQ1NC4xMDVhMS4wNTMgMS4wNTMgMCAwIDAtLjI0My4wNTYuMjM3LjIzNyAwIDAgMC0uMTQ4LjIyMmMwIC4wNzQuMDI4LjEzNi4wODQuMTg1LjA1Ni4wNS4xMzkuMDc0LjI0Ny4wNzRhLjU4MS41ODEgMCAwIDAgLjI4NS0uMDY5LjQzNy40MzcgMCAwIDAgLjE4NC0uMTkzLjY3NS42NzUgMCAwIDAgLjA0NS0uMjc4di0uMTAyWm0xLjc4My4yMjIuMjczLjAzNmEuNzEuNzEgMCAwIDEtLjIzLjQ0My42NjcuNjY3IDAgMCAxLS40NTIuMTU5LjcwOC43MDggMCAwIDEtLjU0Mi0uMjE5Yy0uMTM2LS4xNDctLjIwNC0uMzU4LS4yMDQtLjYzMiAwLS4xNzcuMDMtLjMzMi4wODgtLjQ2NGEuNjEuNjEgMCAwIDEgLjI2Ny0uMjk4Ljc5NC43OTQgMCAwIDEgLjM5Mi0uMTAxLjY4LjY4IDAgMCAxIC40MzcuMTM2Yy4xMTQuMDkuMTg2LjIxNy4yMTguMzgzbC0uMjcuMDQyYS40NS40NSAwIDAgMC0uMTM4LS4yNDkuMzUzLjM1MyAwIDAgMC0uMjM2LS4wODMuNDMuNDMgMCAwIDAtLjM0MS4xNTFjLS4wODguMS0uMTMxLjI1OC0uMTMxLjQ3NiAwIC4yMi4wNDIuMzguMTI2LjQ4LjA4NS4xLjE5NS4xNS4zMy4xNS4xMSAwIC4yMDEtLjAzNC4yNzQtLjEwMWEuNDk5LjQ5OSAwIDAgMCAuMTM5LS4zMDlabTEuODE0LS4zNTN2LjIyOGguNThjLS4wMTguMTc4LS4wNjUuMzEyLS4xNC40MDJhLjM4NC4zODQgMCAwIDEtLjMxLjEzM2MtLjIzNSAwLS4zNzMtLjEzNi0uNDE1LS40MDhsLS4yNzIuMDM1YS43MjMuNzIzIDAgMCAwIC4yMjQuNDM2LjY4LjY4IDAgMCAwIC40NzUuMTY1Yy4yMzMuMDEzLjQxMy0uMDYuNTQtLjIyMS4xMjgtLjE2MS4xODktLjM3My4xODMtLjYzNiAwLS4yNjYtLjA2Ny0uNDc2LS4yLS42MjhhLjY4Mi42ODIgMCAwIDAtLjU0My0uMjI5LjY1NS42NTUgMCAwIDAtLjQ0NC4xNDcuNjA0LjYwNCAwIDAgMC0uMjA3LjM3NWwuMjcuMDQzYy4wNDUtLjIyMy4xNzUtLjMzNS4zOS0uMzM1LjEyNCAwIC4yMjUuMDQ2LjMwMy4xMzguMDguMDkuMTI4LjIwOS4xNDUuMzU1aC0uNTc5Wm0uOTcxLS42ODZoMS4zMzN2LjIzaC0uNTI4djEuNDFoLS4yNzd2LTEuNDFoLS41Mjh2LS4yM1ptMS40NTguODJjMC0uMzAzLjA4NC0uNTI4LjI1My0uNjc1YS43NjUuNzY1IDAgMCAxIC41MTYtLjE4MmMuMjI1IDAgLjQxLjA3NC41NTIuMjIzLjE0NC4xNDcuMjE1LjM1MS4yMTUuNjExIDAgLjIxMS0uMDMyLjM3Ny0uMDk2LjQ5OWEuNjcuNjcgMCAwIDEtLjI3Ni4yODEuNzk5Ljc5OSAwIDAgMS0uMzk1LjEuNzQuNzQgMCAwIDEtLjU1OC0uMjIxYy0uMTQtLjE0Ny0uMjExLS4zNTktLjIxMS0uNjM2Wm0uMjg1IDBjMCAuMjEuMDQ2LjM2OC4xMzguNDczYS40NDEuNDQxIDAgMCAwIC4zNDYuMTU2LjQzOC40MzggMCAwIDAgLjM0NC0uMTU4Yy4wOTItLjEwNS4xMzctLjI2NS4xMzctLjQ4IDAtLjIwMy0uMDQ2LS4zNTYtLjEzOS0uNDZhLjQzNy40MzcgMCAwIDAtLjM0Mi0uMTU4LjQ0MS40NDEgMCAwIDAtLjM0Ni4xNTZjLS4wOTIuMTA0LS4xMzguMjYxLS4xMzguNDcxWm0xLjY1Ny44MnYtLjMxNmguMzE3di4zMTZoLS4zMTdabS44OCAwdi0uMzE2aC4zMTd2LjMxNmgtLjMxN1ptLjg4IDB2LS4zMTZoLjMxN3YuMzE2aC0uMzE3WiIvPjxyZWN0IHdpZHRoPSIyNi4xOTUiIGhlaWdodD0iNi40ODQiIHg9IjgzLjQyIiB5PSIxMTAuNTQ2IiBmaWxsPSIjMTc4NUU1IiByeD0iLjc5MSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik04Ni42NDcgMTEzLjY4NmMwLS4zNzYuMTAxLS42Ny4zMDMtLjg4Mi4yMDEtLjIxMy40NjItLjMxOS43OC0uMzE5LjIxIDAgLjM5OC4wNS41NjYuMTVhLjk2Ny45NjcgMCAwIDEgLjM4My40MThjLjA4OC4xNzguMTMzLjM4LjEzMy42MDcgMCAuMjI5LS4wNDcuNDM1LS4xNC42MTZhLjk1Ni45NTYgMCAwIDEtLjM5My40MTJjLS4xNy4wOTMtLjM1My4xMzktLjU1LjEzOS0uMjEzIDAtLjQwMy0uMDUyLS41Ny0uMTU0YS45OTYuOTk2IDAgMCAxLS4zODItLjQyMiAxLjI3NSAxLjI3NSAwIDAgMS0uMTMtLjU2NVptLjMwOS4wMDVjMCAuMjcyLjA3My40ODcuMjIuNjQ1YS43My43MyAwIDAgMCAuNTUyLjIzNWMuMjI1IDAgLjQxLS4wOC41NTYtLjIzOC4xNDYtLjE1OS4yMTktLjM4NC4yMTktLjY3NSAwLS4xODQtLjAzMS0uMzQ1LS4wOTQtLjQ4MmEuNzA4LjcwOCAwIDAgMC0uMjc0LS4zMTkuNzM1LjczNSAwIDAgMC0uNDAzLS4xMTQuNzY3Ljc2NyAwIDAgMC0uNTQ4LjIxOWMtLjE1Mi4xNDUtLjIyOC4zODgtLjIyOC43MjlabTIuMDU4LS41NDJoMS4zMzJ2LjIzaC0uNTI4djEuNDA5aC0uMjc2di0xLjQwOWgtLjUyOHYtLjIzWm0xLjU5NiAwaC4yNzh2LjcwOGMuMDg5IDAgLjE1LS4wMTcuMTg2LS4wNTEuMDM2LS4wMzQuMDg4LS4xMzIuMTU3LS4yOTYuMDU1LS4xMy4wOTktLjIxNS4xMzMtLjI1NmEuMjUzLjI1MyAwIDAgMSAuMTE3LS4wODQuNzc0Ljc3NCAwIDAgMSAuMjEzLS4wMjFoLjA1NnYuMjNsLS4wNzctLjAwMmMtLjA3MyAwLS4xMi4wMTEtLjE0LjAzM2EuNzk5Ljc5OSAwIDAgMC0uMS4yMDIuODQuODQgMCAwIDEtLjExNi4yMjIuNDczLjQ3MyAwIDAgMS0uMTYyLjExM2MuMTIuMDMyLjIzNy4xNDMuMzUyLjMzM2wuMzA1LjUwOGgtLjMwNmwtLjI5Ni0uNTA4YS42NzQuNjc0IDAgMCAwLS4xNi0uMi4yNjguMjY4IDAgMCAwLS4xNjItLjA1di43NThoLS4yNzh2LTEuNjM5Wm0xLjU1OCAwaDEuMjkxdjEuNjM5aC0uMjc2di0xLjQwOWgtLjczN3YuODE2YzAgLjE5MS0uMDA2LjMxNi0uMDE4LjM3N2EuMjcyLjI3MiAwIDAgMS0uMTAyLjE1OS4zNzQuMzc0IDAgMCAxLS4yNDEuMDY4Yy0uMDY1IDAtLjE0LS4wMDQtLjIyNC0uMDEydi0uMjMyaC4xMjJhLjMwOS4zMDkgMCAwIDAgLjEyMy0uMDE3LjA5Mi4wOTIgMCAwIDAgLjA1LS4wNTcgMS4zNSAxLjM1IDAgMCAwIC4wMTItLjI1MnYtMS4wOFptMS43MTEgMGguMjc4djEuMjVsLjc3LTEuMjVoLjN2MS42MzloLS4yNzh2LTEuMjQzbC0uNzcgMS4yNDNoLS4zdi0xLjYzOVptMS43NjUgMGguMjc4di43MDhjLjA4OCAwIC4xNS0uMDE3LjE4NS0uMDUxLjAzNi0uMDM0LjA4OC0uMTMyLjE1Ny0uMjk2LjA1NS0uMTMuMS0uMjE1LjEzMy0uMjU2YS4yNTMuMjUzIDAgMCAxIC4xMTctLjA4NC43NzQuNzc0IDAgMCAxIC4yMTQtLjAyMWguMDU1di4yM2wtLjA3Ny0uMDAyYy0uMDczIDAtLjEyLjAxMS0uMTQuMDMzYS44MDQuODA0IDAgMCAwLS4xLjIwMi44NC44NCAwIDAgMS0uMTE1LjIyMi40NzMuNDczIDAgMCAxLS4xNjIuMTEzYy4xMi4wMzIuMjM3LjE0My4zNTIuMzMzbC4zMDQuNTA4aC0uMzA2bC0uMjk2LS41MDhhLjY3NC42NzQgMCAwIDAtLjE2LS4yLjI2OC4yNjggMCAwIDAtLjE2MS0uMDV2Ljc1OGgtLjI3OHYtMS42MzlabTEuMzg2IDBoLjI3OHYuNjgyaC43N3YtLjY4MmguMjc4djEuNjM5aC0uMjc3di0uNzI3aC0uNzd2LjcyN2gtLjI3OXYtMS42MzlabTEuNzM0IDIuMjcxLS4wMy0uMjYxYy4wNi4wMTYuMTEzLjAyNS4xNTguMDI1YS4zMTIuMzEyIDAgMCAwIC4xNDgtLjAzMS4yNTguMjU4IDAgMCAwIC4wOTEtLjA4N2MuMDE4LS4wMjguMDQ2LS4wOTcuMDg1LS4yMDdhMi43NyAyLjc3IDAgMCAxIC4wMjUtLjA2OGwtLjYyMi0xLjY0MmguM2wuMzQuOTQ5Yy4wNDUuMTIxLjA4NS4yNDcuMTIuMzguMDMxLS4xMjguMDctLjI1Mi4xMTQtLjM3NGwuMzUtLjk1NWguMjc4bC0uNjI0IDEuNjY3Yy0uMDY3LjE4LS4xMTguMzA0LS4xNTYuMzcyYS41MzcuNTM3IDAgMCAxLS4xNy4yMDEuNC40IDAgMCAxLS4yMjguMDY1LjU3NS41NzUgMCAwIDEtLjE3OS0uMDM0Wm0xLjQ0NC0yLjI3MWgxLjMzMnYuMjNoLS41Mjh2MS40MDloLS4yNzZ2LTEuNDA5aC0uNTI4di0uMjNabTEuNTkzIDBoLjI3OHYuNjRoLjM1MmMuMjI5IDAgLjQwNi4wNDUuNTI5LjEzNWEuNDI0LjQyNCAwIDAgMSAuMTg3LjM2Ny40NjYuNDY2IDAgMCAxLS4xNTYuMzUyYy0uMTAzLjA5Ny0uMjY4LjE0NS0uNDk1LjE0NWgtLjY5NXYtMS42MzlabS4yNzggMS40MTFoLjI5MmMuMTc2IDAgLjMwMS0uMDIyLjM3Ni0uMDY1YS4yMTYuMjE2IDAgMCAwIC4xMTMtLjIwMi4yNjMuMjYzIDAgMCAwLS4wODMtLjE5Yy0uMDU2LS4wNTYtLjE3OS0uMDg0LS4zNjktLjA4NGgtLjMyOXYuNTQxWm0yLjQ0Ni0uMzcyLjI3My4wMzVhLjcxMS43MTEgMCAwIDEtLjIzLjQ0My42Ny42NyAwIDAgMS0uNDUzLjE1OS43MDkuNzA5IDAgMCAxLS41NDItLjIxOWMtLjEzNS0uMTQ3LS4yMDMtLjM1OC0uMjAzLS42MzEgMC0uMTc3LjAyOS0uMzMyLjA4OC0uNDY1YS42MDQuNjA0IDAgMCAxIC4yNjctLjI5OGMuMTItLjA2Ny4yNTEtLjEuMzkyLS4xYS42OC42OCAwIDAgMSAuNDM3LjEzNWMuMTEzLjA5LjE4Ni4yMTguMjE4LjM4M2wtLjI3MS4wNDJhLjQ0NC40NDQgMCAwIDAtLjEzNy0uMjQ5LjM1NC4zNTQgMCAwIDAtLjIzNi0uMDgzLjQzMi40MzIgMCAwIDAtLjM0MS4xNTFjLS4wODguMS0uMTMyLjI1OS0uMTMyLjQ3NiAwIC4yMi4wNDIuMzguMTI3LjQ4LjA4NC4xLjE5NC4xNS4zMy4xNS4xMDkgMCAuMi0uMDM0LjI3NC0uMWEuNTAyLjUwMiAwIDAgMCAuMTM5LS4zMDlabTEuODAxLTEuMDM5djEuNjM5aC0uMjc2di0uNjM5aC0uMTYxYS40ODIuNDgyIDAgMCAwLS4yMTkuMDM5Yy0uMDQ3LjAyNC0uMTE3LjEwNS0uMjA4LjI0MmwtLjI0My4zNThoLS4zNDRsLjMtLjQ0MWMuMDkxLS4xMzUuMTgyLS4yMTEuMjczLS4yMjktLjE1OS0uMDIxLS4yNzctLjA3OC0uMzU0LS4xNzFhLjQ5LjQ5IDAgMCAxLS4xMTQtLjMyYzAtLjE0Mi4wNS0uMjU3LjE1LS4zNDYuMTAxLS4wODguMjQ2LS4xMzIuNDM3LS4xMzJoLjc1OVptLS4yNzYuMjNoLS4zOTVjLS4xNjYgMC0uMjczLjAyNS0uMzIxLjA3N2EuMjU1LjI1NSAwIDAgMC0uMDcxLjE4MWMwIC4wOTcuMDM1LjE2OS4xMDUuMjE2LjA3MS4wNDUuMTk2LjA2OC4zNzUuMDY4aC4zMDd2LS41NDJaIi8+PHJlY3Qgd2lkdGg9IjI2LjE5NSIgaGVpZ2h0PSI2LjQ4NCIgeD0iODMuNDIiIHk9IjExMC41NDYiIHN0cm9rZT0iIzE3ODVFNSIgc3Ryb2tlLXdpZHRoPSIuMjI2IiByeD0iLjc5MSIvPjxwYXRoIGZpbGw9IiMxNzg1RTUiIGQ9Ik0xMTUuNjExIDExMi41MjVoMS43OHYyLjI2M2gtLjMwMXYtMS45OTZoLTEuMTc5djEuOTk2aC0uM3YtMi4yNjNabTIuMTMxIDEuNDQzYzAtLjMwMy4wODQtLjUyOC4yNTMtLjY3NGEuNzYuNzYgMCAwIDEgLjUxNi0uMTgyYy4yMjUgMCAuNDA5LjA3NC41NTIuMjIyLjE0My4xNDcuMjE1LjM1MS4yMTUuNjExIDAgLjIxMS0uMDMyLjM3OC0uMDk2LjQ5OWEuNjczLjY3MyAwIDAgMS0uMjc2LjI4MS44LjggMCAwIDEtLjM5NS4xLjc0Ljc0IDAgMCAxLS41NTgtLjIyYy0uMTQxLS4xNDgtLjIxMS0uMzYtLjIxMS0uNjM3Wm0uMjg1IDBjMCAuMjEuMDQ2LjM2OC4xMzguNDczYS40NC40NCAwIDAgMCAuMzQ2LjE1Ni40MzguNDM4IDAgMCAwIC4zNDQtLjE1OGMuMDkyLS4xMDUuMTM3LS4yNjUuMTM3LS40OCAwLS4yMDMtLjA0Ni0uMzU2LS4xMzktLjQ2YS40MzUuNDM1IDAgMCAwLS4zNDItLjE1Ny40NC40NCAwIDAgMC0uMzQ2LjE1NmMtLjA5Mi4xMDQtLjEzOC4yNjEtLjEzOC40N1ptMS41NzctLjgxOWguMjc4di43MDhjLjA4OCAwIC4xNS0uMDE3LjE4NS0uMDUxLjAzNi0uMDM0LjA4OC0uMTMyLjE1Ny0uMjk2LjA1NS0uMTMuMDk5LS4yMTUuMTMzLS4yNTZhLjI1MS4yNTEgMCAwIDEgLjExOC0uMDg0Ljc3MS43NzEgMCAwIDEgLjIxMy0uMDIxaC4wNTV2LjIzbC0uMDc3LS4wMDJjLS4wNzMgMC0uMTIuMDExLS4xNDEuMDMzYS44MjQuODI0IDAgMCAwLS4wOTguMjAyLjg2NS44NjUgMCAwIDEtLjExNi4yMjIuNDczLjQ3MyAwIDAgMS0uMTYyLjExM2MuMTE5LjAzMi4yMzYuMTQzLjM1Mi4zMzNsLjMwNC41MDhoLS4zMDZsLS4yOTYtLjUwOGEuNjgyLjY4MiAwIDAgMC0uMTU5LS4yLjI3MS4yNzEgMCAwIDAtLjE2Mi0uMDV2Ljc1OGgtLjI3OHYtMS42MzlabTIuNTI2IDEuNDM3YTEuMDI4IDEuMDI4IDAgMCAxLS4yOTguMTg1Ljg1Ni44NTYgMCAwIDEtLjMwNi4wNTRjLS4xOCAwLS4zMTktLjA0My0uNDE1LS4xMzFhLjQzNy40MzcgMCAwIDEtLjE0Ni0uMzM4LjQ1Ni40NTYgMCAwIDEgLjE5OC0uMzhjLjA2LS4wNC4xMjctLjA3LjIwMS0uMDkxYTIuMTcgMi4xNyAwIDAgMSAuMjQ3LS4wNDJjLjIyNC0uMDI2LjM4OS0uMDU4LjQ5NS0uMDk1bC4wMDItLjA3M2MwLS4xMTMtLjAyNi0uMTkzLS4wNzktLjIzOS0uMDcxLS4wNjMtLjE3Ni0uMDk0LS4zMTYtLjA5NC0uMTMxIDAtLjIyOC4wMjMtLjI5MS4wNjktLjA2MS4wNDUtLjEwNy4xMjYtLjEzNy4yNDNsLS4yNzItLjAzOGEuNjguNjggMCAwIDEgLjEyMi0uMjgxLjUzLjUzIDAgMCAxIC4yNDYtLjE2NWMuMTA3LS4wMzkuMjMxLS4wNTguMzcyLS4wNTguMTQgMCAuMjU0LjAxNi4zNDEuMDQ5YS40NDYuNDQ2IDAgMCAxIC4xOTMuMTI1Yy4wNDEuMDQ5LjA3LjExMi4wODcuMTg4LjAwOS4wNDguMDEzLjEzMy4wMTMuMjU3di4zN2MwIC4yNTkuMDA2LjQyMi4wMTcuNDkxYS42NDIuNjQyIDAgMCAwIC4wNzEuMTk2aC0uMjlhLjU3Ni41NzYgMCAwIDEtLjA1NS0uMjAyWm0tLjAyNC0uNjIxYy0uMS4wNDItLjI1Mi4wNzctLjQ1My4xMDVhMS4wNDMgMS4wNDMgMCAwIDAtLjI0My4wNTYuMjQuMjQgMCAwIDAtLjE0OC4yMjJjMCAuMDc0LjAyOC4xMzYuMDgzLjE4Ni4wNTcuMDQ5LjEzOS4wNzQuMjQ3LjA3NGEuNTcyLjU3MiAwIDAgMCAuMjg2LS4wNy40MzQuNDM0IDAgMCAwIC4xODQtLjE5My42Ny42NyAwIDAgMCAuMDQ0LS4yNzh2LS4xMDJabTEuMDQuMDgydi0uMjE3YTEuNTkgMS41OSAwIDAgMCAuMjM5LS4wMTQuMjMxLjIzMSAwIDAgMCAuMTIyLS4wNzQuMjIxLjIyMSAwIDAgMCAuMDU3LS4xNTUuMjI0LjIyNCAwIDAgMC0uMDc2LS4xNzkuMjc0LjI3NCAwIDAgMC0uMTkzLS4wNjhjLS4xNTYgMC0uMjY2LjA5Mi0uMzI5LjI3NmwtLjI2NC0uMDQzYy4wODMtLjMwOC4yODEtLjQ2MS41OTYtLjQ2MS4xNzUgMCAuMzEyLjA0Ny40MTEuMTQzLjEuMDk2LjE1LjIxLjE1LjM0MyAwIC4xMzQtLjA2NS4yNC0uMTk1LjMyLjA4My4wNDQuMTQ0LjEuMTg2LjE2OWEuNDYyLjQ2MiAwIDAgMSAuMDYxLjI0My40NS40NSAwIDAgMS0uMTYuMzU4Yy0uMTA3LjA5Mi0uMjU3LjEzNy0uNDUuMTM3LS4zNzMgMC0uNTktLjE2Ni0uNjUtLjQ5OGwuMjYxLS4wNTZhLjQyMi40MjIgMCAwIDAgLjE0NC4yNDQuMzkuMzkgMCAwIDAgLjI1LjA4Ny4zNS4zNSAwIDAgMCAuMjMzLS4wNzkuMjU3LjI1NyAwIDAgMCAuMDk0LS4yMDQuMjU1LjI1NSAwIDAgMC0uMDU4LS4xNjcuMjUyLjI1MiAwIDAgMC0uMTI1LS4wODggMS4wNzkgMS4wNzkgMCAwIDAtLjI0MS0uMDE4bC0uMDYzLjAwMVptMi4xNTguNTM5YTEuMDE1IDEuMDE1IDAgMCAxLS4yOTguMTg1Ljg1Ni44NTYgMCAwIDEtLjMwNi4wNTRjLS4xOCAwLS4zMTgtLjA0My0uNDE1LS4xMzFhLjQzNi40MzYgMCAwIDEtLjE0NS0uMzM4LjQ1LjQ1IDAgMCAxIC4xOTctLjM4Yy4wNi0uMDQuMTI3LS4wNy4yMDEtLjA5MS4wNTUtLjAxNC4xMzctLjAyOC4yNDctLjA0Mi4yMjUtLjAyNi4zOS0uMDU4LjQ5Ni0uMDk1bC4wMDEtLjA3M2MwLS4xMTMtLjAyNi0uMTkzLS4wNzgtLjIzOS0uMDcxLS4wNjMtLjE3Ny0uMDk0LS4zMTctLjA5NC0uMTMxIDAtLjIyNy4wMjMtLjI5LjA2OS0uMDYyLjA0NS0uMTA4LjEyNi0uMTM4LjI0M2wtLjI3MS0uMDM4YS42NTUuNjU1IDAgMCAxIC4xMjItLjI4MS41MjIuNTIyIDAgMCAxIC4yNDUtLjE2NWMuMTA3LS4wMzkuMjMxLS4wNTguMzcyLS4wNTguMTQgMCAuMjU0LjAxNi4zNDEuMDQ5YS40NDYuNDQ2IDAgMCAxIC4xOTMuMTI1Yy4wNDIuMDQ5LjA3LjExMi4wODcuMTg4LjAwOS4wNDguMDE0LjEzMy4wMTQuMjU3di4zN2MwIC4yNTkuMDA1LjQyMi4wMTcuNDkxYS42MTYuNjE2IDAgMCAwIC4wNzEuMTk2aC0uMjlhLjU3Ni41NzYgMCAwIDEtLjA1Ni0uMjAyWm0tLjAyMy0uNjIxYTEuOTQ5IDEuOTQ5IDAgMCAxLS40NTQuMTA1IDEuMDQ1IDEuMDQ1IDAgMCAwLS4yNDIuMDU2LjI0Mi4yNDIgMCAwIDAtLjA2NS40MDhjLjA1Ni4wNDkuMTM5LjA3NC4yNDcuMDc0YS41NjguNTY4IDAgMCAwIC4yODUtLjA3LjQyOC40MjggMCAwIDAgLjE4NC0uMTkzLjY2OC42NjggMCAwIDAgLjA0NS0uMjc4di0uMTAyWm0uNDkyLS44MTZoMS4zMzN2LjIzaC0uNTI4djEuNDA5aC0uMjc3di0xLjQwOWgtLjUyOHYtLjIzWm0xLjU5NCAwaC4yNzh2LjY0aC4zNTJjLjIyOSAwIC40MDYuMDQ1LjUyOS4xMzVhLjQyNC40MjQgMCAwIDEgLjE4Ny4zNjcuNDY2LjQ2NiAwIDAgMS0uMTU2LjM1MmMtLjEwMy4wOTctLjI2OC4xNDUtLjQ5Ni4xNDVoLS42OTR2LTEuNjM5Wm0uMjc4IDEuNDExaC4yOTFjLjE3NiAwIC4zMDItLjAyMi4zNzctLjA2NWEuMjE4LjIxOCAwIDAgMCAuMTEzLS4yMDIuMjYuMjYgMCAwIDAtLjA4NC0uMTljLS4wNTUtLjA1Ni0uMTc4LS4wODQtLjM2OS0uMDg0aC0uMzI4di41NDFabTIuMjU0LTEuNDExaC4yNzh2LjcwOGMuMDg4IDAgLjE1LS4wMTcuMTg1LS4wNTEuMDM2LS4wMzQuMDg5LS4xMzIuMTU3LS4yOTYuMDU1LS4xMy4wOTktLjIxNS4xMzMtLjI1NmEuMjUxLjI1MSAwIDAgMSAuMTE4LS4wODQuNzcxLjc3MSAwIDAgMSAuMjEzLS4wMjFoLjA1NXYuMjNsLS4wNzctLjAwMmMtLjA3MyAwLS4xMi4wMTEtLjE0LjAzM2EuNzc3Ljc3NyAwIDAgMC0uMDk5LjIwMi44MzQuODM0IDAgMCAxLS4xMTYuMjIyLjQ3My40NzMgMCAwIDEtLjE2Mi4xMTNjLjExOS4wMzIuMjM3LjE0My4zNTIuMzMzbC4zMDQuNTA4aC0uMzA2bC0uMjk2LS41MDhhLjY4Mi42ODIgMCAwIDAtLjE1OS0uMi4yNjkuMjY5IDAgMCAwLS4xNjItLjA1di43NThoLS4yNzh2LTEuNjM5Wm0xLjMxOC44MTljMC0uMzAzLjA4NS0uNTI4LjI1NC0uNjc0YS43NTguNzU4IDAgMCAxIC41MTUtLjE4MmMuMjI2IDAgLjQxLjA3NC41NTMuMjIyLjE0My4xNDcuMjE1LjM1MS4yMTUuNjExIDAgLjIxMS0uMDMyLjM3OC0uMDk2LjQ5OWEuNjcuNjcgMCAwIDEtLjI3Ny4yODEuNzk3Ljc5NyAwIDAgMS0uMzk1LjEuNzQuNzQgMCAwIDEtLjU1Ny0uMjJjLS4xNDEtLjE0OC0uMjEyLS4zNi0uMjEyLS42MzdabS4yODYgMGMwIC4yMS4wNDYuMzY4LjEzNy40NzNhLjQ0Mi40NDIgMCAwIDAgLjM0Ni4xNTYuNDQuNDQgMCAwIDAgLjM0NS0uMTU4Yy4wOTEtLjEwNS4xMzctLjI2NS4xMzctLjQ4IDAtLjIwMy0uMDQ2LS4zNTYtLjEzOS0uNDZhLjQzNy40MzcgMCAwIDAtLjM0My0uMTU3LjQ0Mi40NDIgMCAwIDAtLjM0Ni4xNTZjLS4wOTEuMTA0LS4xMzcuMjYxLS4xMzcuNDdabTEuNTc5LS44MTloLjI3OHYuNjgyaC43NzF2LS42ODJoLjI3OHYxLjYzOWgtLjI3OHYtLjcyN2gtLjc3MXYuNzI3aC0uMjc4di0xLjYzOVptMS41OTcgMGgxLjMzMnYuMjNoLS41Mjh2MS40MDloLS4yNzZ2LTEuNDA5aC0uNTI4di0uMjNabTIuNjMxIDEuNDM3YTEuMDE1IDEuMDE1IDAgMCAxLS4yOTguMTg1Ljg1Ni44NTYgMCAwIDEtLjMwNi4wNTRjLS4xOCAwLS4zMTgtLjA0My0uNDE1LS4xMzFhLjQzNi40MzYgMCAwIDEtLjE0NS0uMzM4LjQ1LjQ1IDAgMCAxIC4xOTctLjM4Yy4wNi0uMDQuMTI3LS4wNy4yMDEtLjA5MS4wNTUtLjAxNC4xMzctLjAyOC4yNDctLjA0Mi4yMjQtLjAyNi4zOS0uMDU4LjQ5Ni0uMDk1bC4wMDEtLjA3M2MwLS4xMTMtLjAyNi0uMTkzLS4wNzktLjIzOS0uMDcxLS4wNjMtLjE3Ni0uMDk0LS4zMTYtLjA5NC0uMTMxIDAtLjIyOC4wMjMtLjI5LjA2OS0uMDYyLjA0NS0uMTA4LjEyNi0uMTM4LjI0M2wtLjI3Mi0uMDM4YS42OC42OCAwIDAgMSAuMTIyLS4yODEuNTMuNTMgMCAwIDEgLjI0Ni0uMTY1Yy4xMDctLjAzOS4yMzEtLjA1OC4zNzItLjA1OC4xNCAwIC4yNTQuMDE2LjM0MS4wNDlhLjQ0Ni40NDYgMCAwIDEgLjE5My4xMjVjLjA0MS4wNDkuMDcuMTEyLjA4Ny4xODguMDA5LjA0OC4wMTQuMTMzLjAxNC4yNTd2LjM3YzAgLjI1OS4wMDUuNDIyLjAxNy40OTFhLjYxNi42MTYgMCAwIDAgLjA3MS4xOTZoLS4yOTFhLjU5OC41OTggMCAwIDEtLjA1NS0uMjAyWm0tLjAyMy0uNjIxYTEuOTYyIDEuOTYyIDAgMCAxLS40NTQuMTA1IDEuMDU3IDEuMDU3IDAgMCAwLS4yNDMuMDU2LjI0LjI0IDAgMCAwLS4xNDguMjIyYzAgLjA3NC4wMjguMTM2LjA4My4xODYuMDU3LjA0OS4xMzkuMDc0LjI0Ny4wNzRhLjU3LjU3IDAgMCAwIC4yODYtLjA3LjQzNC40MzQgMCAwIDAgLjE4NC0uMTkzLjY2OC42NjggMCAwIDAgLjA0NS0uMjc4di0uMTAyWm0uNzExLS44MTZoLjI3OHYuNzA4Yy4wODkgMCAuMTUxLS4wMTcuMTg2LS4wNTEuMDM2LS4wMzQuMDg4LS4xMzIuMTU3LS4yOTYuMDU1LS4xMy4wOTktLjIxNS4xMzMtLjI1NmEuMjU0LjI1NCAwIDAgMSAuMTE3LS4wODQuNzcxLjc3MSAwIDAgMSAuMjEzLS4wMjFoLjA1NnYuMjNsLS4wNzctLjAwMmMtLjA3MyAwLS4xMi4wMTEtLjE0MS4wMzNhLjg1Mi44NTIgMCAwIDAtLjA5OS4yMDIuODM4LjgzOCAwIDAgMS0uMTE1LjIyMi40NzkuNDc5IDAgMCAxLS4xNjMuMTEzYy4xMi4wMzIuMjM3LjE0My4zNTIuMzMzbC4zMDUuNTA4aC0uMzA2bC0uMjk3LS41MDhhLjY1LjY1IDAgMCAwLS4xNTktLjIuMjY3LjI2NyAwIDAgMC0uMTYyLS4wNXYuNzU4aC0uMjc4di0xLjYzOVptMS4yNzMgMGgxLjMzMnYuMjNoLS41Mjh2MS40MDloLS4yNzZ2LTEuNDA5aC0uNTI4di0uMjNabTMuMTU5IDBoLjI3N3YxLjYzOWgtLjI3N3YtMS42MzlabS0xLjU1NSAwaC4yNzh2LjY0aC4zNTJjLjIyOSAwIC40MDYuMDQ1LjUyOS4xMzVhLjQyNC40MjQgMCAwIDEgLjE4Ny4zNjcuNDY2LjQ2NiAwIDAgMS0uMTU2LjM1MmMtLjEwMy4wOTctLjI2OC4xNDUtLjQ5NS4xNDVoLS42OTV2LTEuNjM5Wm0uMjc4IDEuNDExaC4yOTFjLjE3NiAwIC4zMDItLjAyMi4zNzctLjA2NWEuMjE4LjIxOCAwIDAgMCAuMTEzLS4yMDIuMjYzLjI2MyAwIDAgMC0uMDgzLS4xOWMtLjA1Ni0uMDU2LS4xNzktLjA4NC0uMzY5LS4wODRoLS4zMjl2LjU0MVoiLz48cmVjdCB3aWR0aD0iMzMuMTk1IiBoZWlnaHQ9IjYuNDg0IiB4PSIxMTIuNTUxIiB5PSIxMTAuNTQ2IiBzdHJva2U9IiMxNzg1RTUiIHN0cm9rZS13aWR0aD0iLjIyNiIgcng9Ii43OTEiLz48cGF0aCBmaWxsPSIjRkFEQjdEIiBkPSJNNzguNzkgNTcuNTIzaDIxMC4xNDVINzguNzlabTIxMC4xNDUgNjMuMTQySDc4Ljc5aDIxMC4xNDVabS0yMDkuMjQxIDBhMS41ODEgMS41ODEgMCAwIDEtMS41ODEtMS41ODF2LTU5Ljk4YzAtLjg3My43MDctMS41OCAxLjU4LTEuNTgtLjEyNCAwLS4yMjUuNDA0LS4yMjUuOTAzdjYxLjMzNGMwIC40OTkuMTAxLjkwNC4yMjYuOTA0Wm0yMDkuMjQxLTYzLjE0MnY2My4xNDItNjMuMTQyWiIgbWFzaz0idXJsKCNnKSIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJkIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNODMuMzA3IDc2LjA3NWgxNjMuNzQ3djVIODMuMzA3eiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOTYuNDM3IDc2LjA3NWgzMi44NzJ2NUg5Ni40Mzd6Ii8+PC9jbGlwUGF0aD48ZmlsdGVyIGlkPSJhIiB3aWR0aD0iMzI3IiBoZWlnaHQ9IjIxMy43MzUiIHg9IjAiIHk9IjAiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJoYXJkQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjQiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI2Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuNDM5MjE2IDAgMCAwIDAgMC41NjQ3MDYgMCAwIDAgMCAwLjY5MDE5NiAwIDAgMCAwLjE2IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTAxMl85NTEiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTAxMl85NTEiIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJjIiB3aWR0aD0iMjE1LjU2NiIgaGVpZ2h0PSI2OC41NjIiIHg9Ijc2LjA4IiB5PSI1NS43MTYiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJoYXJkQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9Ii45MDMiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjM1NSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjQzOTIxNiAwIDAgMCAwIDAuNTY0NzA2IDAgMCAwIDAgMC42OTAxOTYgMCAwIDAgMC4xNiAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzEwMTJfOTUxIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzEwMTJfOTUxIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PHBhdHRlcm4gaWQ9ImYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48dXNlIHhsaW5rOmhyZWY9IiNoIiB0cmFuc2Zvcm09Im1hdHJpeCguMDAxIDAgMCAuMDAyIDAgLS4xMTQpIi8+PC9wYXR0ZXJuPjxpbWFnZSB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQStnQUFBSm1DQVlBQUFEUGJxcjRBQUFnQUVsRVFWUjRYdXlkQ1pobFJYbS9mM2Z0dlh1bVo5OFlGZFM0SWFJeGFnaFJYSEZIRmhFWEFzYWdvUCtJUmtWY28xRmNvaExqRWhFbFNqUW9JR0lFRFZGQjBjUTFMbEVRUlJoaDlobG1wcWYzN2Q3L1UvZDI5VlJYVjUxemU2Wjc1blQzMjgralROOTdUaTF2ZlZYOS9lcXJKVmV0VnF2aUJ3SVFnQUFFSUFBQkNFQUFBaENBQUFRZ0FJRWpTaUNIUUQraS9Na2NBaENBQUFRZ0FBRUlRQUFDRUlBQUJDQlFJNEJBeHhBZ0FBRUlRQUFDRUlBQUJDQUFBUWhBQUFJWklJQkF6MEFqVUFRSVFBQUNFSUFBQkNBQUFRaEFBQUlRZ0FBQ0hSdUFBQVFnQUFFSVFBQUNFSUFBQkNBQUFRaGtnQUFDUFFPTlFCRWdBQUVJUUFBQ0VJQUFCQ0FBQVFoQUFBSUlkR3dBQWhDQUFBUWdBQUVJUUFBQ0VJQUFCQ0NRQVFJSTlBdzBBa1dBQUFRZ0FBRUlRQUFDRUlBQUJDQUFBUWdnMExFQkNFQUFBaENBQUFRZ0FBRUlRQUFDRUlCQUJnZ2cwRFBRQ0JRQkFoQ0FBQVFnQUFFSVFBQUNFSUFBQkNDQVFNY0dJQUFCQ0VBQUFoQ0FBQVFnQUFFSVFBQUNHU0NBUU05QUkxQUVDRUFBQWhDQUFBUWdBQUVJUUFBQ0VJQUFBaDBiZ0FBRUlBQUJDRUFBQWhDQUFBUWdBQUVJWklBQUFqMERqVUFSSUFBQkNFQUFBaENBQUFRZ0FBRUlRQUFDQ0hSc0FBSVFnQUFFSUFBQkNFQUFBaENBQUFRZ2tBRUNDUFFNTkFKRmdBQUVJQUFCQ0VBQUFoQ0FBQVFnQUFFSUlOQ3hBUWhBQUFJUWdBQUVJQUFCQ0VBQUFoQ0FRQVlJSU5BejBBZ1VBUUlRZ0FBRUlBQUJDRUFBQWhDQUFBUWdnRURIQmlBQUFRaEFBQUlRZ0FBRUlBQUJDRUFBQWhrZ2dFRFBRQ05RQkFoQUFBSVFnQUFFSUFBQkNFQUFBaENBQUFJZEc0QUFCQ0FBQVFoQUFBSVFnQUFFSUFBQkNHU0FBQUk5QTQxQUVTQUFBUWhBQUFJUWdBQUVJQUFCQ0VBQUFnaDBiQUFDRUlBQUJDQUFBUWhBQUFJUWdBQUVJSkFCQWdqMEREUUNSWUFBQkNBQUFRaEFBQUlRZ0FBRUlBQUJDQ0RRc1FFSVFBQUNFSUFBQkNBQUFRaEFBQUlRZ0VBR0NDRFFNOUFJRkFFQ0VJQUFCQ0FBQVFoQUFBSVFnQUFFSUlCQXh3WWdBQUVJUUFBQ0VJQUFCQ0FBQVFoQUFBSVpJSUJBejBBalVBUUlRQUFDRUlBQUJDQUFBUWhBQUFJUWdBQUNIUnVBQUFRZ0FBRUlRQUFDRUlBQUJDQUFBUWhrZ0FBQ1BRT05RQkVnQUFFSVFBQUNFSUFBQkNBQUFRaEFBQUlJZEd3QUFoQ0FBQVFnQUFFSVFBQUNFSUFBQkNDUUFRSUk5QXcwQWtXQUFBUWdBQUVJUUFBQ0VJQUFCQ0FBQVFnZzBMRUJDRUFBQWhDQUFBUWdBQUVJUUFBQ0VJQkFCZ2dnMERQUUNCUUJBaENBQUFRZ0FBRUlRQUFDRUlBQUJDQ0FRTWNHSUFBQkNFQUFBaENBQUFRZ0FBRUlRQUFDR1NDQVFNOUFJMUFFQ0VBQUFoQ0FBQVFnQUFFSVFBQUNFSUFBQWgwYmdBQUVJQUFCQ0VBQUFoQ0FBQVFnQUFFSVpJQUFBajBEalVBUklBQUJDRUFBQWhDQUFBUWdBQUVJUUFBQ0NIUnNBQUlRZ0FBRUlBQUJDRUFBQWhDQUFBUWdrQUVDQ1BRTU5BSkZnQUFFSUFBQkNFQUFBaENBQUFRZ0FBRUlJTkN4QVFoQUFBSVFnQUFFSUFBQkNFQUFBaENBUUFZSUlOQXowQWdVQVFJUWdBQUVJQUFCQ0VBQUFoQ0FBQVFnZ0VESEJpQUFBUWhBQUFJUWdBQUVJQUFCQ0VBQUFoa2dnRURQUUNOUUJBaEFBQUlRZ0FBRUlBQUJDRUFBQWhDQUFBSWRHNEFBQkNBQUFRaEFBQUlRZ0FBRUlBQUJDR1NBQUFJOUE0MUFFU0FBQVFoQUFBSVFnQUFFSUFBQkNFQUFBZ2gwYkFBQ0VJQUFCQ0FBQVFoQUFBSVFnQUFFSUpBQkFnajBERFFDUllBQUJDQUFBUWhBQUFJUWdBQUVJQUFCQ0NEUXNRRUlRQUFDRUlBQUJDQUFBUWhBQUFJUWdFQUdDQ0RRTTlBSUZBRUNFSUFBQkNBQUFRaEFBQUlRZ0FBRUlJQkF4d1lnQUFFSVFBQUNFSUFBQkNBQUFRaEFBQUlaSUlCQXowQWpVQVFJUUFBQ0VJQUFCQ0FBQVFoQUFBSVFnQUFDSFJ1QUFBUWdBQUVJUUFBQ0VJQUFCQ0FBQVFoa2dBQUNQUU9OUUJFZ0FBRUlRQUFDRUlBQUJDQUFBUWhBQUFJSWRHd0FBaENBQUFRZ0FBRUlRQUFDRUlBQUJDQ1FBUUlJOUF3MEFrV0FBQVFnQUFFSVFBQUNFSUFBQkNBQUFRZ2cwTEVCQ0VBQUFoQ0FBQVFnQUFFSVFBQUNFSUJBQmdnZzBEUFFDQlFCQWhDQUFBUWdBQUVJUUFBQ0VJQUFCQ0NBUU1jR0lBQUJDRUFBQWhDQUFBUWdBQUVJUUFBQ0dTQ0FRTTlBSTFBRUNFQUFBaENBQUFRZ0FBRUlRQUFDRUlBQUFoMGJnQUFFSUFBQkNFQUFBaENBQUFRZ0FBRUlaSUFBQWowRGpVQVJJQUFCQ0VBQUFoQ0FBQVFnQUFFSVFBQUNDSFJzQUFJUWdBQUVJQUFCQ0VBQUFoQ0FBQVFna0FFQ0NQUU1OQUpGZ0FBRUlBQUJDRUFBQWhDQUFBUWdBQUVJSU5DeEFRaEFBQUlRZ0FBRUlBQUJDRUFBQWhDQVFBWUlJTkF6MEFnVUFRSVFnQUFFSUFBQkNFQUFBaENBQUFRZ2dFREhCaUFBQVFoQUFBSVFnQUFFSUFBQkNFQUFBaGtnZ0VEUFFDTlFCQWhBQUFJUWdBQUVJQUFCQ0VBQUFoQ0FBQUlkRzRBQUJDQUFBUWhBQUFJUWdBQUVJQUFCQ0dTQUFBSTlBNDFBRVNBQUFRaEFBQUlRZ0FBRUlBQUJDRUFBQWdoMGJBQUNFSUFBQkNBQUFRaEFBQUlRZ0FBRUlKQUJBZ2owRERRQ1JZQUFCQ0FBQVFoQUFBSVFnQUFFSUFBQkNDRFFzUUVJUUFBQ0VJQUFCQ0FBQVFoQUFBSVFnRUFHQ0NEUU05QUlGQUVDRUlBQUJDQUFBUWhBQUFJUWdBQUVJSUJBeHdZZ0FBRUlRQUFDRUlBQUJDQUFBUWhBQUFJWklJQkF6MEFqVUFRSVFBQUNFSUFBQkNBQUFRaEFBQUlRZ0FBQ0hSdUFBQVFnQUFFSVFBQUNFSUFBQkNBQUFRaGtnQUFDUFFPTlFCRWdBQUVJUUFBQ0VJQUFCQ0FBQVFoQUFBSUlkR3dBQWhDQUFBUWdBQUVJUUFBQ0VJQUFCQ0NRQVFJSTlBdzBBa1dBQUFRZ0FBRUlRQUFDRUlBQUJDQUFBUWdnMExFQkNFQUFBaENBQUFRZ0FBRUlRQUFDRUlCQUJnZ2cwRFBRQ0JRQkFoQ0FBQVFnQUFFSVFBQUNFSUFBQkNDQVFNY0dJQUFCQ0VBQUFoQ0FBQVFnQUFFSVFBQUNHU0NBUU05QUkxQUVDRUFBQWhDQUFBUWdBQUVJUUFBQ0VJQUFBaDBiZ0FBRUlBQUJDRUFBQWhDQUFBUWdBQUVJWklBQUFqMERqVUFSSUFBQkNFQUFBaENBQUFRZ0FBRUlRQUFDQ0hSc0FBSVFnQUFFSUFBQkNFQUFBaENBQUFRZ2tBRUNDUFFNTkFKRmdBQUVJQUFCQ0VBQUFoQ0FBQVFnQUFFSUlOQ3hBUWhBQUFJUWdBQUVJQUFCQ0VBQUFoQ0FRQVlJSU5BejBBZ1VBUUlRZ0FBRUlBQUJDRUFBQWhDQUFBUWdnRURIQmlBQUFRaEFBQUlRZ0FBRUlBQUJDRUFBQWhrZ2dFRFBRQ05RQkFoQUFBSVFnQUFFSUFBQkNFQUFBaENBQUFJZEc0QUFCQ0FBQVFoQUFBSVFnQUFFSUFBQkNHU0FBQUk5QTQxQUVTQUFBUWhBQUFJUWdBQUVJQUFCQ0VBQUFnaDBiQUFDRUlBQUJDQUFBUWhBQUFJUWdBQUVJSkFCQWdqMEREUUNSWUFBQkNBQUFRaEFBQUlRZ0FBRUlBQUJDQ0RRc1FFSVFBQUNFSUFBQkNBQUFRaEFBQUlRZ0VBR0NDRFFNOUFJRkFFQ0VJQUFCQ0FBQVFoQUFBSVFnQUFFSUlCQXh3WWdBQUVJUUFBQ0VJQUFCQ0FBQVFoQUFBSVpJSUJBejBBalVBUUlRQUFDRUlBQUJDQUFBUWhBQUFJUWdBQUNIUnVBQUFRZ0FBRUlRQUFDRUlBQUJDQUFBUWhrZ0FBQ1BRT05RQkVnQUFFSVFBQUNFSUFBQkNBQUFRaEFBQUlJZEd3QUFoQ0FBQVFnQUFFSVFBQUNFSUFBQkNDUUFRSUk5QXcwQWtXQUFBUWdBQUVJUUFBQ0VJQUFCQ0FBQVFnZzBMRUJDRUFBQWhDQUFBUWdBQUVJUUFBQ0VJQkFCZ2dnMERQUUNCUUJBaENBQUFRZ0FBRUlRQUFDRUlBQUJDQ0FRTWNHSUFBQkNFQUFBaENBQUFRZ0FBRUlRQUFDR1NDQVFNOUFJMUFFQ0VBQUFoQ0FBQVFnQUFFSVFBQUNFSUFBQWgwYmdBQUVJQUFCQ0VBQUFoQ0FBQVFnQUFFSVpJQUFBajBEalVBUklBQUJDRUFBQWhDQUFBUWdBQUVJUUFBQ0NIUnNBQUlRZ0FBRUlBQUJDRUFBQWhDQUFBUWdrQUVDQ1BRTU5BSkZnQUFFSUFBQkNFQUFBaENBQUFRZ0FBRUlJTkN4QVFoQUFBSVFnQUFFSUFBQkNFQUFBaENBUUFZSUlOQXowQWdVQVFJUWdBQUVJQUFCQ0VBQUFoQ0FBQVFnZ0VESEJpQUFBUWhBQUFJUWdBQUVJQUFCQ0VBQUFoa2dnRURQUUNOUUJBaEFBQUlRZ0FBRUlBQUJDRUFBQWhDQUFBSWRHNEFBQkNBQUFRaEFBQUlRZ0FBRUlBQUJDR1NBQUFJOUE0MUFFU0FBQVFoQUFBSVFnQUFFSUFBQkNFQUFBZ2gwYkFBQ0VJQUFCQ0FBQVFoQUFBSVFnQUFFSUpBQkFnajBERFFDUllBQUJDQUFBUWhBQUFJUWdBQUVJQUFCQ0NEUXNRRUlRQUFDRUlBQUJDQUFBUWhBQUFJUWdFQUdDQ0RRTTlBSUZBRUNFSUFBQkNBQUFRaEFBQUlRZ0FBRUlJQkF4d1lnQUFFSVFBQUNFSUFBQkNBQUFRaEFBQUlaSUlCQXowQWpVQVFJUUFBQ0VJQUFCQ0FBQVFoQUFBSVFnQUFDSFJ1QUFBUWdBQUVJUUFBQ0VJQUFCQ0FBQVFoa2dBQUNQUU9OUUJFZ0FBRUlRQUFDRUlBQUJDQUFBUWhBQUFJSWRHd0FBaENBQUFRZ0FBRUlRQUFDRUlBQUJDQ1FBUUlJOUF3MEFrV0FBQVFnQUFFSVFBQUNFSUFBQkNBQUFRZ2cwTEVCQ0VBQUFoQ0FBQVFnQUFFSVFBQUNFSUJBQmdnZzBEUFFDQlFCQWhDQUFBUWdBQUVJUUFBQ0VJQUFCQ0NBUU1jR0lBQUJDRUFBQWhDQUFBUWdBQUVJUUFBQ0dTQ0FRTTlBSTFBRUNFQUFBaENBQUFRZ0FBRUlRQUFDRUlBQUFoMGJnQUFFSUFBQkNFQUFBaENBQUFRZ0FBRUlaSUFBQWowRGpVQVJJQUFCQ0VBQUFoQ0FBQVFnQUFFSVFBQUNDSFJzQUFJUWdBQUVJQUFCQ0VBQUFoQ0FBQVFna0FFQ0NQUU1OQUpGZ0FBRUlBQUJDRUFBQWhDQUFBUWdBQUVJSU5DeEFRaEFBQUlRZ0FBRUlBQUJDRUFBQWhDQVFBWUlJTkF6MEFnVUFRSVFnQUFFSUFBQkNFQUFBaENBQUFRZ2dFREhCaUFBQVFoQUFBSVFnQUFFSUFBQkNFQUFBaGtnZ0VEUFFDTlFCQWhBQUFJUWdBQUVJQUFCQ0VBQUFoQ0FBQUlkRzRBQUJDQUFBUWhBQUFJUWdBQUVJQUFCQ0dTQUFBSTlBNDFBRVNBQUFRaEFBQUlRZ0FBRUlBQUJDRUFBQWdoMGJBQUNFSUFBQkNBQUFRaEFBQUlRZ0FBRUlKQUJBZ2owRERRQ1JZQUFCQ0FBQVFoQUFBSVFnQUFFSUFBQkNDRFFzUUVJUUFBQ0VJQUFCQ0FBQVFoQUFBSVFnRUFHQ0NEUU05QUlGQUVDRUlBQUJDQUFBUWhBQUFJUWdBQUVJSUJBeHdZZ0FBRUlRQUFDRUlBQUJDQUFBUWhBQUFJWklJQkF6MEFqVUFRSVFBQUNFSUFBQkNBQUFRaEFBQUlRZ0FBQ0hSdUFBQVFnQUFFSVFBQUNFSUFBQkNBQUFRaGtnQUFDUFFPTlFCRWdBQUVJUUFBQ0VJQUFCQ0FBQVFoQUFBSUlkR3dBQWhDQUFBUWdBQUVJUUFBQ0VJQUFCQ0NRQVFJSTlBdzBBa1dBQUFRZ0FBRUlRQUFDRUlBQUJDQUFBUWdnMExFQkNFQUFBaENBQUFRZ0FBRUlRQUFDRUlCQUJnZ2cwRFBRQ0JRQkFoQ0FBQVFnQUFFSVFBQUNFSUFBQkNDQVFNY0dJQUFCQ0VBQUFoQ0FBQVFnQUFFSVFBQUNHU0NBUU05QUkxQUVDRUFBQWhDQUFBUWdBQUVJUUFBQ0VJQUFBaDBiZ0FBRUlBQUJDRUFBQWhDQUFBUWdBQUVJWklBQUFqMERqVUFSSUFBQkNFQUFBaENBQUFRZ0FBRUlRQUFDQ0hSc0FBSVFnQUFFSUFBQkNFQUFBaENBQUFRZ2tBRUNDUFFNTkFKRmdBQUVJQUFCQ0VBQUFoQ0FBQVFnQUFFSUlOQ3hBUWhBQUFJUWdBQUU1amVCMFhGVkJvY09ieDJxVlZVbEZUcmJwRnp1OE9aTmJoQ0FBQVFnc0dBSklOQVhiTk5TTVFoQUFBSVFnTURDSkZEcEdkVFFENzZua1YvY29iSGYzcVhoTzM2cXNiNGU1YXZKUXRrSWF2T0UrYS81c2YrMmIvbWZ1OC80ejFjcTQ4bzN0V2oxOVY5VDZYNXJGeVpvYWdVQkNFQUFBb2VkQUFMOXNDTW5Rd2hBQUFJUWdBQUVaa3Fnc3FkWEF6ZmNwUDJmK1pTR2YvWnpEZmZ0VnQ0UjJsWkFtLzlhb2UyTGF2OXorMnhJMXJ2UHVtbTc2ZWVVMC8zdTJLVGlnNDZhYVhWNEhnSVFnQUFFSUJBa2dFREhNQ0FBQVFoQUFBSVF5RFNCZlIvK3VQWmYvbW1OM3Y0YlZUUldLNnNWNTFNRmMxMmN1NExiajVxN0ZRMDlWNWxJT3lUUXAwWGdTMDNhZVB1ZEtoNjlQdFA4S0J3RUlBQUJDTXdmQWdqMCtkTldsQlFDRUlBQUJDQ3dxQWdNZnYxYnV1OU5iOVBBYlQrY0ZPVjJXWHBNaUZ0QW9lZjhKZXhXNUp2UDNmUjhjVzZlODRXN2VTWmZhdEpSdC85ZXBhTTNMS3Ayb2JJUWdBQUVJREIzQkJEb2M4ZVdsQmM1Z2VHZi8wcDkxMXlyZkV2TElpY3hXOVd2S2xjdXExb29xclIwalFyZFM2UmlTYm1PRnVYYTI1VHZhRmV1cTBPRnBWM0tsVXV6bFNucFFBQUNSNEJBZFhCRWU5N3hMdTM1NEh0cXVkdEl0L212RWNydW52SFF2Mk5GZHZlZjIzUmQwVzVGdUp1SCs1eTdaNzMyTEJIMEkyQWRaQWtCQ0VCZ1lSTkFvQy9zOXFWMlI1REF2by84czdhOTd2K3A0RVZtVEpIOHlFK29tSTA4RTN2UGRXZ2JSWkNXMzZGK0h5dEhVcnF4Q0pseGt1dE9lVjc1UXJOeUxjM0t0VFVyMTlxaTRzb0hxSHpVVWNxdldhN0MvWTlTNmVnSHFIei9CNnU0Y1hWTnpQTURBUWhrbTBCMWNFdzdYM1MyOWwvL3hTbEwxZjJEM0dvUmJLY3FzWDNuZHN6MWErMHZiM2VGdUI5Tk4va0V4eU1UUWIvdDl5b2RRd1E5MjFaRjZTQUFBUWpNSHdJSTlQblRWcFIwbmhIbytjUmwybkhCZVVHQjdqcU1zZE9EUTVFZWQ0bWw2MXphejExRTdsN0p0QXVBWXMvNlR1cTA2RkZnV1dnc3I2UzBZcE1XU1h0SlErbkZIUEZDb1ZYNVpaM0tkM2FxOVFuUFVPbjRoNmpwK09OVWZ1akRsRi9XTWM4c2krSkNZT0VTcUd5OVQ5dWVkYXI2Zi9IZGFRZkF4VTVldHpUOGNTdzIrVGR0SC9sRUFtbEw1a05MNEhNbWduN2JuU29ld3g3MGhXdVYxQXdDRUlEQTRTV0FRRCs4dk1sdEVSRXdBbjM3QmVlcDZFVjRRb2NTK2NMYS91N3VvWFQzUVBxQzNDN0hUQkx0cm5PYjV0QTJFdFgyOTJPNjRqMUpXS2NKK0pqejdKZlovZDM4MjEvbWF0TXg1YlRmdXhHMnZISXFybitBaWh1UFV2c3p6MUR6VXgrbnBzY2NOL1YwcVVWa3IxUVZBa2Vjd0VoRjI1LzNJdlYrODh1MS91eFBYaWIxODdRVlB2NFlHMXNXSDV2NE0rL0hJdWdjRW5mRUxZY0NRQUFDRUZoUUJCRG9DNm81cVV5V0NJUUVlc3hKRElsTjF4bU1SYzU5TWVzSzBkRHl6OWhWUWphZEpJZllMNk03aWVDTFozY2ZwNTFZY1BlUXhzUzFkWUpkUjl4djAxaVV6SjJrOEplNnV1bUcwalBQbS8rVlM5MXFmdklKYW5uU1U5UjI4bE5WUE9ZQnlyV1VzMlJXbEFVQ0M1YkE5bWVkcnYwM1hqTmwyWHBzUXMrZnBBejFlZmVaUmlZTi9Vbk1VTVI4MmlRQmU5QVhyRDFTTVFoQUFBSkhpZ0FDL1VpUko5OEZUOEF1Y2ZmdjZmVkZhTkpTYmV1Y3VnY1d1U0xhaW5EZk9RMUYxR09UQXlISE5sWkc5OW1ZUUhjL2R5Y1czTExHbHZXNzR0c1Y5cUZWQjM2NXJjaTJlMFhkY29TZTlTY0I3UHYyODN4Ymw1b2YvaWkxUFBQWmFuM3FTU28vK2hIS2xkMzFFQXZlaEtrZ0JBNGJnYjdQZjBWYnpqNjF0aVVvdEwwbk5DYUYrdkEwQVQxUmc2Ukp1OUE0NjFZOEZHMmZIRzlxZTlEdlZJa2w3b2ZOVnNnSUFoQ0F3RUluZ0VCZjZDMU0vWTRZQVYrZ2h3U3QrY3lQL01hV2lydlJuWkRnOU4vem5WZWJmeWlTNUVOeUhWYjNjS1RRWG5mck9NZWNhcitPb1VoMzZGM3JBTnVscm8xRXdFS1RFQ0Z1ZmxUT2ZjWS9JZHFrbVMrM3FQbmhqMWJiQzU2bjl0TmZxT0tET0JEcWlIVXNNbDV3Qk1ZMmJkYm1SejFHby90MlRJbWV4OFlzTythNHE0UkNrNGRwSXRzZHUrdzQ1WTUzc1FuSktlTXZFZlFGWjQ5VUNBSVFnTUNSSm9CQVA5SXRRUDRMbG9CL1NKd3YwRVBMS1YxUm5lUndXckhxN2xGM2w1RDdhVnRITkpSK2tyQjIzL09kWFgvNXFGcy9YeFNIbHM3YnROMTdpSDFHSVRFZldqWGcxc3QxdEpNYzhFWlp1eUxCdnRQeXB5ZXE2N1d2VmVzem5xeDhkK2VDdFdFcUJvSERRV0RIODEraS9kZC9ZY3ErYzN0MmhMc2lKalN4RnR1V2t6UXg1NStmNGZieDBBb2NPNmE0K1U5T2lDTFFENGVKa0FjRUlBQ0JSVVVBZ2I2b21wdktIazRDN2g3MEpNSHNDc1hZNFc4aE1SbGIzdTR1RXc5RjFVT0NNeWJjWFlFYmk5cUhSSHphS2dEM25kQTFTYUVsOE81aGIvNlMwMWgwM2Eyclc2YVFpUGZGdkR0eDRTK0J0ZEg5MHNxMVd2TEt2MVhuT1M5UjRYNXJENmQ1a1JjRUZnU0JrWi8vVnZjKytsaFZxNk8xY3lEY0NUdi85OWgrZEg5TXMrT1pPeGE2bi9uZisyZDgrRnVLa2laTGE2ZTQzMzZuaWtkeml2dUNNRWdxQVFFSVFDQURCQkRvR1dnRWlyQXdDYmhMM0VON3FFUGkwVHFPb2NPTmZCSHF2eC82M2Q4RG5yWmMzRytKcENpVVc1N1lwSUFmcVlwRi9wTUV0NytmUGttTXg4cWJOTG5nMWpuRTJIZk9mYkZ1eW1mMnpYYWNmbzdhWC9JaXRUNzdxVk12WjE2WTVrMnRJREFyQkhhKzlCWGE5MitYMS9wUTdGQTNYMmpiY1RJMFh2a1RjZjdFVzlwa252dThQNjc1RXdHMUNRU3pCLzMyTzFWQ29NK0tQWkFJQkNBQUFRaElDSFNzQUFKelJNQmQ0ajdUTEVMaU55bU5Sc1I3MnY3eGtDUHJPc0pwam0xc2xVQWpreE94eVFhL1RBZnplNW9BVDVxVVNDcFh5Rmt2Rk52VmZPSUpXbkxoNjlYNjdLZk10Tmw1SGdLTGlzRG9waTNhOHZqSGEzVDd2YlhJK1V6R3ZkQjRNMU40c1hIVHBoTTZiTk45cHphbUVrR2ZLWGFlaHdBRUlBQ0JGQUlJZEV3RUFuTkU0RkFFK2t5TGxPWm96alM5MFBOcEFuMDI4cGlQYWZqUlBTc2NXaDc1cDFyMkQrOVZDMEo5UGpZclpUNE1CUHF1L0pLMnZlek1LWHZQRDBPMnM1WkZyZS9YQlBydlZUeWFneU5uRFN3SlFRQUNFRmprQkJEb2k5d0FxUDdjRVVnUzZJMUdmMEo3S0JzcDhVd0YrMHpFZHl3U2I4cmxSOERjc3ZxUmRQT2R2eHpWdkY5Yk5ocW9aR3hKdlo5SGpLMi9YSFVtUytVYjNmdnE3bHMvSU5RZnAyVWZ2RVROVC93TDVVcG1JUzgvRUlDQUliRGp6SmVyNTB1ZnJmWDNVQjlMNi9PTjlzdllXQk02S3lOcGJQYS9JNEtPSFVNQUFoQ0F3RndRUUtEUEJWWFNoSUFrOTVBNEgwaWpnamdrZUdOWGhJV2MwSU50aUtUbDZqTVY2S2E4L2p0dStvMnlpTzNMVDZwamt0T2Z4RFpwcVczYTVJYy9xVkl2ZDE2ZFo1eWpwVzkvczBvUE8vcGdtNFgzSUxCZ0NGUXJWVzErOFBFYXV2TVgwNWEzMjhrK082YjVrMy9tOTlBNEZCcEwvRFQ4Y2RLK0U5di83Z0tQQzNRaTZBdkdNS2tJQkNBQWdRd1FRS0Jub0JFb3dzSWs0RWZRMDRTZDd3Z2U2dDd0RU5WR3hYVlNXZWFpdFE2V1RTUHZOVG9CRUJJQm9jK1Nvdnl4aVpnRDcrVFY5ZkxYYU1rN0wxSngvZXE1UUVtYUVKZ1hCRWJ2dUV2M0hQdFFWVWVHSjhzYmk0ZzMwczhQdHRKSmszRTJ6VmordGMvWmczNnc2SGtQQWhDQUFBUWlCQkRvbUFZRTVvaUFIMEdQUld6OWFMSXRqbi9OVjh5UmJDUmRtNlo3ZlpENXpNM0R6ZGNLMHhDYTBMTDBXRnIrNTZHcnkyTFI5S1Q2Mm5SRDk2VDdKOEw3SWpzcFhmT2RmKzl5NkJSNTk3bWsvUHpybXN6djV0M3ltZzFhOVluUHF1WDVIQ1EzUjkyUFpETk9ZT2ptSDJyelNYOCtFUXMvc0QwbU5PNmxDZlJER1pPU0JMcE5OelF1VEU2NmNZcDd4aTJONGtFQUFoQ1lmd1FRNlBPdnpTanhQQ0V3a3dpNkZhbFdlRFpTeFRTbjFSWFpTWHMxM2J6ZC9KUFNUM0pxWXhNR3JsRDJSYThiMlUrNlZzMm03UzgxOVVXNHo4OTlMOFFpYVdWQmtzQVA1UnZpRm1JeUxxbnQrTWRyeFdjL282WkhQcVNSSnVjWkNDd1lBdjFYZjBQYnpuaG1yVDVKa1hOM2tzOFY0a2tuckNlTkV4YWdQeWFFK20zYXpSZEUwQmVNT1ZJUkNFQUFBcGtpZ0VEUFZITlFtSVZFd0wwSDNkYXJFVWZVUGh2YXQrMGZhbVFqTzY0WXQ0NW03RkEyWDdnbjdlMk8zU2tjaWlEYmRFT09iaXdxWmcrREN3bFlWL3lHM25lWldzR2VWQzdYdG1JUk43K2RRc0krNXRnMzR2RDdreUhtOTJKYnQ1YTgrU0l0ZWQzZkt0ZFNYa2hkZ0xwQUlFcWcvMSt2MDdaelhqQXAwRU9UYnJFVk12N0tGSDlNODBXNFc0allCSm8vVVJBcWp6ODJJOUF4Y0FoQUFBSVFtQXNDQ1BTNW9FcWFFSmc0Skc3SEJlZEZUeWhPZytRN2trbGkwWFZJZmVIYWlMZ05MZE5PYzNKOWg5WjFrbjB4Ykg2ZjZmNTNWOHpHSmdxU2hIYm9NRDJicG4vbnNqc1owS2d6YitzZlcya1FpL0w3N1dQemJ2M3prN1R5OG45UjZVOGVtR1lhZkErQmVVK2cvNHBydGZYYzB4S3ZXRXZxUTZHK243UlNLQWxZbzZMZEh4TTV4WDNlbXlFVmdBQUVJSkJKQWdqMFREWUxoVm9JQk53bDdyN1k5TVdzdTlmUi9OdGZ5dWxIbXYwSVVtaEpweS9vN1R0dWhOMHRWK3p6dEtpL0wxVDlOTjA5M2U2enJyTWJlOFozd3EzSTkrdmJxTDM0S3hEOHNxZWw3NzhmU3MvbDJHZzdXWHNvTnJlcCt4M3ZWOWRGRnpSYUpaNkR3THdrMEgvRlY3VHQzRk1ueSs1T0VqWlNvZENFcFMrZ1krZER1T21IK25Bcy8rRHFJTzVCYjZTNWVBWUNFSUFBQkdaQUFJRStBMWc4Q29HWkVIQUZlbWhKWmtpOCtTSTVGUDEyUDR1Vkp5VHcvZVhWNWhsZnRJY0V0Ty9rdWs2cUcrSHkwN2VpczFHQm5pUm0zUWtNTi9vZEtyL1B4SlRMZjhjdlU5b3pmcDM5U1F1L1RmejBRaE1Lb1R4dE9sMHYrV3V0K1BoSGxldHNtWW5KOFN3RTVnMEJJOUMzbm52cWxQM25vVEVwdHBJb1ZGRmZ0RGNpMEcwNi9pUnBFa2czbjN6dGtMamZxM1QwaG5uRG5vSkNBQUlRZ0VDMkNTRFFzOTArbEc0ZUUvQVBpYk5WaVMzYmRFVmZ5Q24xSFVsWFRJZWkzSDQrc2FYWWpTSU83WWwzeTJRRmVXaHBlZElTZWpmL1F5MWpVbFRONWhNNldkMnVVTEIxc0d6OXNvVStEMDBJcExWTm1yZ3daV3crNmlGYThjbFBxT1daVDJ5MGlYZ09Bdk9HZ0kyZzI0bXEyUGlSTmo2azNWOStNR05LYUJ5SmpjbTFhOVp1KzcyS3h5RFE1NDN4VVZBSVFBQUNHU2VBUU05NEExRzgrVXZBWHJOVzhFNHA5cDIvTkFmU2ZCOTZ4eFdWcm5QclIydGpFWEEzNHQzSU1uYlhrVGI1aFU1YmQxc3JhZExBRi9hdWVHNUVMTWRFY1NQQ09yU01QY1FvVnNaUU5EMjBrc0JHQTBNckNKTEs3NHI3ZkV1N2xuL29ZK3A4MWRuenR5TlFjZ2dFQ1BoTDNQMUhZdU9IdiswbE5INkdWcXlrcGVlT0hVa1RmZE8yQ3BXYXRmRzNkNnI0Z0hXME13UWdBQUVJUUdCV0NDRFFad1VqaVVCZ09vRzBDSHBJVExxcHBDMnI5cDkxaFYxYU5ENFU1WGJmOTUxVlgzaEhvMGtUa3dudTk2RWwrU0VuMitlUnRyUTFiWVZBYktMQzFpWDBma3lVeDk0SnRaY2JvVGZmK3hNYlNYMGx4clhqMUpkcTFUV2ZwNXRCWU1FUWNBVjZiSUxRcjJ4U1pIc200Nlh0bHpNWmcvMTM3UGlSYjI3VFVYZi9VY1hWeXhaTTIxQVJDRUFBQWhBNHNnUVE2RWVXUDdrdllBSitCRDFKTUliMlgvdml6ejBvemhmamJwVGRmaGZhOTI2ZHpORGU5a1lGdWl0aVRSN21KN1F2UExZUDNncFcxNkdPUmVOakV3Mmg2TDh2YnYwbCthSGZUZm8yajlnNUFhNFRIeExiYmtSK2trMnVvT0t5Sm8zMURLbzZXaSt0dTcvV3p6TVdCVFJjVGZybWZ4MG5Qa1VyUHZOcGxZNjUzd0x1TlZSdHNSQndCYm83V1pZMk5ya3JVeG9aenl6UHRBazVmMHdKamRkMm5IVlh4ZFFFK2wyYlZGeXpmTEUwSGZXRUFBUWdBSUU1Sm9CQW4yUEFKTDk0Q2ZqM29DZEZpZnpJa0I4TmNvV2g3eVRHOW5lN3ovbGl2OUU5NFg3cnhmYWhwMFhrRHpZLzM3bDJKd2RjNXp4V3Y1aHpIc3BDRlJrQUFDQUFTVVJCVkhzM3JYNGhJZTBMOUp4eVd2NitGblU4cTZLaE84ZTA3MzE1OWYxb3BEYUpFU3QvMmdTRmJjdm1oeDZ2MWRkZHA5S0RqbHE4SFl1YUx3Z0MvaUZ4L3VSWGJFTFRYNkZpSjc5Y0tINC9EZ0d6NmFmMWVYK3NjTXRsL2wxQW9DOEllNlFTRUlBQUJMSkVBSUdlcGRhZ0xBdUtnSCtLdTZtY2YvKzJHOVZKRTMvMis5aWVjdGVSREMzMzlQTnlIZHZZZDZHSkEvODlOMUllaXdTN1FqbHBUM1lzaWhXTVVqdldFb3ZHKzA1K3FCd3V6MURkMHE1S3M5eHR0SHZKdVUxYThabGhWZnVrWE5tRXpuUGErdlNpK200ZW5SVHBicDVXbVBpc1E4TEFQRk1zTGRYS2E3Nm90dWMrWTBIMUZ5cXp1QWlFbHJqN0UxVnV2Ni8zajV3S25jWGFjcFN4bmpIbFZKMXlDcnhMMEIrTC9ERXVOQ0hnVDZDRnhsUUUrdUt5VTJvTEFRaEE0RWdRUUtBZkNlcmt1U2dJaE81Qjk4V3M2eERHeEcxc3lhY1BNWlIyNkYzN21SK1ZEd25Wa0VEM2w2N2I5MEpMdUsyRGE0VnZTSVM2OVFpZHNPNm03d3JzSkdFZHlzOFYwbWxpMkhmTVk1TVNiajcxZDNKYWZVbVhPdDZ3VDlvN3NRRzlXUnJmbDllT2x4WFVkOHRVa1I2YW9FbWJTTEZSdTFYLyttOXFlK0h6RjBWZm9wSUxqMENhUVBmN2dSa2J1czl0VTllRm83V08xZnV4RnUzKzFQN2FwSmQvcG9VLzdvUW11OXcrUFpQbi9jbENzOFI5NDEyYlZHQ0orOEl6VW1vRUFRaEE0QWdSUUtBZklmQmt1L0FKMkQzb3hZbXF4cUs1TWVleWtmM1h2a0QwUld1U01BNUZtRUpMMVYzaEhXbzFQODlRUk5ndlIyd0phbWlTd3M4ekpHQmQ4VzJmYnlTUG1UQUlUUTc0WlRONXRqNm1wSFczakV2akZXbFVxbFNsZkt0VUdTaG8reG41V2lUZG5PenYyME9zdmYxOGJmMU5YbXMrOVRsMS9NM0xGbjVub29ZTGpvQXYwUDFKTTFjSW0zOHZmMVdidWovUkwvVk5kSjRPNlo0MVN6U3lmZDhVZ2U2dXduRkZ1RHR1dUdPRTZYZWg3VWUyUExZY2R2TFFuOWhrRC9xQ00wMHFCQUVJUU9DSUUwQ2dIL0Vtb0FBTGxZQXIwSDNuMEhjaVhVZlNpczJRK0hZRlpjamhkTisxWEpORWV5eGZYeFM2QnpPNWpxcDFidjF5K2RGMDM4bE5Xa2xnNnhCYnl1L201WXB3MTZGM3krdW5GeEx1U1JIMXRPLzhkcXBGK2w3UnBHVWZISldxRlZYSDZvSWkzeUpWK292YWZscGUvZDhmcVltQzJBcUhrUEEzbjlsbDlQYTl2QXBhOXU3M2FjbGIvMjZoZGlQcXRVQUorSHZRUTlXczkrT2NPazdxMEtycmU1VWJxNm95VnU4SFdpNXRPYjVOQXovdm45dzZGRU1WV3pYa1B4K2FiUFQ3cVMvNmlhQXZVQU9sV2hDQUFBU09JQUVFK2hHRVQ5WUxtMERzbXJWUXJSdUpIUHZ2SmIyVHRGemVGOSt4VmtpTExzL2tJS1lzdGZUQnNKNHBlL1A4MHRjMGFkbUhoMnNSdjVwSU40SzhUUnJiVnRTTzB3cnEvL2x3NHZKY042b1hPc2pLRlIyclAvMEZkZnoxV1ZuQ1RGa2drRWlna1d2V2pOMDNQYlNndGRkS3hRM2pxZzVPckR4cGxUUlkxTjNMeTZwb1lFb0VmS2JqWWxJaDA4WUtVejRPaWNQUUlRQUJDRUJndGdrZzBHZWJLT2xCWUlLQXZ3Yzl0SlRkaFJXSzFKcnZrNWJHMi9lbm55USt2Um44OUpORWZDdzZmeWpPYk5wRVFHeEN3Ri9TN25NTUxYa1BpZHVrK2plNk1zR1A2dHYycVlsdnI2MU1teXg3VFpPNjN6Y2lEVmROTUwxMlgxcXVSZEpJWHB0UEtHdm85cUZwa1hTYlZvaFhMSnB2UGwveHZuL1NramY5UC9vZkJPWUZnWmhBdC8zWi9MZTByS2dOUDVJS2E4YnE0dHowbnlaSlkwVnRlMzVCL2JmV0o3bENmZHVGRU5vK0Voci8vRlU0U2F0bmJOOW5pZnU4TURjS0NRRUlRR0JlRVVDZ3o2dm1vckR6aWNCTUJYck1PUXlkWU82TE9GL0VKMDBHTkNKVTB4eFRkK0xBdGtuYU83Rm9WT3c5Vi9UYWYvdUh5SVVFc2kxUGJHbC83SjJrUGYraFNRSDd2Q21UMng1dVpOdDh2dXpDSm5WL2VGaFZjMmljZmJoRkdyK3JwQjB2TGFqL0YwTlRybUR6eGI1cjg3Rkl1dVd5OG1PZlVlY0Y1ODZuYmtKWkZ5a0JmNG03MjEvTm1GQnNMbXZOTlFVMVAyMVExZjBURTJCNUtkY2g3VDYzUzN1djdGZE81aVQzdUVBUGpZTko0MTlvREk2Tko1UGJUTGhtYlpGYU1OV0dBQVFnTUhjRUVPaHp4NWFVRnprQmY0bTdINlYxQmFFdmVBOG1ndTNpUHRUM2ZSR2JKTWhkZ2U0SzFWQ2RRblYyMzBtS2F2bm1sTGI4ZExiTXoyZlp5TkorbS9kRTBGd3IzbFJXOTF0R1ZSMnZTbmE1ZTd0VTJWWFUxcWVYTkhqNzRHUWtQYW5jc1ZVV2xyWDVmdlZsLzZxT1Y1dzlXOVVuSFFqTUNRRTNnajU5RENocjdSZkxhbmxSbjNSZlhZRlhqVGh2eW1udmUxcTEreEt6ckgzcUZXdEpLNExjTWNxZmlQUHp0citIeGxCL3RZNzVuU1h1YzJJZUpBb0JDRUJnVVJOQW9DL3E1cWZ5YzBuQUN2VFFOVUFoc2U0S3Z6UWhGaExDNXAzYTRVa1RQNDA0ckRONTFrOHY3WGVUZHFoT01hRnQwZ3ZWd2ErclcrYlFkNDJVSzlUdVNiemM3MndRUExTMDFncGxOM0pubzl2ZEZ4ZlYvVGF6ajdhcVhFV3FWS1M4MlpOK1YxbmJUaWxvNk03cElqM0pEa0p0VjN1K1dOTHFLNytrdGpOUG1VdnpKbTBJSEJJQks5QnRuM2NQbjF6KzFwS1dYRHlxM0dDOW45UU9hbHNpOVY1ZTBzNVhqYXRhT3pvdS9XY21rNkxSL2hUSnhvcDFEb2xMYndlZWdBQUVJQUNCbVJGQW9NK01GMDlEb0dFQ3MzbElYQ1BSNGpSbk5DYU1HNjFRU1BqR3hIT1M4SGZ6U3hQVGpkUTdyVjQrRjcvTWg1cEhLTklXS3BQNWJOazdTbHI2emxGcGoxU2RtSkhJdFV1anZ5bHIyM1BLR3RyV1Y3dUN6ZWVYeG1rNjB4YmQ3ODY3VkRoNmRhUE55M01RT0t3RVF0ZXNHWkcrOU1YTlduSDVrRFFvYVZ5cTV1cmlmT2g3YmRyeTVDRlZxK01OaWZPRHFjeE0rcGxKdnphNXdCTDNnMEhOT3hDQUFBUWdrRUFBZ1k1NVFHQ09DUGpYck5sSVVaSVQ2RVpNZlNGcEkweXhnOHFTOWxEYktzWU9TN0w1eHBiZFd4SHExOEdQOExwaTFmN2JyVWZTWjM2OUp2UnJyZWh1Uk5yZmMrbzJuN3YvdXhaMW0zQ2kzVFFtSGV1SkYzMkI3WmJSejl1KzY1dU15U2QwVUo4L09UQXVhZFhiQ2xwaUl1bjdENlJpRG80YjIxTFcxcWVWTmJTcGI5cnA3cUZJZW95OVNiVjIrdlc2QjJydE43NnUwaU1lTkVjV1RySVFPSGdDL2hKM1k4OUx6dWpROGsvMUtaZXJIcmo1b0VVYXZiMUpteDlYMXZoWTc1UU0zWDduam8vK09HVEhMYmYvdW1PRDIwLzlOTjJWTWpaeis3dzl4WDNqWFp0VVdMUDg0R0h3SmdRZ0FBRUlRTUFoZ0VESEhDQXdSd1NTOXFEN1dUWVN4VTNhKyt3TFFkOGhUVnNPMnVqZDRMRXlKTDN2TzdWdTNVT1RGYjZZZG4vM0p3ajhTUXRmUUZ0bjI0cDEzMEczWWpZbTVrT1RJZjVCZGY2a1EwaE0rK1ZhL3A2Q2xsdzhyc3BlS1RjdTVVeEdIZEx3OTF1MDQ4VkZEVy92blhJNmRaS0pobXpIVG02MFB2WkVyYjNsVzhxMWxPYkl5a2tXQWdkSHdEMGt6dGhyODlwT2JmalZnRlFlVTNWNFluYXRXYXJzS0dyN0dXVU4vR3hneW4zbnNRazl1ODNISHhOakU1dTJiN3J2dVdOTzB0akpOV3NIMS9hOEJRRUlRQUFDeVFRUTZGZ0lCT2FJZ0xzSDNXYmhPNG4rcWNFeE1lczdtMG5wVFo0dTdOUXJUVFM2VWVtUWlMVkMxbmQrWStJdzZTQ21VQjNkOGpVcTBHTU1iUGxERG5sU1U0ZmFvdEhJZFpJVEgybzdzMGgzN1Q5M3F1UGxQYlhybzNMbUVDeXoxN1pMR3J1blNadVBiZExvNFA1VWtaN0UzNHIwOXFjOVIydis4MnR6Wk9Va0M0R0RJMkFqNkxYVkh1c0xXbk9UVkw3ZnVLcjlFNmV5bXptbGFsNWIvcktnd1YrTlRpNXI5MjArSk5Saks0SGNrdHIrNFViSVozb09pRW1QSmU0SDEvNjhCUUVJUUFBQ2NRSUlkS3dEQW5ORUlFbWcreUkxRkVsMmwyQmEwZXFLWjEvSStzKzdBamEwSE5wZi91MDdyMG1PYjFwNm9mSW1PYzF1Rk5xdFYyZzVlNGhMTElvZHFwTmY5dGoxZHE3UWp3bjFtT200NVk0NS9ZV21GaTMvUUVFZHIrNVRkZCtFUURlQnd3NXA2RHN0MnZHU29rYjI5RTY1SnozRUk4YkxsdCtVZmRVSFA2bk92M3ZsSEZrNnlVSmc1Z1Q2cjdoV1c4ODlUZmw4UWV0dUxLajV4QkZWQityYlVzei9WWnVsWFg5VFVNOFh6TWFRaWM4RDJiampsRHZtTlRLZXBZMDFiaHF4OFJXQlB2TzI1dzBJUUFBQ0VFZ21nRURIUWlBd1J3U3NRRGVPWGVqRTcxQUV4OTNiYU41eGwxT0huRVZmc1BtLzJ5WGhNUkZxaFcwb0FtemY4ZmRXaDV6Z3BQM3hydEIxLyswTFY5ZFo5dDhKT2VpaEpheXhsUUkydlZCVHh4aTVaWWlsNjU0ODdUSTAvMDVpYnIvUHFWbXJMeStwL2V4ZXFhZCtjRnh0dVh1WE5QeURabTE1eHBqR2g4YUM5dU8zVDJ3aXdOWjV6VlZmVmRzTG56ZEgxazZ5RUpnWmdiN0xydFhPODA3WHFpdWExZmJTUVZYMzF0L1BtVk1TbDBwN0x1elNmWmVhNjlUcTBYTi9FczhmaDl5eExHa0MwZTN2L3JnWEUvdXhjZGw4empWck0ydDNub1lBQkNBQWdYUUNDUFIwUmp3QmdZTWk0TzVCZDhWVGt1Q05SWUt0bUE4NWxDRm4xQlc3c1lpejc0ejZFZlZZT1YzSDJIZUtRK0xkZmhaS0wyMjVhdExCYTdIMFlsZk4yYkxhUEpNaThkYUpkeWRSUXBNR29mWnkzNDFOb0xodGxsZXpWbDFXVVB0TCsxWHByeXVSdkhteFRScTh1YWp0THh5VE9SdkxuK1J4SnkzOGZmSEJ5WUZ5aXpiZTlqc1ZqMTUvVVBiTVN4Q1lUUUpHb0kvZmVhYTYvbUZNMWI0RHM1RzVOcW4zWDFxMDQwS3pFZDFZY3ZKUGFLV1BQLzY1azFteE1kVHR0L2I5dElsTjh4elhyS1cxRU45REFBSVFnTUJNQ1NEUVowcU01eUhRSUFGWG9QdENOSlJFS0pxZEZya05SYjVEUWpMMm1TMUhVdVE1Vk5hUTQrbzd4WTJrblJUQmQ4c2NLNS9QdFpGNmhOckNmYytXMjNmOFhRNUo3ZWxHMjB3YW9UWnk2MjFZRmx1YXRlcnlnbHJQN0ZkbFQxMmcxOUxwbHZxL1ZOUzJGNDFOM2hHZlpDZTJqS0dEN014N0hjODVYYXUrZEtWeUxVME5XakdQUVdCdUNJemZjNlZ5cFpjcDF6eXh2Y09zSGxraURYeXpwTzJuVkRRK05sNmJsUEova3NZQ3QrODIway9Tbm5IN2VXemNZSW43M05nSHFVSUFBaEJZekFRUTZJdTU5YW43bkJKb1pBKzZ2MFE2YVkreEx4QjlJZWtLWWl1V3JjaE5jMXg5TVIzS0t4UjVUaEt4YnQ1cEV3a2hvZTNXSVZTZU5PR2J4TXQzOHBNbUNtTGZ1Y3Y2UTZJaDlsN28yZnFFUjVQV2ZMR28xbFA3SjY5Z3F5MTM3NVNHZmxEVTVpZU5xNnJxcE9EMzZ4OFRFSmFqalVWMlgvQVdMZnZZUDh5cDdaTTRCRklKakY0aDdUKzMvcGd4VG1QbjN5OXI2L1BHVk9tdlRKbVFtc200Nks4RWFrVGdKMDNhSlkxanB0aG1pVHZYcktXMk5nOUFBQUlRZ01BTUNDRFFad0NMUnlFd0V3SXhnZTVIWlh6eGJJVlhLQXJxQzI5WE5GdEhzbEVIMVJld01SRnQvV2Z6MzlEeWNTdEVZL1Z3djNmejhEOFBSYXRDanJNVm1ySHJsTng2SlMzYkQ1WEYveXkwRGNDbTcrKzdkL21IblBwWWZkMkl1NG1rci81Y1hpMm5Ea2htVDY3OWNvblU5N21TZHJ4cVRPTWoxY2w3MG0xWlloTUVzYjI3Rzc3L1V6WDkrYU5uWXM0OEM0SFpKVEIwaGFxOTU5YVdtTlNpNlAwRjNYTnNtMFoyN2crdU9rbWI1UFBITTNlc2RQdG1hR0l0MUhmOXNjRDBNVCtpWC91c3VVMUgzYlZKUmU1Qm4xMzdJRFVJUUFBQ2k1Z0FBbjBSTno1Vm4xc0NScUJ2ditBOEZiMER3NnpqbUNSSTNlaXJINGxOaXZiT1JIVDdlYmhScWhDWlVEbGlJcmRSd2VnNnZTRWhIeExvZnRsQ3JQeUpqSkR3RHBYUlRrWWs3V01QclJxSWxUTXRxdTNYcFM0ZXlsci96WUthbnpnbzlVNmNhRzMrWTViL2ZxMmtiYWVOcVZLcFI5TDlOa3RxSTNjZmJtbk5SaDExKzIzS2Q3WE9iU2NnZFFqRUNFd0k5RnlMVk9uTGEvdHptOVg3a3dHWk0rSmlrNVMrMEhiUFpRaGxFenJEd3AwOEM0bDRtMDVzUXNBL2pCR0Jqb2xEQUFJUWdNQnNFMENnenpaUjBvUEFCSUhRSVhHdUtQUkIrZEhPMk8raDVaNnhwZVordE5sM1R0MHloS0t0U1V0TDB3NlJDeGxDTEtJYnk5dmY2MjdUaksxQ3NBNjNIOTMyUmJ3dm5OTWkreUduM1Y4NTRENlROTmxndjNOdHdSVWE1bEtwOHBLeVZsNlJVK3N6aDFYdG5iZ24zVVFhTzZTK0w1YTE0OXhSVmFwVGw3dUhJdlN4TXBsbmw3ejhWVnB4K1Nmb3J4QTRNZ1NNUUI4OFY3bWl0UDNGUmZYK3g5aVV5TG5ways0cUl0dTMvWW0xMElSbGJKeTFhWVp1eUxDVGhiRUpVVGQvOTk4STlDTmpQdVFLQVFoQVlDRVRRS0F2NU5hbGJrZVVnQnRCVHhPV3NhWFVNNGxhVy9IZHlOTHRtSGoyQmJ3djBHT0MzVHFzc2ZmVEdpSVVDWjdKY3ZPMFZRWnBUcmZmUGtsT3YvdHNxTjVKYlprMDRlRk9HaGhoVWxwVzBwcXI4Mm82WVZqVm52cjFhN1ZubGtxOW4ycldqdk9IcCsxSmI0VERwRWpKbDdYdXBwdlYvT1FucERVUDMwTmc5Z21ZUGVpVmM3WDM3YTNhOVlHQnlXMGJhWDNWbjF4TDY2dWhpYXVackR4eHh6UjNJdEgrRzRFKys2WkJpaENBQUFRV093RUUrbUszQU9vL1p3VGNDUHBzWnhKeVVtTkxNbU41eDVabHU4LzdrZXBZcERtV2gvdDhLQnJXeUJMVTJHUkNiUG40VERuRTZ0dG9telhDc2RHMFhQRnYwaTBVUzFyN2paeWEvMkpFRlhNVmxUbnBPaS9sMnFYK0x6ZHArMHRIVloyNGlpcXAzcUV5R3ZibDlSdTE0WmUvVXI2N2M2WkY1SGtJSENLQks5VHpubk8xNjYxbUU5QllMYTJaOU4yNTZIZCtoZExHMlZyVW5UM29VN0JWQjRkVTZlMnYvVS85UTZvTURhazZOQ0tOamtxVmlsUnhwa3pNZFJXRmdsUXVLdGZVcEh4cnMzSXRMY3AxdGluZjBhWmNVL2tRYll6WElRQUJDTXhQQWdqMCtkbHVsSG9lRUVnVDZJZkR3VHdVVE81U2JEKzY2eDdRbGlUT2s2SmgxaUYzbnduOTI2WWZjdDd0c3RTa1oxelJPeE1STUpQMkNVWHhrdGczbW5ZdGtyNnlyRFhYU2syUEc2bEYwcXRXcEhkSlBSOXMxdTQzVDQya045cm1wZ3dtL1pYLzhHRXRlY3VGamI3R2N4Q1lGUUpEdDM1Slc1NTRwcXFWbVF2elJ2cjc0ZXIzaTFHZzE4YU8rL1pyZk5zT2pmN2g5eHE3YzVQR2ZyZEpvL2YrVVNPYi9rK1YvaUdwZjBEVmdXRlZoNGRWcll4SU1yZFFoSDl5S2lwWEtOZXVmOHcxTnl2WFprUjZsNXFQZVl3SzYxYW9kUFFHbFI3MlVKWHVmN1R5eTVjb3Y2UnRWbXlRUkNBQUFRaGtsUUFDUGFzdFE3bm1QWUUwZ2U1V01HMlpwZzhqTFhyY2lBQk1lNlplcHJ5V3Z2b05hbnJjY2FvT2o2YTBTVnFLalRScEpBMnp2SHRzWE5YK1FWVjcrelMrcDBlVkxUczF0bTI3UnU3OVAxWDI5cXF5ZjUvR1ZMODcyUlh6TVdFL0c1K0hhaFFUNjJtckVXSmJFMnBYT1JXS1d2OC9PWlVmTWFwcS80SFQzWE5kVXYvbm03WDE1U1BLcVRKWjc3VElueXRlOHVWT3JidjFaalU5OXZoR0dtaHhQVk90cUdvYVp0ejhuemtFb0w2Q2daOURKOUIzMlZlMC9ieFRhd21GK3FKN0dGdFNiak1kZGRMNmh0OVAvZkw1azRpTFFhQ1A3K3JSMkcyM2FlaW4vNnZSMy94QkF6LzZqaW83ZG1qc3Z1MHlaMlpZUmhPOTVLQ05JOVEySmpITHZLQ1NpaXRYS2I5MmxWb2Y4MFNWSHYxd05SMTNuRXAvOGtCRSswRlQ1MFVJUUNDTEJCRG9XV3dWeXJRZ0NJVDJvRnRuSTdSUE9TbVNiUGM3Mm9peGRXUkNWd1lsZldiQmh2WlN1b2N5SGZnK3I3VmYvNDVhbi9XWG1XeVR5dENvcW52M2FIejdmYXJjdDArRC8zMnJSbi82Sy9YZmNwUEdlM2RQaWRqNHVzby9qWGx5Yi9aRVRWM0c5aEEzeTk4OUVkMC84ZDBGRmR2RDd6L2pINFpuOHpiL3RYYlJkSFJCcXo2YlY5UGpSbXNIeDlXV3U1c01PcVdlOTdWcTU5dUhhakZ4ZXdDV0xYT296YTFEYmZJMTZiYy83cWxhK3o4M1piS05aNzFRRlRQWlU5SDRsaTBhdlhlYktwdTNxckx0UG8zdDJhL3hyVnZVZHNZV05UKzFWK29mVlM0M3BNcGdYbnZlMUs2aE8vcVZLK2VVTDVkVkxSYVVheXFvYWMzRGxWKzZWUG5sUzFWWTJhMzgydFVxM20rZENxdFhLZC9TTkxQUThLeFhOTnNKOWwveEZXMDk5OVRFWmUxMm5BejFqMWcvY3ovM0k3YmhNUzdNeVIxci9UN2tqcDhMVmFDUC92b09EWDczSitxLzRXcU4vZUZ1amQ1OXA4WkhCNE0zUjFoaGJubGJkb2FiUDg2Nkl0eHRYejhOZDR6eS8xN2E3OHgvQ3kzTFZEeG1vMHIzMzZpT1UxNnNwaWYvdVlvYlZtZmIrQ2tkQkNBQWdSUUNDSFJNQkFKelJDQXBndTRLc0xSOWwrNnpJYWZGZFZaQ0V3Q3VNK2s2bXI0ajY0cEptNDVSR091K2VwTmFudmVVT2FJME44bFdSOGMxK3NzN05QQ3RiMm5ndXVzMDhPUHZxakloZGQwVDAvMm90ZXRZMnBMNUV5ZSs2SGI1VzBIdDVoRzZMejJ0MWpZZFd6NHJMSXJkUmEzL2JrNmxZK3FSOUZ4VnRRaHZybnRDcEY4OFhGdEthc3ZrT3JhK09IRnR4ZXdBdnQrM2ZxeW1KLzlwV3RIbTFmZG1wY1hZSFpzMGR0dWRHdnJWanpUeXV6czBkdWNmYXhNNlkzMmJKM2J2MTZ0azIzWGx1NlVsRjB2Vis2UmNRVEtyYzNjOHEwbjcvM2Q0OGg3c1VQOTFQeXMxTFZOeDQwWVZONjVSY2VONk5ULzJKSlVmZkgrVkh2WFEydDVhZmlRajBMZWRPejJDN29wcTMzNUQwVzIzN2Z5eE1EUWV1dXo5aWNwWW4vZlR0WDNhbEtmUTNLYU5kMjFTWVFIY2d6NWtCUGwxMTJqd0c5L1M4Tzkrb2ZHSlZUbnVtSmYyOXlRMDBleTNrZjkzeVA4YjU3YUQvL2N4Sk5iZGlZR0N5bXA2NVBGcVBmbXBhai85VEpXUGZ5amREUUlRZ01DOEk0QkFuM2ROUm9IbkN3RmZvUHZPcFM4T2szNDNkUTVGZkgwSDFIZHNrcHhkKzY3cmZFNTNybkphZTkxTmFuMysvQkxvdm8yTWJkNmgvbisvUm4zZitMcEdmdkI5alkrWUU5ZW0zcmNjdS9zODVPU0gyaW8yNmVJeTljc1ZhNS9ZUklINXZMaXNvSFUzNWxRK2RreXFWME5WYzNCY2k3VC9vMjNhZFpIWmt6NzEwSzNRSkkvYi9zYTJXaC94WjFwNzgzOHB2Nnhqdm5TeEtlV3M3Ty9YNkIyLzEraHZmcWZCNzM5WG83LzhyUVorK3AwNm53TzdBbXIvanExU045K3RlRnVybHJ4clFOcGRmN0JheVdubjJSM2FmK1ArMm50K2V5YUpDN2ZmR3B2SkY1clY5Q2ZIcS9TNFk5WDhtTWVxNmRoalZYeklNU29zN1pxWHpBK2wwUDFYWEt1dDU1NVdteGp4aFhoSW9MbmpaMmpzOHNmSVVCcWg4b2I2WjlvRXF2djlmSTZnVi9vR05mTHIyOVY3eFJVYXZQRmJHdDc4MjBsRXRsMUNxNFdTeGpTM2Jld1lHeHZuYkdadSsvdjlNOVkrL3Q4dGQrTEF6YS81UVk5USswdk9WdXZUbjZ5bTR4OHBGZE9teEEvRnFua1hBaENBd093UVFLRFBEa2RTZ2NBMEFra0NQU1RVWnVvMmhCeFdQd29lYzBoamVVMlBVT1cwOXFzM3FYV2VSZEJqNWxnZHEycjRlLytqL1orOVFyMVgvWnZHeDRjbXhWb3NtbVlkemthWXBUM2JTRGRKRS9UbSsrWUg1clg2NnptVk5vN1hsN3VibjZLVWE1UDJ2cmxEdXo4MG9Kd1RTWTlORHJtT3JFbGl4WWMvcnE0THoyK2ttSmw0Wm54SGo0YSs5MTBOZmYrL05maTlIMmowemw5cnZHL2ZsUHV6M1ZVSVZxaUhCTHBsMGYzNlZuWC80NENxdStvUmRMT1BZTmY1YmRwM1ZWOVEyUHRzWFlIaDg3WDJVVHRYd0FqMjFrNlY3djhBdFR6K2lXcDk5alBWZFB4eEtteFlrUW0yYzEySS9zOS9WZHZPUHFXV2plMTd2amp6SnlXVEJOOXM5TDJaanN1MThzN0RVOXdyZS92VS82VnIxZmZ2MTJqd3g5L1QyRkI5OHNuK0pFMUFObUlYc1FtTzJEaGsyeTZVdi8wc2FRd0xqZDIyNzluL0ZsbzcxUGEwNTZyMWxHZXA0OFV2cW5kQWZpQUFBUWhrbEFBQ1BhTU5RN0htUDRHWkhCSTNHN1ZOY240YVNUOGNvWnFmUzl3YnFXOWw3MzcxL3N1L3F1ZmpuOURRbGp1bUNQVkczcC9KTTdISmxGZ2FhYy9YVG5mdnptdmRyVG1WN2ordXlvQ1VxMzFZdjRKdC93Yzd0ZVBpL3BwSWIzVFN4dVJaV3JWZUczNzF5OXArNnF6K2pQenFkdlZmOXpVTjNuaXpCbjkraXlxalpzVkFYZVM1WXJ4UnRxNEFNT2wwdjZKRHl5N3JWZFZFMEUyQ1pXblBHMXQxMzc4TUJIMTZ2NjBhNVdhRmczdjlZRDVmVnZtWVI2ajdEV2VwN2E5UGxQU1lScE9iZDg4TlhIMmp0cDd4ckZxNUc1MzhPdFJLK20zbEgwU1gxdS84L0dzVExmTklvSS84NHRmYTk5NUwxWC9EZFJvZDJEUFpaM3orU1pPRWg5b0dqYjZmMUs5aTVVdWJpTFFUZEtWbGE5UisybG5xZnV0RktxeGYzbWlSZUE0Q0VJREFZU09BUUQ5c3FNbG9zUkZ3QlhySWNVaHo3RVB2K0ljbHpVU0VoTzRjZC9NSUg4UzBjQVc2WlRkK1g0OTZMdm1ROW4zaXd4b2ZORWVrVHo4RjNvMkV1b0xYalJTNTcvblBtKzlDYWJqditFdEpZelpqM3pIUE56MDBwelZYNTFXNjM3aXFnL1Y5RUxXb2I1ZDAzMnM2dFBlVEExUDJwSWNpVzI2NXpMOVhYUEpQV25MUi84dFVkeldUS1FQWC9hZDZQdlpKRGQvK1k0MFBIV2duVTJZYi9VdnFINDJJRHJON3YvdEZYVnIreFo1YUJOMGtuR3VXOXI2cldicytNRFJGb0lmYTNzMGoxTDlEL04wSkF2TnZVNGRWN3l5cjY4M2pxZzRjTDVWUGwxclBVVTRMUzBnTWZQbEdiWDNoZElFZTQyYnQzdThYTVlHZmRBcDh6RTc4OWdtTmozNVUzMFRRczc0SGZmaEh2OUNldC8yOUJtLzVwc1pHNjZ1RzBxTE9vYjNmSWZ2MlAzUGJ5UjFFUW52WC9lOUQ0NlQ3bWI4VndoMjcvQUhMTGIvL3Q4K21XV3pyVnR0em5xTWxiM21MeWc5L1lLYkdQQW9EQVFnc2JnSUk5TVhkL3RSK0Rna2tDWFNiYlNoeUVZb20rZUl1dFBUVEY0Z2haOGFQcGlaTkV0UWpld3RyaVh0U2MxZDI3dE45Yi85NzdmLzBKMVNwbUd2THB1K050UkVZazQ1N0Y3enZmTHFpTWVSZ3VxS3NrWFlLbmN3L0dRMWFudE9HbitWVVdGRlJwVi9LbXl2cHpNRng3ZEsrdDNWcTl3ZjZWUTBjSE9lWHk5cFlzWHVsTnR4K213b3JsODFoNzBoUHV0SXpxS0h2M0tMOW4vdFhEVngvZzBiVlArVUt2VmcvTVorSHptdG9SS0NiOTdxZXMxUXJ2N1pYdWsrcVZLVjhpOVR6VHlYdGVNdm9wRUNQQ1hIMzgxQjBOaVJJcHA5eW5kUDliOCtwdUtHaXFwbGZNZnZnaDZTOTczbXh5bzk1Z2RwUGY0WnlIYTNwQURQK2hDL1E3VmdVTzdIZHRuZHMyYnUxNTZTdEtrbjlMaVFPWTVOa2JwL044aEwzZ2YrOFJUMGZ1VlI5LzNsOXJlcDJUUE5aKzZZUzZpdiszd3IvYjVMTFB5YTBHOG5uWU0zV2pvZXg3U3VobFVUR2xteTlPazk3c1paYytGbzFQV0hocmxvNVdMYThCd0VJSEg0Q0NQVER6NXdjRndrQjk1cTFtSFBqT25yMkdWK3crWTZQLzd1N1JEWkp0SVN3cDBYNTV1c3A3b2RpWW9QL2RhdjJ2dmNTOWQveWpXbjNxWWVjMGxCZW9RaGQwbVNJTHh6UzdNVjkzanpiOG9obXJibW1vc0w2RVduUUhHd201VXBtL1cxT2U5L2FvZnMrT2xBN09NNWRBdTRMU1B1N2lTS3ZlT2Y3dGZRZGJ6d1VqSWZ3N2gycTdQb1BiVDN4U3hyODdjOXFMclMvZEwwUjRSVHFSMjZoL0dpcCthNG0wRS9xMXNwdjc2bWQ0bDRUTlVhZ2Z6YXZIYStwWDJHWHRtVWdsSzR2SHQyeVdlRms4Mjg5cmtYcmZqaWthcDg1b3Q4Y09DQU4vMHphL01TSlgvL2tPTFdmY1piYXpucUJ5ZzgrK2hBNEg5bFhZd0xkNStlM3Rjc3JOQmE2TnlnME1pa1Q2bXZ1T0JwclQ1dDNGZ1g2d0kzZjF2NS91VXg5LzNHTnFzNUo3Q0dCSExMbjBBU1V5OG1kTUF6OWZmTEhzOWo0Rm12YmtOaE9HajlERXc1cDQ2MDdsaysyWlM2dmpwZStYRjBYbksrbXh4NTNaRHNJdVVNQUFvdWFBQUo5VVRjL2xaOUxBamFDYnAzNnRMelNITVdRdUFpbDJVajBJNjBzMW1FeGNtUWhIUkxYU0wxclFtbDRWRDF2ZmEvMi9PUGYxNjVuYzZQcGphVFJpSE1ZbWt4cEpHM2ZJYTQ3c3ptMXhiQ2FxZ0FBSUFCSlJFRlVQYUZUcTYvcFY2NXpUREo3MHMzbjV1QzRWbW5QQlV1MCt6Tzl5a2NPanZNRlpISFZPdDF2MHgrbDVzTjRrdEw0WGRMZ1IxUWR1VXE1anQzYS9LaUNCbjR6M3RCWlRyR0pwaVF4RjNySENJK094Ni9VNmgvc1ZHWFB4Q3FKRnFuL3kwM2FjczZZQ2hQOEdtMm5tRkFKOVdYYmpzdmYxS1NsN3g1U2RmL0VVNjFTMzBjN3RlT2lYbFdkalJMRjdoVnFlKzRwV3ZyNk42cjA4UGtuMUdOTDNHZksxbjArYlU5NUxPMlFDRytrRDV2MHNyVEVmWHpyTHQzMzFyZXI5NHBQSlk1YmFYVkwrMXNUV3gweVcyTmFiUXhPdUczaFlHd2s3ZStyL2J0cC9sdnNYS211VjF5Zzd2ZTl2WGI0Smo4UWdBQUVEamNCQlByaEprNStpNGFBSzlDdFVBaEYvbnduM25jay9HaUYvN3Q5UDJscGFDd0tsTDVuZDNFS2RNdDA5STY3dGZVcFQ5Ykk1cnVuUkhGajRzNWZGdThMUk4vNDA2SnpvZVc2b2FpVEZkaHR4M1ZwMWRmNlZGZ3lYbHNXWFN0MG9SNEYzdnVHYnUzK1dNL2t3WEd1RSt4R2srd1M4V1h2ZnIrNjN6cjNVZlNoNy81Y2xkM3ZWTXRUdmlhTlRHd3I2SkNHdnRPcUxjOGFWVldqTld5dTg5L0lFblkvQ3VqMlFUODkxemx2ZW1CT1IvMjZLdlZLMVdwOUQvclFkOXEwK1hsbWJjSFF0QVBOa3NTZC8xMm9iMC9kS3BIVGhwK1VWUDZUa1hyN21YcDNTbHYrb2trRFA1NTZEN3R0Yy9QZnptZWNvYTZMTDFUelh6eHUzb3l2cmtCMzI4TzNSVnZQVVB2N2s1SHV1K2JmL3RXSkZrNXNXNG5MTkJSRkQvWGZMRVRRcTMyRDZubi9SN1huZmUvVytKZzVITExlWDBLUmJwK0JYMmUzTHlUZGR1Q3k4SVY1YkZ3TDlRZi9iMk5vUlZoc1FpSHQ3MWVvRFVOamg4L0FQR04rU2t0WGFPbmIzcTJ1QzgrYk4vMktna0lBQWd1REFBSjlZYlFqdGNnZ0FWZWcrdzVHekhteW4vdkxORjFuMHhjZTFnbUpIWVFUY2xKOUJ6VWsrdXY1TFB4RDR0Sk1wOW83cEozbnZrSTkxL3pidENYT3JzTnAyeVYwbjNwSVNLUUpnTmc3b1hhMmRtUGU2VHFwU3l1LzBDZTFqeHM5V2ZQVXpjRngxUlpwOTE4dFVjOVY1dkwwK25KM3Qvd3VCL041OC8yTzFZYTdmNW1HNTZDL0g3MXJpKzU3M2V2VWQvMDFLbStvYVAxUHBGeVRsQnVmMkVQZkxHMTlZcGY2ZjlKVHk4UHZFNDBzWWJmOXhoZDlNYUZnUGkvZlg5cjRtNXlxZzlYYVZnR3pCMzNrUnkyNjU4bUcvSEJVb0xzZy9EYnlseEdIUkpDUi82MFBidFA2bnd5b09scXRIL2hYbENxamVXMWEyYUtLNnNMTGlnbDM4c2JXcy9Pc1Y2anp3bGVyNlRISEhuUzdISzRYWFlIdWkybTNqclk4N2hnYUd3TmRvZFdvUUxmcGgrekp6OVB2c3pXN1BNS251QTkvNzBmYWNmNTVHdnBOdmErNmExNU0rV1BpMXJYSitQZy9mVXVITDZEOU1TUTBxV2daKzRMYUZjdCtuL0g3YmlnNmI5OEppZTVRWGphTjJNUm42TzlzYmR2TGMxNmtwZSs0V09WSFAveHdkUS95Z1FBRUZqa0JCUG9pTndDcVAzY0VZb2ZFaFJ4T1h4eUZJaEoxdVR6ZFFVOXlMSDJSRjNMdVE0N1BBVWNYZ1c3Ylp2OUhQcVhkci90YmpldEFKTk44NXp1SGJqdTViUjM2ZktiV0Z4TU1ycE5zeXRQKzZFNnR2ZG1jZEQ2dXl2Q0V1RFY3MG9zNTdYdHpsM2I5ODc0cEI2NzVnc2lrWjlKWmYvV05hajN0NUprV00vSDVzZDl0MHI0UGZWUTlsMzFLNHhxb2xjUHM3bDc3NmJMYXp4bFNkYy9FcEVLSE5IaGppN2E4d0pTbUhybU9pWTFRaHI0b0R6MFRXcXBiMnBqVFVmK1hVM1dzb3Z5WTJlQXZqZnkyV1p2L3RLS0tSbXBsY0NjTFluazMybGN0ZTdOTllmbEZKUzE5MTRpcVBmVzY1anVsd2ErMDZvOHZHcWl0dEEzMWRWZUkySDkzbm5XdXV0NzRPalU5OG1HejJuYXptWmdSNkZ0ZStLeHBCNWVGeHNkUXUvdVRMR250NEg4Zm1pUTVNTzZsbnpWZysvNlJ1bVp0Zk1jZTdYM1BlN1h2bno4MHBWL0Ura2xTMzBtYWlQRC9OaDNNT0JiTE8vVDN5ZWJYeUJKM045MVFORDBwL2JTL3ViWjk3ZVJuUVFVdGU4K0gxZlg2VnlyWFZKN05ya0JhRUlBQUJLWVJRS0JqRkJDWUl3S05DUFNZczVQbWZLWUpsYVQzUXhHUHVNQlozRXZjZlM0RFY5K2c3ZWU4Vk9QOWU2ZGQ3ZVdMWFBmM0pFY3gxRlpwN2UvbjViZXArYjNyQlIxYTlrLzlLaXlwMUErT013S3ZMRlVMT1cxL1VWNjlYNi9ma2U2ZlJ1ODZ5QjNQT1VPcnJ2MmljcVZEMzR0ZTJkK3YvUi85cEhyKytWS043dHhTbXdBd3FacHltZjgxUDZ5a0RiOGNsZlpOTE0wMVg0N210T1drb2daL1BSbzhWVC9FM0JWWmZ2L3l1WWEyaFJUWDU3WHgvOHo5QmVPcWp0V2orbVAzTnVtZTR5dTFzd2xzbW8yS0R2KzVrQzNVbmlrVXRlN3JlVFdmT0tKcWYzMFZRWDZwdE9PRlRlcTV0ajRwRkpwTUM2VnY2bFZldGtwZEw3OUFTOTd4SnVWYXN5Y29Zb2ZFdVFJOWpYVklkQ2V0VEFrSjBVYkhVcmRjN2tUSmtZaWdEMzdyVnUyNjRId04vKzdYMHc1UVRPb1RzVlVuTVlIZXFIQVBpWGkzNzRWc05EWXg3QXYwcERLa2xTL1V0a25qYlpJOTJYR3EvU25QMWJMM1g2THk4UStkSTgrQlpDRUFBUWhJQ0hTc0FBSnpSTUEveGQxM05xMmo3bjZlOUl4YnpGQ1V4RTNQZDB4Y3g4elBMNVp1UFQwRXVtOGV3ei85dFRZLzlqRWFydzVQVzA0YVltc2pNSzRRdG1tNlRxcTd6TlFWY1c2N0pnbE9OMDN6VGtVNWRUMjdUU3V2NmxldVVxMUYwazErUnFTYlNQcjJzM0xxdWI0U1BJUnRzc3pON1ZwMzA3ZlUvQmQvZGtpOVpQajd2OUQyTTErZ2tTMTNUMWpWOUdoNFRnV3R2NkZGVFUvc3EwOG9tUDNmclZMdjU4cmFmdjVJN1QwYnVZNDUvOWJ1azFZMVdFZmJUY3R0dCtMYW5JNzZSVUc1MHBqWkNWQTdKS3JhVTlJOXgxVTB0czhzUksvLytNdGtYY2ZmL3R0eVRCSWo5cG1XaDdkbzdUZUdsVytyMUpiVzE2OVhLMm56Q2RMSVhWUDM0ZnNpM3g5TFRQbHNQWnMyUGxqTExybEViUzg2NVpEYWNMWmZEaDBTNXd1dWtMMzdiZS8rN2kvVlRvdXErbjNMcjJOc0tiUjl6cngvdUNQb2U5L3hZZTErMStzblYzSzROaFphZVdVLzg1ZVRoNVo3eDhZdmEwOUpmenRtMGxidU12bWtNZE4rNTlhaE5vWk5OSUEvVHJwL0YwTnRHeHFML2JSY0cvRGIzNVM3MXVhRnNsWi81Z3RxTy91MDJlNFdwQWNCQ0VDZzdtTlVxOFlONGdjQ0VKaHRBcTVBRHkybHRmbjVUb1g3dTNWa1RDZE51ajRvVGR5NWpvbS9ieS9teUZpQnZ1NjZtOVR5L0tmTU5wNTVuZDdJTDM2ajdhZWZydUU3YjYvVm83NU1POTVHTWNIdE9vQ3VvK3JiZ0M4bVhRRm8zdk9GaVJWbjVydk9wN2RyNWVmN3BlYXFxbWE1dTBuTWlNNkN0T3Y4Z25xdXJJdk9rTU51MGwzMml0ZHIyV1gvZUZEdE5mSzdUZHI3K2pkci85ZXZtc3pETGJ2THBiWTAvNlEycmJtaHZ4WkJOcDV3YmUvOFdFRmJubHpRNFAvVjc2WVAvWVFpZzY1Zzl0OEo5VEg3VEdGRlFSdC9ubE91ZlV6bWZMcmFQdkN4Z3U0NXRxcXhiYWFVeWVMYy85NWw2OWZYdHF0cGdaVnZhdGJTdHcxTFF4UFhxN1ZKZzk5czB0WlRLNnBVUjZjdHF3OU4zTGcyYVBNMWFadjZkcDU4cHBhKzkyMHFINWVOeUo4VjZQNWtZcXg5WXhPUXJrMkVKaTVDNDZzckVHT2lMa2tFdXVPeUVlZ2I3OXFrd3BybEI5VkhHbjFwN080dDJuSDZtZXIvMmZjblY3MGtsVDAyaWVQM0ZkOG1yUUJPR3JOQ1k1MC9KaVZOaE1VbTBOdytHK3ZUYm4veS82N0doSC9TMzFpVFhwb1Q3TnFZMi9ZZHp6cFRLNzl3dWZKZGJZMDJJODlCQUFJUWFJZ0FBcjBoVER3RWdaa1RTRnZpbnBSaXpJRzA3L2hPYmN6SmRUOFBUUklrUlZ5c1FGK00xNncxMHRyRFAveGZiVDM1NlJyYnQzdkthZEdOdk51SUtBbWxFM0pncllQcEN4WHJsSnBJZXZmWkxWcitxU0ZwcUZJVG5iVzJOWkgwOFp5Mm41Wlg3M2ZHcHpqOU5rM3pYR25aV20zY3NrbTVKck9KdmZHZjNuLzlvdmE4OWUwYTJmS0g0UEowbjBGdHlYdWhwQTAveXFsa1RqRWZuSmcwV0NydHU2Ukp1OTVtQlBxQk85RWJLWW5QSzhUZEZ3dUY3b0tPK21sZWhlNVJWVWFrdkpuTXlPZHFBbjMwbnZBeWM3Y3NNMjNiK3ZORnJiK3hwUEtKZzhyWjFRTXJwRDBYdHVtK1N3K2N5cDFrRTBsbE1IbVllamF0ZW9DNjMvRTJkYnpxcnhyQk42ZlArSHZRWStVUDhmVEZaMUpCM2ZkRDl1QUt2bEJmU21KZXM5bkRjRWpjNEEzZjBxN1h2a0hEZC80aXVLVGQvYnRnL3gyYXpBcXhjT3NjKzk3bkVtdVRwTDhuaDlKSEdqWEVwUEkzWWlOcDcvdmZtL2J2T09GcFd2YkpUNmc4RDY4NmJKUXJ6MEVBQW9lZkFBTDk4RE1ueDBWQ3dCWG9hVlZPYytvYmRZaDhSeTBtMnR5SVFxeHM5VWtDbHJnbnRkM29iKy9XNXNmK3FjWjY3NXV5bC90Z25QNDBnUldMSGx2bjJjM1RkeVRON3gzUGF0UHFxd2RWSGEzVXJqT3JQZDlreEhwZXU4N1BhKysvalUyNTh0ZUtJR01INjY3NnV0cGUrS3cwTTY1OVA3NTVsM2E5L0R6dHYrbTZLZnVtRzdGeDgwejNYemVyKzlLSlNMSkowRVRSK3dyYThxU2lodTZjZWtCZldvSFM4dlRmTjg4WE9nczY2b2RGRmRZTnEybzRtVlB3MjZTdFQxaWkvcC9YRDlkTFNuZW1lZGFFODdwbUhmWGJrVnJiVk1jblZqbDA1SFRQUXdvYS9zUFl0QW1nbWVaaG43ZExkRHVmZElxNlAvNEJsUjl5VEJyQ09mcytiWW43d1dZOG0yMlR4dmx3Q1BUOUgvbTBkcnp1YjJvNFlyYVhKaXhueXRLdjk4RXc5U2VFazhZM080WTFLdkRkdjNPaHYzR2grcWExWmF3TWZybjlzZDJzVUNtV1dyWGlzc3ZWOFZjdm1pbHFub2NBQkNBUUpJQkF4ekFnTUVjRTNHdldZazZFRlVIMmo3NGY0WEdkQmo5cTVDOXJEamxBN2p2KysyNWU5dDNweTBVNXhUM05QQWEvOFYxdGUvYkpHcThNVHRrajdiN25MbVdQTFRGMUhiK1FnK3kzVWN5SjltM0l0cnY1NzdMWE5HdnB1ODFWWWRWYUpMMzJZd0xqTFhsdE9TbW4vaC9VSStsdUdXdmkvam1uYS9YWHZweUdRZ00zZkZ1N1gzMkJoamZkVVh2V2Q3ajlpYUdRL1JmWDVMWDJCcW44d0VydG1yaGFmVHFrL1IvcTFMYTM3Sy90bVkveDlQUDBiVDVXQWJjY2hmYWlOdngzVWNYN0RabGIxZXFaZFVrN243RkVQZC9lTitXTzZkZzkwZWFWMkRKZVV3WjNpYkRKZStuTE9yVDhjNzNTN29uNm1vUHB0amJwbm9kWFZCbWJ2di9jdkJPN2RzNk9HYTY5K0FMTy9GNWFza1lyUC9kdmFuM3VTYW50T2hjUCtQZWdoK3pGSDlOaWRRbzlGeEo3Ymg1Kys3ZzI1WS9Ic1hHNDFnNXp1TVI5OTZ2Zm9uMGZmKy9rZnZPa2VvWUVxTisvL0hiMC93WWtNZlBUYW1TWmVoTHZVSHMzMGwvOXYybWhwZkJ1SDJoazdFM2F6cEQwTjlUdng2cytmb1U2enoveXExUG1vcitTSmdRZ2NIZ0pJTkFQTDI5eVcwUUVZaEgwbUlQaE91NFdVOGl4YnNReFR4TkN2c01aaXFqWHk1a1RlOURUalhiZ21wdTA5ZlNuVDNHa1l3TGFwcFlVWVFxMVQyeUxRbWhTSjlhKzV0a2xaelpyeFpWRGt0bm5iYlJmcnI0ZlhhVzhkcDZUVTgvVjAwVjZQdGVoalZzM3FiQzZPd3hqcktMNzNuQ3g5bHo2L2dtckNWOEpGaElNMHllSzhscitkMjFhOHI1ZVZmYld3OVY1TTRuUW1kTmRCWE1mK01DazhFOFN3U0ZuMys5UElVRlNhQzVwM2ZlTEtqL1FyRGFvSDFablRsUGY5YklPOVh5eGQ3SitNZTZ1T0FnSlBiZWYxOU1vYWUxWEMycDUrcERVSjFYTTZlM05VdjhYbXJYbHZGRVZ6RlY1M2prSC9sN3pXRDR4RzNRbmJaYWU4Mm90KytTbHlqVWQra245NlQzbHdCT2hhOVpDb2kwa0tpM2owQVNKKzN4SXRNYkdWamZ2cExiMTIzY3VUbkd2OVBScDIvTlBVZjh0MzVweTAwS29YNGZxNHo3WGFKc1ltN0lNR2hXOWRxTEl6eStwbng5S2VkUDZuQzEzMm5hdXBIRWc3VjIvNzdtVFplYmZTMS8ydDFyK3VVc2J4YzV6RUlBQUJJSUVFT2dZQmdUbWlFQW9ndTQ2eHJFVHFXMXhRalAvMWhGeW5ZS2s1ME1PamYrWitkMU56K1piZjQ0bDdvMmF4NjdYdkVFOUg1dCttSm83K1JHS3hyanQ1N2F2ZVM4VzFRdUprTFJWR202N2Q1L2ZwR1h2SFZIdGpOQUprVzVPZDYrTTVMVHpWWG4xWGxPL2dzMm1hUTR6WC92Sno2dmpsUytkaG1QMGQvZG85eXN2VU8vTlg1K3lGRHNwSWhtYW5IQ2Qrdkx5Tm0yNGMwQ3FWT3RMdmsydXk2VjlGN1ZxOS91SEpzNm9ueDZKZGdXYnY4TEUycm5QMWVkbUJQcjZXNHNxUG5pd0ZrR3ZmYjlVMnZ2R0Z1MzZjSDJWaE51bS9pUkJtbWp4VnljMEhWM1doaDlVcGZMbzVHbC91VnhPTzg5djBiNnI2dmZFVytIa0NpSGJuakd4YnA5TmV0Y3lhVDMrQksyNDRsTXFIM3Y0RHBBTEhSTG50a1ZTaE50ZG9SQVRXNDMwTlZjc1drNnhpUjJmbzMxM3RpUG9vMys0Vnp2UFBsc0RQN2k1bG9WcjAyNGZjY3ViTmlIcjluM2ZQdjN4eDdVbmZ3TEx0YitRZmZrOC9iVDl3Y05uN1F0N3Y3NStuZFB5YytzZGFsL2ZkdEtZK3BGMi8yK3ZMVy9uNldkcitVZi9VWVhWYzN0d1lLTi9tM2dPQWhDWWZ3UVE2UE92elNqeFBDRXdrejNvYnBWQ0RtS3N5a2tSaFpsZ2lqdEdDUFJHT1ZhR1JyWHpPUzlVNzdldWk5N1o3YmR6YU9XQzd3U0hmbmMvYTBSUStQbWFkNWE5c2FUdTk0K3B1cTlhdjA3TUZLWm90RzlPMjA0cnFQYzdZNVBMeVkzVDNuN1NjN1htMjlkUHdUSDhnNTlvKzVrdjFjam1PeElQcndveGRKMWozOUUyK1cyNHFrMHR6KzlYZGIrVU15cWxKSTNkVTlUV0o1VTF2UHVBY0UxcUh6K1B0T2hZVGJ3VVNscC9jMG1sUncwb1o1YTRtdytYU0QwZkxHdlh4ZlhOKzZISmtJUHBpMmIvNnZKemw2ajdzbjMxMVFJbS83STB0ak92clUvTGErVHVzU21UQVkzYVQ1ck4rc0xFY0drKzZoaXQrUFFWYW5uYUNXbXZ6OHIzb1Qzb29mckZQb3ZaVDVLbzlFVjc2Tm1aVk03dVFaKzFVOXhIcEhzZS9nZ04vNzUrdjNsU0pOdTNRZDh1MC81bXBMRk9XK0dUOW42b2ZkeCszZ2g3UDQzWVpJd2RENU1ZTkdJdk0vbmJHeHVuN2VkdFQzeXExdDU4MDB6TWlXY2hBQUVJVEJKQW9HTU1FSmdqQW00RVBlWTROT3JVSnprN0lhY243ZmxHSEpGNkJKSTk2RE14ajhyZVBtM2FzRjZWL3A3b2xXQnA2VFhxU0RiaTRDWTU2U2FmcGVlWHRQeURZOUpJVmRVSmtaNHp5OG56ZVcxL2NWSDd2ell5R2NFcmRIUnJ3MDkvb2VLRE50U1MzZi9oeTdUejllZE5IcGpXU0xRdEZ1WDN5Mmxzci9VUlphMjlkVlFhcnlwWG5ZaVd0MGs5SDJqVnpuY01LVmU3NlQzNUo4bkJqem5ZK1ZKSkcyNHBxWFRzUUcwUGZPMm5YZXE3S3FmdDUxU0QrNEhkUHBna0V0dzhUZGtxS3VuK1A1WktEeHRWZFVES21RcTFTQVBmYk5IMlU4M1M5b25UL0FMNytaUEVUbHE5ZldybWVmdS9kVmQrWEcwdk9UL05UQS81K3pTQmZzZ1pIRVFDQjhOdHRwYTRqLzV1azdZOSs3a2ErdjMvemVod3hWQmJwdG5nVE5Ha2NVbjdlNU9XWHlQdnAwMFlwSTJiYVhVSWpVSCtGb3BHMDZqM2JhbjF1RC9WMmx0dTVocTJOQVBnZXdoQVlCb0JCRHBHQVlFNUltRHZRYmVIV2lWbEV4TE1oeEx0U1JQK2FXbmI3NDFFNTVxMW1SbEkvOVUzYU9zWno1NFNBVXRMSWEwOTBwekhXSHVuUmJITTk4di92cWdsYnh4VGJrQ3FWaWFpZHVZS3RseGVXNStkVi8vM0RrUnhWMy8yQytvNDV5ejF2T2RqMnZuVzF3VHZUbytKY0x2azNJcUhKQnV0ODhocC9kZUxhbjdLcUxSL1ltKzJPVHh0UzBtYi82eWdzZjExOVp3V01VMktOUHBPdi9tOTJGTFN1bHVMS3BzbDdsYWd0MGpEMzJ2V2x1ZFZWUmsxaCt5RmZ4cVorTEwxcmtXdEg5Q3E5YjhaVU02Y0IyQit6SWZkMHA2L2E5THVTMGRVVUgxQ29KRTZ1czgxS2lSc0xhdzRMNi9OYWUxTlZaV08vbXVwK2ROcFpudEkzeC9xS2U2TmlEcFR3RWFmczgvT1JOemFDUHBSZDIxUzhSRHVRUi9idkVQYm5uYXlobTcvK1VHZDJPL1cwZC9hRVd1a05DNnVMWWRXbnJpY2ttelU1dTl1ZWZIdE9iU2R3WFlISzVMZDhTTFVSbjdmaS8zZXlQamoyazJvWDZYOWZiWHZtM3ExbmZRMHJiM21hdVdXZGg1U2YrRmxDRUJnY1JGQW9DK3U5cWEyaDVHQXZ3Yzk3USs5NnppWVovMjloN0hsam02VlFvNVN6SEUvSU1LbkN3QlhvSy83NmsxcWVkNVREaU81K1ovVnpwZTlRajFYWGw1cnc5aCthOXVldm5EMW5jT1FNK3J2RS9VRmZwTDl1S0xNNXJYMGdxS1dmMnhNMmxOWE5CVnpNSnE1Z20yb29KMFg1TlZ6OVdpdExoMG5ueVoxdEtqbnkxZE9pZkw1YWZwT2NFd294Unh6ODd4Wi90MzFqQzZ0dXFGSDFZbmwzNlpzdVM1cDN4czd0UHRTbzJxblJ0SFRuUGlRQ1BQZktiUVd0Zjc3SlpXT0dheGZzMmJ5TkJNRGR6WnI4NU9yR3QxcjFyMDNmdVdWSzFCY1RpYmZGZTlzMHBLTGhsWHBPNkFrODUzUzVvZTFhL0QzZlRPNlZtc200NHZmUHFZZHltdWJ0ZllyVlpVZU9WemZWdEI4cXRSeHVaUmJNaWNkTXVtUXVGQTcrcUlvSk1CQ2U3RWIzVVppQmFGZFdoNGFIMFA5N2xEM29JL2V2VVZibi93MGpkeDkyN1J0SWtsQ01LMjlHMTFkRXN2RDUrdi9uWEh0T2paQmtOUm1hUk1FYVgwMXFYNmhPcVdWSlduTVN2dTc2dlpyZjBMUXZOdnk2TWRwN1hlK3JYeG42NXowSlJLRkFBUVdIZ0VFK3NKclUycVVFUUl4Z2U2TEtUZXk0QmM5Sk1xVElnTWhNWmNrMEpPYzEzcFppS0FmakRtTmJkcXNMU2Vjb05FdGZ3d3VBYmVPdm4vQVY4d1dZbEhwbUpEeDdTRG1ZRm9uMkh5LzZoOEw2angvdkI0MU5zdmRUZXMzbTRQajh0cnhrcng2djFuZms1N2t1UHVPcW05N3NYS0YwalNmRmRxSzJuQkxVWVVIRDZrNlBDR0t6V0YybTh2YWZGSk93enVHYTJVS09jaEpBaUNKaDdrSGZjT1BpaXFzSGE0ZEVsZk5tMzNwVW1WZlNmZitaVlVqOTlSWEZQaHQ1ZlpWMTltM2pQMEQ3TXJkTFZwNzA1aUtEeHl0SGRSbmx2RlhUZDIybDNUM2cwMERWS1A3ejJOMjQwY3BZL1poUG5jUHFjem5XN1QydXB5YW56YWdTbis5TExXMG12OVNLbjlSdWZMYWcra0dpZS80RWZTWTRIUVRjY2NyWDBBM0lzcmN0R0wyNFROemJUYVU1NkVzY1IvZjNhTnRUejlaZy8vN1AxTldTZmpqZmxMZFhOdTNaUTJ0REduMHNMbEdHdG92anovUjV0cC82RytNejlIMkViOFAyYklrVFdiRytyNzdyczNQbGp2VVQvd3l1Mlh5YmNWZHBXQy9NNS9aTkVJaXZlUFp6OWVxcS81ZHViYm1SaER6REFRZ3NNZ0pJTkFYdVFGUS9ia2pFRHZGM1ovNWQvLzR4eUtLSVFjdDVKaUVhcE1rUnBLVy85YWRHZ1Q2d1ZwSTMyZS9wRzB2UDNQeWRmOTZ2Smp3U0dyWG1CMzRrVDNmNFEybDZUcVo5cnlCbFI5c1YrZmY5YXBxSXVuakU0ZXpsYzFWWTNsdFB6T3ZubStNMWM2Ujg1M2YyRVJTbW4yNWpyZS8zOU9XYi9tYm1yWGtYVU9xbWh2T2pJZzExNUIxbXhQZE83VGpBNzJUQjltWk1vWDZUMnlDeW1YaU91ZUY1UVVkOWJPOENwMmp0V3ZXakhMSzFXWUJDcnIzeElxR2ZsMmRkZ2U1ZmQ5dDA1QTR0dC9YVmdlOG9LUlZueDlUZGFpK3g3NzJmTHMwOE9WT2JUbmJoTlFyVTBSMFRKejZlWWZFVDh5bXpMT21MR3YrcWFUT0MwYnJLeFVtQ3A1YktnMWVLKzE5LzE5bzlVM2ZVSDVaMjhGMmhlQjdJWUh1MWlWcHpIUGJPbTBTS0trdnVPMGVpNzc3Tm1Vbk4yeTZoeUxRdC83Wmllci84YTJURXo2eDVlbHBMR0pqdksyVFcrYVkzY2ZxMytoWTRpNUZEOWxrYU5JaGpiODdrUlNyUzJ5aUp0WVhZeE5wU1grWC9iUmlkaHJpYkczVi9MZnI5RmRxNVpjL09hdjlpTVFnQUlHRlNRQ0J2akRibFZwbGdJQVY2T1lQdnl2TzNLS0ZoSlhyZkxyTG4wTlZpa1VDN0xOSjBYazN2WkRBc3FLTkplNEhiMHhiL3Z3cDZ2L3ZiMCs3S3N0M2VtTVI5WkFqYU44Tk9hK3hOclhwSkUwQTFaOXAwb3IzTjZuejFmdHJrZlNLZWNFdWR5L210UHVWQmUyN3NoNUJkc3RtN2RRVkV2N2VVZGRSdFJGb2w0TXZRcXpqWFZ5ZDA0WWY1SlZmTmw2UDdKc3ZpbEoxUEsvTmoyclc4TDMxZTlGRGticFFaTTluYWpsT1ZGWGxkWGx0L0dWZUtvelY4ak0zMFpsVDVITWQwcmFudHFqdmUvV3IxbXpaZmVhK1lBZ3VpeTRVdE9hR2dscE9ISkVtOXY2YlJIT2QwbzZ6aXRwM3pkU0pFSnRta2tpMzlYS2Z0V1h6SndzT2xEbW41Vzl2MHBLL0g1THVxMzlxMmp6ZkxnMy9zRm5ibmk4Tjd4OVN5MUdQMUpxYnJsZnB3UnNQdmpONGJ5WkYwRU4yWWUzSGJXdTNMZjArNVl0V24wSDk5MXh0bDc5dno3NHQrdjNUSFpjUFpvbDdwWDlZTzgvNksvVjg3YXJhaEZlb2ZmeXgyNS9NY3Q5eHg0SlF2d3paYUV5USt1bTZiSkpzT3paV3hmcTRhNjhtRDM5eUltblNNVFJldW4zRC83dnAxalgyTnpmVUJ2NFk2NjljaVkyM3RqN3VGaWM3R2JieW92ZG82U1VYejFvL0lpRUlRR0JoRWtDZ0w4eDJwVllaSURDVFBlZ3g1ekxrWlBwT3FWdlZrSFB1ZisrTGNYODVwSDBlZ1g3b1JqUnczVGUwN1FYUG5PWjgrdTNkYUFUY2JSdno3NUFJdGtMR2owamJQSzM5eE1WcnExWmZrVlBiMmYyMVNMbzVPQzV2aktaVWo2VHZlSEZPKzIrczM1TWVPc0FwTFJJWHM5OVlGTkJFcnRkK3Nhalc1dy9YeE93a3UzYXA5eE10MnZhNjZYZVRXMDZoTkdQOXhUeHIvbGZlS0czOGRWN1YwWXB5bFFtQmJpcTFWTnJ6Vjh1MSs4cmRVNWJWKzIwWjY4dHUyN1U5dGtWcmJoaVNDbFhseGlmMi9Kc29mU0d2elgvV3FzRTc2dnZQL1hvazFTZjJYWXlyMmIzZmZVNnJsbi9JSEI5ZlA4Vy9OalkwU1JyTjY5N0hsalQwaC9xQmVDYU41Z2MvVnV0KzhGL0tMNXVkdzY3Y2U5QkR0aHJxZmU3NEZvczJKL1ZhdXd5NTBGUlM1NmtsbFI2U1YvOU5ZeHE0TmZuQVFiL1BUSm1JYW03VFRBK0oyL3ZtOTJyUCs5NXlTQWNBdXUzcVR5ak14RzZTK29xZmJtemlJamFCNUFwalY5eGI0ZXUyVlV5Z3UrV3o3WkJXMzVCdCtKTUxvYit0cnJDMjQwSFNXVEMyYkg0OS9YU21SdTN6V25YNTU5VHg4cGNjK2g4WVVvQUFCQllzQVFUNmdtMWFLbmFrQ2RoVDNOMGx3U0VCN1R0YXZvQkpjbjVjcHlQa3ZMaWYrZCs3UWlKVWhqcS9uTlplZDVOYW44OGhjUWRyVDl1ZmZZYjIzM0QxNUtGcW9VaU4yK2FoNzZjNmVOT2p4ZjQ3cmdOc2JjUStFM0thL2VkTkpIM1ZKOHBxZjJWOXVYdE5wSm1IbW95V3kydlhHM0xhZDFsZU9ZMU9pVnlIYk5YYW1XdGpvWlVkc2Vpd2VhL3o1SGF0dkdwQUdxdlVKZ3hxeTg1TnhMbFp1dmZSWlEzZFBqTHRSUG5RUklIclVJZjZqbG51M2Y2WUpWcjd3MzJxN3JNOVlFSkFMNVgyZjZCVDJ5L2VQKzJrYlgvU0s5YlA2NS9udE83S05yV2UxbGZiNzUyM0Q3ZElJNzhwNnQ0L016RmRVNUlEUHo2YmtEMkVoSXh2czFaMG1NODdUdXpRNnB2NmFrdnNhM3ZnYzFKMVlpbi90bFB5NnIxbGRESzZhNTQzMkZzZStuaXQrY3EvcXpnTGtYVDNrRGgvbkhMSHBsZ2syUmRjYmwxOU83VHBGZkt0Nm5ocFhrdmZNS1Rpd3lZT1doakthZGQ1WmUzOS9JSHpERUxpelIrWGJab3pqYUQzZnVhTDJ2N1hMNjRWTjNTTlYyeWNkdHMzdElyQUw3UExNR21zajAyb2hmNG0ySEVpWk45dUhxRkljMHlzKy9WTitoc1pFdGx1bjdabDhOc3F4TWEzbDVESWpqM2pqcmRKWTNOb0xLOHh6QlcwNXV2L3BkWm5Qc252b3Z3T0FRaEFvRVlBZ1k0aFFHQ09DTmdJdXZGNWsvWVcrZzZHNjRpNVJZczVPSzREbSthNHh4eDkzNWs3NE9od0QvcWhtc2ZJLzk2bXV4NzlNQk9BbnZ5Sk9iaCtYbzBLaGRCN3J1UGJpSTM1dHBQUE4ybk5Wd3BxZWZxQXFuMTFBVmM3M2QzTU9MVkp1ODlhcG4zWDdEZmgxa2x4N0R1a3ZzMjZFd0d4S0ZmSXpndWRaYTM3YmxYbCs0K3FNbExVZk1CbUFBQWdBRWxFUVZTN3ByMStKVnluMVAvbGtyYWZQYTVxTlg2aXU1dG1TRWpZejB6NWxqeDNpVlpjdjArVjNmVTZUKzRQNzVJR3Z0S3NlODhjbXJMdnZWSDdzT0s0ZVUyWE52eCt2NnJtN3ZseFI2UjFTWDJmYWRlMlYvVk5XN0lmRTErK0VQRUZSZWg3SS8yYkg1alh1aHR6eXE4ZVYyN2lLamx6R0o3WmQzN2ZxenExNTFPbURQVjRzenUrbUhLMEh2OUVyZm51TjVSdlA3VERydEt1V1hPWEtmdnQ1NDZSb2U5Y0lXZi8zZnlRRnEzNnRGUTZkckJXcDVvZDFXWi96Rjc3ZG0wNXEzNDZZaXk5MkRnN2t6M293ei81cFRZLzd0R3FWZzVNd0NTVjM1LzRPVEF1VDcxNUl5UVlmVnZ3aFhnanRoSVNtRGFkSkxIZWFIbENmV2NtNy9yUEhtdy9hYVFOZkp0TG1xUkk2NWZHdHB2WFBFanJmL1VUNVpmUHpvcVVSc2Nobm9NQUJPWUhBUVQ2L0dnblNqa1BDYVFKZE4rSmpFVlRmQ2ZaRjFLdU01RG0zSmhuay9ZaFQwOGJnVDRicHJmdHo1K3V2disrYWRycDN6TnhESk9jYzk4aGRKMUhQK3JrT3BwSnd0MjhWeXcxYWVVVmViV2RPU2hOUkpTTkFWVkxVcTVGMnZ2R3BkcjlVU1BtcG9wMFY0aUg4b3ZsRzNQWWpmUmVjWEZaUzk4MVBIbVFXUzJQZ2lsTFhydlBhOUhlZis4UG51anVPdTMyMys0ZVZqOGEyZjJhZG5WL3RFL1ZYUk9INU5rRDNFeUUrN2E4N241c1pWS2d4d1JDVENoVVZOTGFmeW1wL1c4R2FudSt6WUYzWmdLZzl0TWg3WHBacy9aOWVTaTZkYUFSVVJWclh6dEJVR3d2NmFoZlZWVllPMVkvZUc5aUNYdStRK3E5dkVuYlh4Mis1OTFsMTM3Q3lWcDc2NDJIMURYOGE5WnNPZnhKeEpCdEowMUUyblRxV1BOcWZrQ1RscjFiYWoxalNCcXRTb1Blak9sU2FkKzdtclhybmNQS1Q5NVJNTFZxZG1sOGFJeHVOSUplN2VuWDVrYzlRVU4zLzJyYUpFQm9URThiOTVNaTBuNy9zbTF2YlQzVWNQNVdKL3RPN1B5VWtPMkg4dlhiei8wYkZPdWJ0bTZ4Q1FyLzg2Uy9lKzVFWUt4Znh1d3BsSzd0cmtsam5QK2RQeDZiL0dxcmRSNzNKSzM1bis4RUo0VU9xWFB4TWdRZ01POEpJTkRuZlJOU2dhd1M4QVc2ZTYyUkg4MklPUUl4TVI1eWJGd0hOK1RzdW81N0tCcmt2bk1nZW9WQW53MzdHdmpxZjJyYktjOVcxZDVmTnBGb1d2UXZ6WEcwYmVZNjg3RklYOGhwVEhLQUp4MzBZbGxydjF4UXk4bURVdjlFRk4yOGFNUnhXZXI1aDA3dHVXUkFGWTNWNUUxc1g3eHI0eTdUa05Ed3VkU2l2bXZhZGRUV1BsVjNPL0JNb3VZcXVDMGxiWHJFZUgzZmVLVEJRazZ5TzNsaFdhNzZTSk02WHpNeEVXQWl5R2JsZ05tSGI2NUE2eTNvajBlMWE3emFNMjFwdjhzOXhLRVdOVHVtcEhXM2ppdmZWSms4Z0s5MnBablozejlZMHRhVHBZRmYxdStjOS92endkcWhXOGRpZDVOV2YxbHFmc0p3clMzTkJFR3RyRzNTd1BXdDJ2N1NVVlZHUnlmYk1jYk0xS1hyOUxPMThzckxsV3R5Ti9FMFhrbzNndTZPVGE0Z0RFMG0rcE1zdnVpeVlycThwcUR1MTdhcTdaeCs1YnNxOVZVZzQvVnI4OHgyamJ4WkFGQ1ErajdmcXQwWFZUUzJyNzZVSUVsNGhjYnRSaUxvMWJHcWRqem5GTzMvNXZYVHJpb01uUVdSSnI1OUcvZjdsdmsrSkxoamZTMTBEb25iOW8yMHF0K1gvREhKVGNOdlE3Zjk3Yi85c3NiR3lyVG5RbXo4djRYMjl6UU9QcFBRN3pIMm9USGF2TC8wYi81V3l6OTFhU09JZVFZQ0VGaEVCQkRvaTZpeHFlcmhKZUFLZEYrQSswNWwydTkreWYzblE5OWJoeUJXNjVnejRnb05ybG1iSFp1cDdoL1FsaWVjcE1IZi9HZ3lpaDV6RWtNNXp0UlpubW1wUSttN1RuU3hxNngxWDh1cmZNSlFQWUp0bFV4UnlqVkoreTVwMTY1M205RGsrTFNyd1pMcUdiTGptRzJibEkvK2ZWR0YxU09xR0MxbG9zOTJQL3B5YWM5cjIzVGZQNW5seXdkRWVsby9tYjVYdHFoMTErYlY4c3dSVmN4Tlp4TW51RStxdG1KTzl6eTRWYVBiKzRNQzNXSngrNTdOWTF4RnJmbG9TUjB2SDFUVkhuWm5oS0xwY0UzUzZHK0sybkp5WG1QN0R1eW5UeXUvelM4MktUR1ZmYXRXZlNLdjlwZjMxU0xudFFQd0RNTldhWHhIV1Z0T0tHdDRhLzF3dXJUeHlIeGZFeGV2ZlpPV2YrUjlNelczMnZPeFBlaHVYV0tyZlVMMU51VXh6eGZVcEk0WDU3VDBvbEdWSGpoZXU0M0FYSmRYRTk0bWNUT2YwQ1dOM2RHa2ZlOHZhOThWOVlZT1RWYkY4bkdmYlVTZzkxMTVyYmE5N0xScGZUOHRmZmY3SkZ0STRoUnJITGZQTnlMbWsyd3N6VTdUdm5mN2plMDdhVFk0MDcrSm9iOTNNMDNETFpQL045MU5LMVpmLzMzN3p2ci8vcW1hSC8vb2crcEh2QVFCQ0N4TUFnajBoZG11MUNvREJPd2hjV1lQK2xUUjI5anZ2clB2UmlpU0lxdXVPUERmU2ZvOTdLeHdTTnhzbWRLK0QxeXFuVys2Y01waGNUYnRnN0dQMmJTSHBKVWFwb3pHdVMyMkZMWDJxMFUxUDNIaVR2S0pnK05xaDdXWk83T3ZidFdXRnc2ck1pSFMvVHE1am5lbzNvMlVZY1hmZHVyL3MvY2VjTFpVUmY3NHQ3dHZuUGh5ZmdRRlhWRU00Q3JHWFJOZ3dJaW91Q1lVMlVWWHhieUx1cnI0VnpFblhFVkE4YWVDU2pMck03QnJWaFFVRlJNSUwrZDVrK2ZHN3YrblRwL3FXL2ZNNlhEbnpZT1pSNDgrWnU3dEU2dnFuSzd2cVRwVlM5ODdEa3hvUzc1dWlJS2JPWDBldHAxWXdNd2ZPeTdhTnJyR3JTdWlaNkhTaHcwL2E2TndUQjFCWFFPNkFQQUp5RkxGZmdlN1RuWXhRVlp3M2JkdExkcldXZVdlQTlodzh6VFE4TlhkOCtpSERnSEl2Znh6SmV4K2VjTnF2WTRETUZuV09vUHBOUjh1WWVqY0JvSnhIWm1lS2xQRTlvYUxiU2VWTUhOcng3VStiWC9oc1ljNTFDL0cwS3ZPN25tWk1FRG5PZGo0YnpZcStjbmxTVFlWK0VZWlEwK3VZTm1IcDFBNHVxVmMyWDA2TTlLTVVuSTZCTFMzRlRINm5ncEdQMWxIRzQydVFHMVo1TVhrUlJwQXIvLzBSbXgvN0tQUWJuU25BK3hsN1NlOUM5TFcxVnlmbTMwZXpHZHpERmw1ZlREdndMUjVwKzFQYWZ1UmJlM05wVTJTM2NyUngyUGRqNzRQYjhPcW50ZFJYaUduUUU2Qnc1TUNPVUEvUFBtYXoyb0JVRUJhMEJmQWNHWU5JYzJxRVlLTTNNVjl2bmpYK01QZnNPMmhKOEtmbnNoMDU5Qm1yWm12c2NTMWsyYWxLeTRyWU4zWEhKUk9iSVl1MHJvQ1dXSmRDbkwyNVRMMnZxS0oxb0hRMFRndVJkRmM1a0V0Vm84dllmMG1IMDY1MVExeVNWSUhnZHFQcXRoK01nRTJIUWpNRWlrN2FlNmxEV1dzLzdrUGI2Q3AybGRLT3QxQjE5cTZROEh4emhuRzZPY29PRjdINnBvMG41QkVIbFo5cEl6QmY1dEdNS1l0MU1Ja1NXTWZPVzhJSTU4Z2EyNG5PRnNXT2lWWkJpTkw5MWxWckxoMEJoalI4NkV4a2F1MzUyTHYyUjVHdnh5NjFXZXp4SGRHUmUxN2xTVlk4OVd2b1hyeW83SU1OeXFUbGdjOXJUR2VHK1V5cnh4WHhMSjNGZEJIQVEwcFhWeGR6Sk5PU010QTBIWXdmbEVab3g5cG83R3JFek1oYmM1cHZFMEQ2TnZ1OVdETS9PMDNzeUsyeDdXYnhkS2JScHRlbjZlOUM4ejJiT1hubzQwMFdwdTg2clhQWHVsaUt6L2ZmYkljRHovbkpWaDE1V1h6TWNTOGpad0NPUVVPQXdya0FQMHdZR0kraFlWSmdUU0FQdDh2K2w2cGtOWS9BL1IxMTIxQzM5UHlOR3U5MHRkV2ZzZGpuNHlwNjc5bGRYWE5vZ1RQeHhoa0c3MjZrWkxGdEx5MmdEVlhPQ2cvb2dtZkE4ZHBDN016RERSdTlMRHJXWDJvYndzUElxU2xNeW5mZFJaNWRGeXk0anVvUEtFSkVKWTEvSklWMEgxZEgvWi9uS3pvb1ptYXJWcnl0NDJPNmdEZ0JHRERqMTBFTTM0WUxveE40Ym9mdHcrWXVHZ0l1OTVBY3dzQnVsRmtWdFBVYnY4aityRDIyanBRb0tUbjNRQ1hHcUg3MER2K3VZeXBHeWhRMld3WDg3a0FGNnBEenY1TG45dVBsWmROSWFpSHVjN1YxUUQ2UjNuZFh6ZUFrUThSbW0xR3RJcnJLNDQveXEyODJJY2p0dHlCd3BxVm1VWFVGaVF1UzJXbWR3QVAxZnNVTUhTdWk2R3pHb3EyZE05Y0JUSFVCeERrdm8rbWc4bXJxaGo3bUlmSm15YWlRSUp4d0R4TkRzMzFrd1RReDk1N0NYYTk2ZXllb3Y3MzBuL1NXazZUR1Y0Ym9aek1UdmxtdGkzTHB3SDBMSFBJVXNhMko2YU5JMjdjYVhQazVXNXNLYlBJT0pkeHA4azF5L1RhTDMwZC9XYzhKYTE0L2p5blFFNkJ1d0VGY29CK04yQnlQc1c3aGdLOUFQUTBoY2VtcUVnRnMxZWdaU29qTmdybEFIMys1V2JzUXhkaDcydGZtUWtNSlNtaXZTcUpjZVhuMGc3VktReDcySGlEZzhLR1ZnaUtkTEF4QmNqN2dkYnRKZXg5YVFtVHYraE9HWFl3YzJKTDAvSlg5R1BaUjZkVWZ2Wlo2TDhBK0tORjdEeWxpSm0vVEdlS2hzNWNKZ1YreVJrRFdQbUZTV1hsVm10RWE4NEtpR3NnUGYyRENuWThMUXdvWmdQb2txWmhkUS9ycmltaTcwazFkYTlkQllYVDdhazJQS0E5WGNEVys3dG83VzlFUXBjR0ZKS2tNNlNWZzRHSEQyTDFkWk53S2o1UTE2N3Q1T3JkQjB4L280QWRaMURKNUpSZjNFK1NETkd6L2tlZmduWGYvUVpReVJZMHpwWm1UYzRwTGthR2tyK2xIb1pmV3NXUzE4N0FYZEpXMXhHVTVad1pVZ2Fja29PWjc1VXc5aEVYazkrbndIZGhDclUwSzZ6SnY2VHlWRFlPb05kLytUdnNPUGx4YUkzdnoydzlQNWdkSjIzY3NtM3pVTW4yL2pEWHF2eWNGTDhrKzdzbG5SZTI5MTdjSGhMM0R1WHljUUE5am01cEFlTnM4K3gxUHpYbHZiejJudGo0MXovQU9jZ1VoZ2NqUjNuZG5BSTVCUllHQlhLQXZqRDRrSS9pTUtRQTMwRTMxZFVrTUMyZnlRQldKaERnY3F4b3hTbFRTY0JmMWpYQlJvY2QrUjMwK1JUTjFoOXV3K1lIM1JkQmk2eVc0WTlwNFpYOXhZRzBMTHlMQTQ5bXYxSjIrSm1wd012dnFWMlN6Zks5WGF6ZkZNQmJGWVFnWGZ5b3dHTWpIdmErdUlUeEg0VHU1cVpsT0UyWk5XV2JBWHIxL2dXcy81a1BwNkVqb1JzMFZMblIvMThKTzEvYXVjK2Rwa3hUMnpTbk5SOFl4dENyeGhDTUNqZDBkbkduZ0c0bG9IR2JpODBuZE56UXpYdW5rcC9LZXY3d010WmQzMEF3R2FqYzdXVGVwVHp1T3I0ZG5CTFEvRXNGVy82eENCOFRYWWNLTmw3WjVFYlNudWZTL3cvTHNQcXI0eXFkV2dUT2lWWURRUFBXTXJZL0NtaU9odmYxa3c0RDVGNlRKSTgwbnhYbnZ4UEwzbmwrcGlWakJvbXpWWkxlRitGekQ4UFBMR1BwMitzcUFGeEE1eG1OY1B3VUo4RFZBZUQ4SFVYc084L0J4RlV0dFAwd2FDRC9NOWVPMlcrYVpWMnVEUWJvUi83OURuaHJWM1ExdGZ1MDUySDhHMWQyeVgwYWlFNTdicTVEMno1Z3lrTGNBWU01RDFPTzFkeUVod2lQelN4bmUvZVkzNW1IeWVhK1o0NVpQbzliQTFJV2JYdVlYUE5KZEkyamd5bnJTZlNTYXo2Ti9yWTlsdHVtMzh0ZS9RWXMvL0I3TTYyaHZGQk9nWndDaHk4RmNvQisrUEkybjlsZFRBRXppcnRVTkZnNXR5azNESUNrVWlNVlZhazBIYXdpSXhVRHM3L3dtWVBjeFgxK0JXbnJjU2VnOXFlYnVnQ0RWSDVac1pRS3N1MjVUWjZrVWhsWHgxYkdWUHhOR1pSS09ZK0w3Szc5eHk3RG11OU53RjNXaklLcStRUkFxY0VTSmZvRjlyK3FqTkdMQWdRSUFUUDl5RFJpTmhubTd5SVFxNEZDMkhjUkczOEVsQjdZVk5IY2xidTJ0a2lUZFpyU2FKR3IrNEczVnJIM3dwa0laRkNmN0YwdSsyYzYwWHlPL21reGJIZXFBK2hVZ0RnbUFLV1dhM25ZL3BCKzFPNFlqNEN0N1pBbEhLdURJMzlmUXVIb09nSUtXTVpwMjdRVlhYM3VwMVJmUld6LzE2WUtNTTRIRVJJNFN6cFFIWE1lL0IyUG8zd3ZCeHYrMTRHN3hBZW13NEI2S3Q4NkJZVnJ1dGg2M3o3VWRvY1IyK09BRG8vRHR0L0kva3g1V252NWx6RHd3ak5TRjAxY0huU3pZc2lmRWdhZldNYnlDNXNvSEY4REtBUkFNMHgvcC9oUGhDc0Q3VDBlUnQvWmg5RkwydkJwNGdLWW16TE82NHgvSjhsa0VqaTFXZERILytjeTdENzNwYk9zOVhJZG1YUTMzd1VtUURiWGhGei9FanpLZVNYeFZ0WTM2MGpnejJOTzJxTmtmY2svOHdEQmZHWjc1NWp5eG5Ub1pWNjJlWnZ2T25OL3RSMGdtcktZQnNUbG1wSHladkkyN3JPaXNWZkIybTl0UWwrUE1SMVNGMXhlSUtkQVRvRkZSWUVjb0M4cWR1V0RYVXdVc0xtNHM1SmpVNmlrc2lMZDYrTHFKQ2s3V2U3YnhkV1hsdnNjb00rL3hJMjg4bnpzdStoZDBWM1lKTEJsVStoWlVZMlRGNXV5YlZxd1RBVld5aGdEbFNTWDBFNGZEb2FlUElDVmwwL0JLZmh3V3RyeTdBdUxac0hCeE1WRDJQMDZ5cFVlQnVlS0EwTzJneWpiV0ZlL3I0eWhjK3Z3cDRWbFhoS3JTSjE0MkhLUEFkVDNoVG5MSmRDd0FYUUhnN2pIam1rNGZXMzR6YzRZRlIzMElGUmFzb3FMWFU4cFl1TDY3bWp4cHNlTHV2LzlvaEpXWEZZSGRHbzZCU2dsQXRGcHp2YS9hUWo3UHphdVpNSUU0NUxmU2ZzSGx5dXNjckR4Unk0S0c5dmR1YzZwOFJLdzUrVkZqSDB4NUlPVUM1dWt5LzdNc3Z6TUJDTEY5ZmZBaHB0K0RXL2wwc1RGaytUaXp2c2owYkR2ZmdVTS8zc0JnLzlDMXdvQ2RlQVE5VTJER2dCUTh6RHhlUStqSDNCUXU1M1MxSFhpQThTTjIwWkxjNzVwZTY4Q2VaVitIUEgzTzFEUUZ2UmdiQkxiSHZJSTFQNTZjeXlOemYzZnRoZWI5SlYwbG12QzlyZEplRnRiU1dPdzdTRVNLTWVOeFFUcW50c0hiK2tTWUhnUWJuOFZUcVVNRkNqbEF0MkpDWUJtRzhIMERQenBHdnpSc2ZBZjVjWFRQeWFBVDNybjJmWkZXZDQ4RkpmN1d4YjM5NlQySlgxN2VmZmE1STIrRzNqTVU3RDJoMStmLzVkUDNtSk9nWndDaTRZQ09VQmZOS3pLQjdyWUtHQ3pvQ2NCcFNSbE9VN0JpbXN2QzYzaUZFQ3VHeW8wdVFVOUN5MTdLVFB6M1I5aTY2bVBpNDJhTFJYbk5CN0Y5V3NEVDNHS2ZGSWY4bGtjSUtQdmw1elpoNVVVSlh3bUNLT2ZhelNzck9sazNWd0tUSDJwRDN2UGJhQTUwbjBYT0E0RXhvMkw1SEx3OFlOWS9TV2RxTHdkV3MzcHg5WHU2T1JLVGxIbDY5ZVhzUDNKTHZ4MkxSYU1Vai8wcjNLUFBtejh5elNnbzZ4VGU1d3JYSUVUUndmVEdnVDJuMWZFeUNkYWNFR2VBZDFXYU9aZjVZZ0sxbjIvQ1c5Tk83VDB5M3ZuekF4OVdySHoxQ1dZK3VWbzdGMWxHNDI0SDdsZUIwNGF4cXJMSmxHNFIxdmxPbGR6b0hFVEg0YUE4WTlYc2Z0MW9TbmZETmlYSm10cHp4bkFxTHY4cDUrRlZWKzVOSEZaMkFBNmd5Z0tBRmM1dW9EaFY3a1lmR2tEVHJVZHBvZlRGblBWY0I5NUJUaVl2cTZDQSs4cFl1cjNaRllQNTVWMjhCQUh0cExXamEyT0RhQ1B2djJEMlBPTzE2bkRscXhyeXlUVVhPdjFzZzlsTFp1MFBwa21WSWJBZU9ISWRlZzc2VEVvUGVDK0tCeDNMNVNQUFE3T2trRzR3d053cXVSU1kvbWhOVHZkUURBMmdkYklBVFJ2L1N1YXYvMGpHamZmZ3BrYnJrZHIyM2EwUmZ5QU9DdDJIRTlsajJsQTJ0eDcxZnJKU2loZExzczY0U2JqM3V1MER0Wi84V3IwUCsrWlBmYWVGODhwa0ZQZ2NLRkFEdEFQRjA3bTgxaHdGREFCdXUxRm4rVmxMcFVHcVlSSUJkMVVXcEtlbWNxQldWWSt6OU9zemI5WXRiYnV3cFpqN2dPL01ab3h5Rmc0aHFUREhaWWphWUdXRnRLNEt4VW1hRThEQmt3TmN5dzB1dVZ2TG1McHV4dndSMEpnRzhra0E4UitvSFpEQWJ2UEJCcmJLWno0N0RSc1BFOVQ1cnRsRWlpc0xHSERqMzBVVnJlaXlPUmtrQ01RVGI5VlFEY0NTRlZnN0YxVjdQbi9RbGQzdVU2azNOUGZRMDh1WXZWWG13RGRQemNmc2dXZHhqd0lURjdTajEydnBBdlFZZlJ6eVI4Ry9Lcy9Vc0lRM1lQWGhsOUdhMUhUTkVZS0VEZnVZZHZEZ01hT01MZTZEU1NhL0RVUEJXaG0xUWNNWTgwM3B1QXRiWVk1d1BXWTFhRkZIOUQ4ZFFuYm45bEdlMy9iZXVkY3lrZ1NNSW5qamVRUmxWbHoyUmN3K0pJell4ZVFMYzJhQXJ5ZWd5WG5WckRrMVUxNGExdnFqamw1TkNpaks5R01jRjRaYVB5eGdQMnZybUQ2WnpYNDdjNmh6MnpheElNczArdkJIQ3p6TXM2U2F3TDA5dFpkMlBxQUU5RTZzR09Xck1VQlN4TVUyaXorcG56WjlnUCt6dWFCSWVlVnhqOSt4OFRKQU5Na1hMOHV5dmQvQ1BxZmN6cjZuL2hFZUJ0V3cxdTVmTjQyemZhT1BXamV2aFV6My9zZUpqOS9KUnEzL1M3eU1MSHRGWEc4andQQ2N2K1RnemIzQ2Y2Y1JIZW1TOXJCVjlKWW1EZjB1L0xBZjhUNjYzOEFkOG5ndk5FemJ5aW5RRTZCeFVPQkhLQXZIbDdsSTExa0ZEQ0R4TmtVN3pSRjJGUU1KRzR3eVNFVk94T1FjZC95dDIwOEVpQ0VmZVZCNHVaYjdJS1pCcmFlK0dEVS8vUjc2eDFWMDBVeWp1Y1NqRXM1c2xuS1pSdEpBQ0FMWUlsVFVxbnVoaXNHMGZlc2lTZ0tPazlRQVJtcTJBKzBkeGV4NTEvNk1QbVRNRlM2Nlc3T01oalZFYUMxbzhBV3NPNkxEdnFmSWRLdGFZRW1jSzNBbkk2UVRoSFpkcHhjeGRRdnAyWUZST3Z3MXNQS3QvZGgrRDhubEtXMkszZWFibysrVS9TcEFyVmZsYkRqS1UyMHB6dXUxUEpxUU44REJyRCtGMU1JYWdFQ3h2Q3V0dkJyQktSYzNZdEE0MDhWYkgxRUFMOXRUN0VtbFhieitnR05oNTR2ZWVvUVZueDZDdTVBVzRGekZZeU83dUpUWDNSdnZ1aGd4d21EbVA1cmVHL2VCamk2Z1ZlSE1qYlF3MDl0QjRQMEhkM25MMWFYNDhpOU8rRDIyeTJuRXFDSGMzU3g1TXdxaHQvUVFPa0JUV0FDWVJBNDdRVkF0Q0tyZVh0YkVTTnZjVEgyaFJZQ2RBNGI1SHFJdXpkdjJ3ZHRZRXl1ZVJ2OStUbVIyYXYwNDhqYk44TmJzeHg3WDNRT0RuenU0dWo2Q3ZkbkhuN3dHcEkwdHdGNGMwNVVqNi9FU0Q3UzN4M3ZBMDB6WStPUys0SmNXMW9jdTBwTEVHL3VNMVN3Zk1UeEdEenpXUmc0NjZVb0hydGh2cmZJMlBZYU4vNFo0NWRjaG9rckwwZnJ3SjZvSEkvUjNOdXk3R2UyZDZ6a1JmZVZyOW1IZkRhNnlqVmpqa0hTbGlkZzIrUHB1MVVmL0NTR3p6dm5UcU52M2xGT2dad0NDNGNDT1VCZk9MeklSM0tZVVNETmdwNEcyRzJLc1huaXo0b0VselhCbWEyUE9JWFVMTXN1N3V1djI0UnFuZ2Q5WHFWejkra3Z3UGpWbjlld0pHemFwcmlaQ2h3cjRqWXJEWmUxQWZRa3E1cE5pVFdCREkvUFZJRGw5MVNuTUZqQjZzc0RWSjlVRHdFV2d5c0NFRHBRR1VWNEQ1b3VEcnlqZ3YwZm5yWUdXclAxSitXVEFPRHlGdzVnK1djbTRSOElRYjZhaHk2a1hMcTFOWjM2YTl6aVljZFRBalIzZHlKNlM5cFNrTEcxVjVYUTkvaUdDdWJXdGE1ME84ckZuZVpRb21Ca0RuYWVXa0w5dGpBYXY2UzVXM0d4N3RvQ0tvOXBoTUhNdE9XWER3NDRDcHlxUXhIbnJ5aGg1MHNvN3pxNXpNL09TUjNIQzRaaFMxOWV4ZktQVHFzZ2ZXUnRsb05YaHdBRER2YS9vb1Q5bDRZSEFEYlFaOHFlRFZURWdYRnpuK0p5eXRYOUJXZGoxV2N2dGliWm52N1N0N0R0dVUrR0J3OERwNVl4ZkY2QXlza3pZWDc3bWw0UFJHKzZJbEVsWU81aC9KSUtSajhPdEtiQ3d4YW1mZHdZZWgxejBocUs0d1BkUVQ5eSt3NEUwelhjdm5GMTRnR0k3UkRCdG1jbmpZT2V4UjNpMmNDbTJWYlMyakxsb090d3dpbWc3ekduWU9pc2w2SC8rVStmMS8ydzE4YklKWDdpMDVkaS9MTFBvWGJ6TDlWRms2UzFFOWQrM0h4bGVibm54UjN3ZE8wbGhoZE1IQ0EzOTFKNW1NTnpLVlNXNE9nWkhjQ2lWeUxsNVhNSzVCUlkxQlRJQWZxaVpsOCsrSVZNQWJhZzAxMUVtOElsRlh0V21td0twNmxRSlNrVk5nQ1ZSQ01UbE11K3duN3lPK2lIUXNiRzN2NFI3SDdIYTdvc2JVUnZhV2xqRUc2enJObkdsSFRnWStOenIvT0tPK3lSeWltTnYzeFVBUnQvNHNNZDhrUEFxUE9KSzRCS0g4aXlTOWJRcW9QOWJ5NWk5SU0wYndyc2xYemZVL1pQL1ZUdk1ZQU5mNWdNQVRXNWNiT2xXeWpJRVpBWkJpWXY3c091VjVBNU93eVFKaFhpNHZJaTFtMXFvM1NNRDcvUnVXK3VVcUl4SU5KQVBmUkRkN0RueFgwWS84WlVsd2NBOWJmMEJXV3MvSFJkcFo2THh1VjJEbUNveldpZHJnQkcvNk9FUGU5cHpMSzZKdkVubkZjRlM5N29ZL2xibTBDYkFtNkZMdUJxWHBvZTduSmc1dW8rN0RpajNtVnRUanU0aXp2UXNRSGhKUERqbGdhdzlwdWJVSDM4dzJZVm0vcnN0N0h2L0tkZzZma2VCcC9YaGxQMVZWQTdQbHhSdnlrQUhGeE1YVjNBeURzZDFQOU0rY3huSDdLWSsyY3ZzcDFHaTZTMVE4L2M2Z0NPMnJvVG8rOTdML1pmZUVFWFFFL2FqOVBhN2JWdTJ2cVVOTWxTVm9MejZuMU94TEszL3hlcXA1MFNmNWU4RjZMUFU5bjJuZ09ZL05KWE1QSmZiMFh6d0o1b0xXYlpNMjBITHZMZ0krM2RhT3NqcVk0NVpkbS8xQVZrRzNRUXVmYlNLekI0MW5QbmlXSjVNemtGY2dvc0ZncmtBSDJ4Y0NvZjU2S2pRRklVZHdscTRrN1NreFM0SkF0S1hOdTlLQThkaGRkQmJrR2ZmOUdidXVvYjJQN3MwNkpBVWdSQ2hwNDRqS0UzaEFuRkp5NzFNSGsxMEt5UjFaTlY1ZVI3NkVuV2JadHlibE5RazhDV3paSmthNWRrYytDaHk3Qm0weWdjOHJVbVRLd3JxNWxvZ0tyU29TMEI2aitzWXVmcGJUVEg3Q0E5OXVEQmRYRGtEU1Y0OTZvcmk2c0tUQmZ6bzZLdkR3UDd6cWxnNU5KYWx5S3Z4dnVJZnF5NXBnYW4ySTZDM0VYME1VN0VWRGRWWVBUQ0N2YjhkemQvdk1vQWp0NURQdVpoam03VkwwOWYzNDJQckp4MFQzOGxzT2ZVWVl4OXR4TnBYcTVmcWJqVDMremVYS2lXc2ZicUlpcFBtQXc5RmNTZC8rZ0FvQUswOTVldzViNXR0S2JDKysyOS9DUWQrR1RkWTlSQnluMGVoUFcvdXdGT1VSNVZBdTI5VjhFSm5nMlhncjJUMkJNYVlSNVc2Qkl1VVA5K1AvYThvbzZaMnpwM3pFMkxzMDBHay9aWGt3Wlp3R29jM1doK2hXWExzTzdybTdEejZVOUdhKzl1Ni8zK3BER21QY3N5dnJReWhnaW5pZ0dWcDM5ZVpSQ3JMcjBjQTJjK0k3WE9YVnFnMXNUWVJ6K05mVzk2VFpRcElrNU9iTFNZaTZ5Yk1wYWxEWDZ2bW51cHVjNjVMWFhnZWZTOXNlRzN2NEU3MUgrWGtqanZQS2RBVG9FN2x3STVRTDl6NlozM2RqZWlBQVAwT0V1b3FTaDBZRmczRUROUDlabUU1a3VlWCtxbUcyV1NzaHAzUjA5Q3dqd1ArdndMYmYyR20zREhRMDZJQUhyMStCTFdYKy9ENlc5RmthcGJtNHVZK0o5K2pGNCtnOVlZbWFMRCs4NDJOOVk0Y0M0VnZ6akZsSlZHQ2VDa3NtbVR5emhsdENOckRwYWUwNDhWbjVoVVFkY0lXWGExUTVaZVRqazJBRFQvWE1TdTV3ZW8vWkZRV3VpdUtzdmI1a0dYcTlkOHBBOEQveHJlRytmTVRiTm93YTd1eFpDQzJ4L2FqNW0vVEVhMFZLN1lML2F3OHVPK3VqTWU5VVdBbXVsTmh3cnlzanpkUTc5K0VOdE9vMXpiTk9hdzF1cVBsekg0c2xwb1BXZlBBUjJ3emdyRWxnTmJqMWlLK3RZRHFxKzBlZnR3VWIyUGh6V1hPeWpldjZFc3p0UTlCWVNMWFBxcEk3cDNEbURmeS9zeGVsVm81V2ZRSmZ1d2dSZ0pEdmk1VGVia1BpVHJtSEVzNk5ucUQxeU1vZGVlM2IyUUdsOEdKcDhUeVlZNllDSFBpaExRdXMzRC92L3N4K1RYcHVEcmUrWnlyTEloMDVLWkJFWk51WTBEVEwwY2Rua3JWMkh3U2MvSDZPVWZpb1lWWjEyTjI3dE4rbHBsUlg4WnlXUWtkY2Jhc25pUVNKb2t2WGRrdndPbm40a1ZIL3dnQ2h0WHovOEdlSWhhYlB6Mno5ajM3Ni9DMUUrK3AzcXd4U0tRM2lIbUhzTnJQd2xzeDhsWEx3RGQzTTk0N1ROWnBDZVZXaitmdkJ4RDU3endFRkV0YnphblFFNkJoVWlCSEtBdlJLN2tZem9zS0NCZDNFM3dUQk9NczRKTFJaMFZOL2tDVDFJUXBJSWhsYzg0NjZkTjJlTjZJUk55Ri9kRElZenQzZnR4KzVvVnFtbml3ZEpuTHNPS3EwY1E3TmVDUWFtQzZlN3RFTkMrcllTSnp4UXg5aWtmalgxMDBUaDA4VFdWU1ZNdVREZmxKSUJ1S296eXM1U0hKRURYTFRmaHZOWjhwSXJCZjV1QnJ3T3ZLWXlyM2JEWjVWMjFPUUFFVXdYc083Y2ZvMThPcmNubWorMUFhdWhaWmF6K2NzSjdPZzBBQUNBQVNVUkJWQjJCdUthcHl1bkYxU1hmQkxJSGdNYXZTOWh4V29EbUtMdTZ1MWo5M2hLR1h0VUIxbW91ZEtoQWdkM015T3JLckVXcG9RcTRiVjJZK0oyK0dueE1DV3V2YXlqQVRLbm0xRHkxMjcwYWt4Nk1Bc3I2YnJVREQ3Y3VaWURmZlpmZEJLUjBiREg4dEVHcy9NeWt5dFd1ck02VWIxNEhuMk9CVUZNZkJzWS9Pb2c5cjVNSENCMksya0F0ZmNjV2VwUC9KajlzSU05bUZhUnkxR1pseVVvY3NXc3puSEsxTTRqYWw0R0o1NFIwS2dET0VORDZXd25qbndKR1AreWpGWVIzOG0xeUxzZWZSYzY1VXh0QXQrM0ROdmt6eTBVc2RUekFLeUJvaGZFSStDZU9aaGJSN2pwMHM2MDlXMXVTQnN3UEUranhvUXkxbVJRNFQ2NFRiMkFKVmwxME1RWmUrR3piVUJmRmQrUHYreVQydlBsVkNQeG0xK0VVMFd6MnV1clF4cVJmM041bnZxUGp5cG04dEpWamdwcUg1WktuMVJOT3dvWmYvVndkdk9VL09RVnlDdHc5S0pBRDlMc0huL05aM2dVVTZDVVB1am04T0RCbEEwam1DMTRxQVRabFVTcGpTY0E5ckp1N3VCOEswUW1tR3JoallBWGE1SjlNUnNOalBheS8zb1czcklsZ09yeERyQlEyc3VLV0FZZUNaTjFXeE5SMUJZeGVFcUJ4V3dNKy9DNTlMUTAwc1Z6WXdJZDhKaFZEZVJBUVJ3Y2I2T0UydkdvZjFuN1RSK1doTlRVdkxWS2RLT05DSzZYZ2E0SG5ZUFI5SlJ5NHNBVy9Ga2JvVGpxUUtxMGJ4aEczaklWZ210cVM5OUQxL1hGVm4xT3ZVWU5WWU9xcU1uYStxSzBEczduWThOMFNTbzhNeDZpVWVFNE5welZzbnFNQ3NKUmpuUXF0QUxiZHA0cVpQOCtnMEYvQXVtKzRLRDlFVzdYNUVJS2oxSFA2TncwUUZGM0xRT3VPQ202L3Z6MUhlOWZoWE5uRHlnczhESjFEZDdBRE9KUjZUQStLWkVSWjBEbUdRUVZvL3NuRGpzZDdhSTJIMXdZa2orTDRKV2x0N2h0eFBKQXlZZTRyUkNzUEpWUlBkckgwVlRXVUgvdEdPTlVMTzFVSW9KTUZmUUR3UjExTVhWbkZ5THZiYU95cHc5RmNqOXVmTkJ1c2djRnNZN0xKTGdON0NiWmt1YXgwNDdWalJ0am50ckllak1ueWN0NnhCd05pc0NidFRYNXJNZTU0aEZqU05sS2RnVWVlZ21VZmZqL0tKOTd2VUd4N2QycWJNOSsrSG52T2ZqSHEyN2VJcTBTekQ4R1MxZ1lmY0NSNUZ5WEphSnpjMmE2YjJON0xrZXg0RmF6OTVuZlFkOG8vM2FrMHpEdkxLWkJUNEs2alFBN1E3enJhNXowZjVoUklpK0tlWmZvMlpab1Z3amlnbGZZOERxQ2I0d21WZ3h5Z1orRlRyMldDV2d0M3JOeUk5dVN1cU9yQTQ2cFljVkdBd3IxcnlqcEs2Ym1DVnVoYXJYaE4yYXFLbEtiTXhkUVhLamp3b1FDMWZaMzgzcXlFSjQzRmxLYzA1WlRiU2xKQ2JXMUlrTjkzWWdscnY5cUdNOWlHMDlSV1dtMnFqZTZOYXpTa3ZBYkt3QXpkUzM4SzBFSTRQOXZjd2o1Y0hQbjdBb3BINlh6anVxQWNrN0lNQ3pDcnRQVkJZUGV6K3pGMjNSUUtWZUNJbTF4NGE4T2dkcHhEM2JZZVZETjZjczRLWU9TVkZleTlxSTRWNXd4aTJRZkhWYzV6bHc0TERJSngyamZWcGtaY2RPaFMrOTlCYkhzeW1jS1pZdDFYR01pMlhoNnVZdTAxUGtvUHF3UDFVQ1pVUkhsdVI2TUlSVUx5dkZnRzdIeFVQeVovMGtrcmx3YlE0NnpJYWZVa2piZ04rcTJzNWlzcldIV1JpL0pqWnVEMkI4RE1VbUQ0UnNBN0txd1dmQWx3bm92YWR3dlk5NTh1YWpkUzJyUk9BTGk0dmEvWHRTYkx4OG1xZVRpUmRXK1Y0RnZ1cTFKZU81eE5Eb0lZTjg2NCtTYlJKNDEySmgxSXpnYi82VlNzL2ZxMWNBWXBBTURoOGRPNmJUTjJQdUZwbUxuOWQxMFpETVF5VEp4bzBuNnBSRmhjT1lyemNyRHRJMG55SmR2bHY2bWY0WDk1R1ZiOXYwOGZIb3pKWjVGVElLZEFLZ1Z5Z0o1S29yeEFUb0c1VWNBTUVtZFRtcElVeHFSZXM3Wmx2dXk1emJUNlhDOEg2SFBqZldxdE5yQjV3ekZvN3JxdEs2VVgyUno3VCtyRGlndWJLQjVmZzBPNmNrMGpIZzR5UmlDMkw3eG5QSGxwVmJtK1QvK0dySTZkbnlSbFVZSUtVeDdTRkh1Yi9LU0JmZ0pyL1E4dFkvM1A2d0M1b3VzQmtKczMvekJRVjkvUmdRUzV2TzhyWU9lWkhxYitqMEFiV1k2N3MzVXhRRi85c1VFTW5qMFcza09YOThSRlJQTW9TSjBlTEhrbEIwVVhPeDViUW5DZ2pQVy9Hb2ZqQjZIcnVSNlVhbDlZNUtQQjhvUXJRTzBIZmRoN2Joa2IvMENkdDZPQWVBemsxVzl1VUp0c1Zic1VQSzRmbVBob1AzYTlhYm9yRUdDSExBVU1QYy9GaW84MTRRNEVuYlIxdW43RVJ5MFg2dXRoWVBSZEplejVyOFlzUU5KWjAvRnV2cll5Y2JKczdsMWN0N1N1Z0JYdktLSC9yR2wxb01EeXEySU9WSjREREY2cG1teHZ2Z1o3WHZCY1RQeVkrRHM3bjNtV1BTcHBQMHNidHcxY20zVk1jRzJ1SFp0N2ZacUhpdXdqQ2VDbDdpR1dBbGxwSnZzbGNMN3lqVy9Cc2dzdm1FdVhpNkxPbmpOZmlyRXJMdXZLRkdIelRJaDdYODZWWjFuNVlmWnIyMU85d2pBMi92MHZpeW9td0tJUWpueVFPUVVXS0FWeWdMNUFHWk1QYS9GVElDN05tazJ4allDSzRkTExaZVg5TksyZnF5cXlMVnNacVdCeVBhbWMyZHJxcnVOZy9iV2JVSDM2NHhjL1F4YlNEQUpneXoyUFErUDJQMFdqVXBaZS9jbDFTeGg0UWhsRDU3WlFlVlFOVGpVSWMwTzN3Z0tLaDJRdDdRZUNHUStUWC9Rdzlxa0E5ZDlSRytIZGFpbFRYSWQvbTRHOHBHekV5UVNQVCtZYk5nR01UY0VOUGM4OXJQMXdDWU92bUVFd3BsMzRkWVBLUTBDQXpPaHVlaFh3YXg1RzM5S0hrVTlPaHE3ZGhzVks1VU0vcTRUbEgydkFueEVBWGl3TWJrOUZWTmZ1NENwOVdqL1EvSDBKNHhjTllObEZJeUdZRkFpTTZrV0IxN1NKTlFMY05GNFBhTzl6MGZ4dEZkV25UcWw3OW5JdTBaejRVSUNEenJINy9BQ3cvODBPOW44a0RJb25lVlFZTEdQcEd4MHNlVk1kbUFuQ2RIWDYyb09pZ1U3YnBzYkljKzBIR2plVnNlUEpQbHFqRkRyZkhsRFE1QzlYajNOeFQ5dXY5TTBDbEphVk1mU1NBb2JQcmNIYkdONlJWM2Z4ZVJ4MHo3eFlRdEIvS3h4c3hOUVh2NDBkejMrU2VpNkQyREdQV1g2bGpOSGZjVUh1NUx3a0xVM3ZEeHNvNW5iTlBrMmFtTFNTdExGWjRlUDJXbk44SnZDMzdkdHliSEVlTGVhaGc4bHJzUzFFOGpiOHdwZGgxZVdIdVdXMjRXUDNHZitDOGE5ZUVYdVFhY3FGN2JQY1U1UGVvK2JlSytsdUErMzBYQjcyMkR4YTZMdTFuN2djZy8rV0I0c3o1VGovbkZQZ2NLUkFEdEFQUjY3bWMxb1FGTWppNGg3M3NyWXBiRm5kak9PVUFkdXB2TTNhMDYxNDVFSGlEb2t3RVVBLzVyNW8vUDJXTG9WUjBqNVUwc3Fvbk5ERzBOa3VocDduQXhUbG5UeWlOVkJueEVvQnRsQnpNZlBETXNZdjlqRDVuU2JhYlVvQjF2bGhBQ0V0eEtaTW1RcDltdHVtRGV6WVFBQi90LzdyRlZSUHJTRVkxWlpsRFpnanQzSGRvWkovc2w1VFZPOStZUElMUmV4N3ZZUEd2bTdMc0xMT1A2d1BhNjVwd0MyM29oTU9xcS9HcGhlU0FtQjhEMXdUUW4ybTlpa1NPdDEvTjlLaHFZTUlzdm9haUZFTmtjZE5oYWdOeXNXdWlVM3U5S3FPc2VDNkFCeDlLRG5ZZTNZSlkxZUczZys4NXZ0T3FHTFZwNERpQ1RPS1RrcHpOeENrS3EvYlYzTWt0LzErRjlzZTZtTG10NTJVWkdsN0FRL1J0QVNuQVVoK1R2V0tmV1VNUHFlSXBlYzM0QjNkQ0lGNVF4OE9hTm81ZzRCL3dNUFl4OXB3eSsvRThGdk94L1JYdm8zdFp6eXB5NnBwVzJ0SmUyU2N0VHJybWpYMzJhejlwOGw5MnZNMHdKYTBWNmVOT2UyNTVOM3k4OTZNNVI5OGQxWnlMZnB5dTUvMlBJeC83Y3BZbVpOMHQvMmRSbHZlZDVKU0dzYkpjNUpNY0x1Vis1MkFqYi8vemFMblF6NkJuQUk1QmRJcGtBUDBkQnJsSlhJS3pJa0NNczJhUlYvdkNuN0ZMMzRUSVBIbmJ0QWNEaWRKT1RXVkM1NkFISWM4cGJjcGxLSFNuZ1AwT1RFL3JSSUI5R1B2aDhadGY3UkdjSmJ5d0FwMTlZUVNobDdrWXVENVRiaEQ3VERvR3QxVDEwQlV1VzFUZFBHR2c5WXRSUng0VHdIVDMydWdWUS9SdkdrMWwwQmR5Z2YzSnpHaFRURTF2N09CQ3RtdXVwZDhyd3JXYm1xaHNLeUZnSU5lc3l1NlFJbXFiWFkzSnd0N0JXaHRMV0hYR1M1bWJxYkFaK3hyQUhqTEN0andiUitGNDN3NGxJS2NyTXQ2Y0xNT0kzUzZOQVdpOWVDb2ZKU0R6QXllSllQTzZmTHFQbm5rNnRBWnA3bUcxQkFvZUJ0YnZxbER2amRPZjdvdTlweGV3Y1FQcHpWZ0tHTG9aUVVzcDl6cVE1VHlqUWZZQ1hJM2E5MXJyd0E2eEpqNlFoVTd6cDZadFM4a0hjSXhyK1UrWThxQ3JVd29HeDRHbmxURTByZTJVRHl1SFo2RzBCMStTZnRxNk9reHM2bU1mZWY3cVAyaGllTEtlMkREYjMrQjVnMi93L2FuUHlIYXkyeDdJUGR0T3lneTk4cWtBMHh6RHJMZE5EQnN5cENVZXhaWmt5KzIvZGZXamhDSmFNZEkyN3ZqMWlxZkk1bDB0SzFUK203NGhXZGoxU1gvQXhqNTZkTzJyc1g4M0Q4d2dUMW52Z1FUMzdrNk5oT0d1UyttSFdLYWNtampUNUo4MkdSYzhxeUxuMDRKRzIrNEVhVVQ3N3VZMlpDUFBhZEFUb0VNRk1nQmVnWWk1VVZ5Q3N5RkF1emlUdnIvckZSTkZsZDJmbEhiSXNhYWdFMHExRFlGWEZyRXpMcGMzZ1RvY280ZGkxNGVKRzR1dkUrdDB3YTJISDF2TkxiK05SR2dTOHNxODdGOFpCbEx6eXRpNElYVGNJWjhZRHEwV0VhWWxheXBGUG05Q0RSdktXSHNFeDdHUGwwRHhTeVh4bUNwaUVwUUlQdE1VMVlsaUpkelpvc1B0OFh5VHpLMzlJeEJyTGhzRXFocm4yK2Qwb3l0enNvVm5TdHlCd1NVS1VOWHc4V0I5d3hpMzN2SjViMGQzclAySEt6NVhBbjl6Nm9yTjNPWEFUb1RUUHBFNjRreU1GTFdaeGwrV3k0bVNRaE9qV2FpSUtOTVJBTnhFaWF0K09wcjZwTnlzazk2MkhsS1B5WnZHVWZCZGJEMmkyWDBQYjBXWG1VZ0QzVWlqeDY3R3BZWWUzUi9uNTZYZ2ZhV0FyWS9wb0xHbnNrdUYvQTQvcGk4NHMrbUhQRDN2SitFNXhJT0JoN1NoK1h2YXFQOGlGcVlWbzZ2Qi9BWUtVN0NNTkM4dVl6UkM0b1l2WXI0cFNQazA1M245M3dFNVFlZWlHMm5QbEszMkhIeFRRTXpUQW9KaEd3ZzFBYnFUWGFiKzNKU096eCtFenpKZVpsMGxIWGlBSHJhQVVIY21NeTF5WFJqWG9tbEU5R1kxMlgvSTA3R3VwOThOM1diT2h3TCtHTXoySHpVVVdpTjdvbjJRM2s5TEczUGsrOWVrL2RkWUxvcjlHT0hrdEhlazNESWJnUG96THNWYjN3YmxsMzRqc09STmZtY2NncmtGQkFVeUFGNkxnNDVCUTRSQmN3Z2NhWlNMSFQ0eFBRM1NlV1NsRHR6V3JLc0RiU2J5bVJZSnIrRGZpakVJMmkwc1hudDBXaU5iSjFsOGJRQkFRbEtXRkVyTDZsaStOWEF3RE5hS055ckdicTlVNVJ2YlZWVnZ5bnlPN2tYYi9Vd2Nma0F4ajVYUitOdkZIQXRETW9sWlV0Z1FHdGFMaE1vSk1temJNc3NSL2ZSVjExWXd2Q3JaOEpjM3Jxd2xFODJVTE8xT2dyK1J2ZnVoNEdaYnhXeC84MGVadjVBWm1ZSHkvOTlBTXMrTkFIL2dBaktKdTlnQzRHUEF0SlJ2K1RDTGl6dUtuaWJMaHRGWXRkV2RJNEVINEZsNGNXdXhtbHE1eVlST01nZjlWa0MydHM4YkhsSUVaV1RYS3o4V0J1RmZ4RDUzTFZyUGFWUDQvNFVyOHpUTlhxK0ROajkyQUdNWGo4WnBkMnpnVk1HQm5HZ2xJR0hsRFdXanhEQWVCaDRiQVhENXdhb1BpTU1BQmVRYTcrT1dzK3U5Z0hGRHRoYXdOakZIZzY4bjBqY0NXQkk3YW5JOUV2WFllWEZuOFdPWjUraXFCZ0hYclBzbVZ6RzNBdk5lZGphTXV0bTNVOXRlMlVjc09QMWFzUXZqSTBmRXNjNysvNGN6aURET1ZIa0pGSzV4M0hZY1BPTmNQckxoMkpyV3hSdDFuLzlXK3g0MHBQUjNyc2pkditOazZ1NEF4UG1qeTM0WE56ZWFRTHh0UDJZeWhlV2I4UlIrN1lzQ2pybmc4d3BrRk5nN2hUSUFmcmNhWmZYekNtUVNBSFR4VjIrOE0yS3BzSFFMQ3YxY2k1cktud1dQQkFwYjJtS3JrMDVEeFdPM01YOVVJaDVNTlBFSGN2V29sWGIzK1ZxS1VFRlc4QzRmK2xPMnhtVGkrTGFDb2JQY1REd3ZDWUt4ellRMEozcVdpZVh0d0pPT3BkNjY0NENaamFSVmIyRjZWdkk3QjRxOTlMSXpHMUxvR0FlR2tpYXlITG1YZVk0aTVJM1dNVDY3N3NvSFY4UDc5UnJrS3p1aGV2RzFXK2h3ZEk4SXBBNUNMUzNGckQvclI3R3JnelEvekFmNi82dnBTSzVxeC9PZTg3QjV6aEFteEIwUlY4R3pmcTVPdFRnSnNUZ2VWd1JnR01RcjMrcnRHZUNLS29ORGRwVnpuUnRPVmZ0VThFUzBQeUxpL0ZMUEN6Nzd6YmNZYjlEQnhvWGdWNGRDRTVWRjRCZE5hM0g2dzRDTTk4dFl2dlRLSVJlZUpXQkQxN2tIbUx1SDdiMWJ2S2RwaGJPcVlEKys1Y3cvSElIL2MrdHdlblgxeXVFcVZhbHB1dW5DZzZtdjFyR3lIOFhNUFBuOFBURjlBaGlzZzZmZGhZbXYzTUYyczJPVzc3dE1GS0tnUnhqbkh1NUxDL1hrQTE4TXgxc1FFbkt1QTJVeGRIUUJwWjVIT1k2TWtHOWpRZG1HVnRiTm1ESGZabmoyZkIvUDBmbDBTZko2ZDB0LzU2OC9HcnNlUEhwVWJZREcyL2lBTFRKKzdnREVsczV1UzVaVm0xclZzcW0xQS9vN3lQL3ZoUEZvOWZjTGZtV1R6cW53TjJGQWpsQXY3dHdPcC9ublU2QkpBdTZPUmhUZVV3YnJFM1pOQzB2dmZaaFYyQnpnSjdHaTdrOER5YnJ1SDF3S1h5S0xtWnhkY3pLWDFZZ0tWRlZzYStDZ1dlNEdINTFBNlYvYktyZ1ozU1BXYVlPSTlkcXA0OWNxRjNVL3RmRHhHZXFtTHltZ1paZmk4MDMzc3Y4a3VSWVBsUDMwWS9vdzhaYmE4QzBENy9ac1FLcTRHejZycmhTVEkxNzRBcWtVL1J5OGc0WUFLYStWTWI0eDRwWWZkVU0zR3Bib1VvTzFNYVIxS08rTmFyanZPUVJjT1dJN1ZwajVzTUJjcGVYMGRNNVIzclhGUko1b3FBMWJkV2Y3bFQxd1VIbFpDQTYrcHZTNVRVQW43QzFib2ZHMXBVM1hVUi9WMDFwZXRBVkJuL2F4YmFUaXFodjdnNEltTWF6T0Q1MTVJbUFkUUVELzFURzBDdDlWRSt0d3luN0NDYkVmWDArZ0NBK0RBRXozeTVpNUIwdXBuOFpocHhuMmtxQWFRT2thZnVXQ1pSdDdVblEwMHQ3YVhTaTV6YUxhQy85eFZsVTQ4WnA0MDNhK3lITGN5cXo4dTBmd0pML2VtMldhZDh0eXV3KzR5VVkvOHBuVXdNVnhzbGdyKy9ZK1NBcWJSV3IzLzloTEhuZHErZWp1YnlObkFJNUJSWW9CWEtBdmtBWmt3OXI4VlBBVExQRzFqOCtEVGV0bHRJeUlrR2JlYkp2S2dzeTdSVXJsSHdpendxM3JDT3RhVGJMYVRmbGM0QitLQ1N4OGJmYmNNZTlqcGtGaW9sZnBoeWs5Yy9sQ1FqUTMxN1p3Y0NwVlN4N1p3T0ZvMW9oOHFYZ1hmUW51NytybEZlaHkzVHJMMFZNWGxuQmdZOU93Sys3OE9GM1dUMjVmeW0vOHUrc3lpdlhZWG1sc1M1L1pSSEwzOXRDUUtuRTZQOStHRzFkdVpQcjlHdDhUMXpSUm9CMUJiNnBzUkxnNzNQaFZIeTROQ2NKWXZuT3QzQkhWK00xVEY0UndPRUFjTnFTenE3cjZybUJES04wY0h4ZzRPcW83OEx5elpadVpxcWFueXpIQndNYThhdTBhZlJjejdNckx6dnpUaE9jck9lamJ4L0UzdmVRcGJvRGlIbDZjWGVSemIxQVdxS3BGVHI0NlAvbktwYStwWW5TOFMwNHhURDRtenBFNENzQTlKdnVtWmVCMW00UDR4OGF4TWhIUjZOVVVlYWVKT1hhN2dtU0xPVlN4dVAyTnBzVlUxb2U0L1k2MHpxWlpBMmxVY3IxbVZiV0ltclJSRzF6a2xUbzVrdjRKQ25GbkkyQ2NtNERKNStHTmRkZEJhZEtKeXI1aitMbCtCUzJuL2dJVE4vNk8zVTlSTDVyYllkSnR2ZW9ySk5GVG0zN3FmeE92ck50K3l6SnhkRFRub3ZWWC9raW5PSjhIMGZsY3BGVElLZkFRcUZBRHRBWENpZnljUngyRkpBQTNiVDZtQllQZmltbnZXNXQ5VmdKaTFNb2VySFVNQk02eW1FTzBBK0ZZTTU4LzhmWThvUkhnekNPeWZzazY2WUpPQmd3U0I0elVGY1cwS2NXc1BSVkFjb25OWUJDRUVaK3A2QmVHbkFxMEtrdDBmNzJvbkpQSHY5Y0N6TTNOT0g3dnNvOXJnS3hHWGw2YldPVzM5bXNuQktrUlVESExXTFZaMXdNbkZtSHIvT2oyeTdVcXY2TmlPZ0svTEpHVEdCZSs1aXJjWmhXZCtIcXJrQ21abXAwYjF6YzIxZVBSSDM2U09uV3VCNEQ5Y2lLTGhoRzdha2g2UTVVKzlvYlFEWEx3SnZkMU5rS3pYSWdGck9hTTBlYmw0dWMzTjM3Z1BydkN0anhSQit0OGZCQVJjcU41RVhjWGlQWE90MHZMeDNyWXZDWlJReStPTHdQcjRJUGFnOE0xVDY1M2RPNGlkYjk5TXpENUpVZTlyMEphSTZINmUvb3h3U3RTWHVmT1U1Wlg4cTBCRUZjeHJZdVRSckV5YUVFUlB4MzJqcVV3RW1PVXdKMk9UWWIyRFAzVjNQdmxuTXlnVnBjZXlaLzdkZE1IS3kvNWdjb1AveEI4TWZKRGFMM0g5dStsTFpYOWRKTFhGdVNQMG52eDdoM2FHeTdqZ08zdngvam4va2M5cDMvbWtoMnpUMVZla0FramRHMjV1SjRhTTZwbDNhcGJuSHRFVmovMDUrZ2NQVEdYa2ljbDgwcGtGTmdFVkVnQitpTGlGbjVVQmNYQmRMU3JFbEZJRTZ4dENrbk5tVTE3anRURWJVcGVYR0tWMWczQitpSFF1ckdQL0U1N0hyRml5S3JUUktmSkJoZ0JkV01PbXdEWnl4ZkJOVDdIbC9BOE11QTZoTWFjS3ErQ3U1RmdDdXlxQk9uS1o5M0piUzIxMzlUeHRSMUhpYXZiYUs1aFd6cW5hQnlwZ0lyWmRRY2F4cGdVZ0hEVnBldzRjY0J2TlZONWVxdTBwSXhpR2JMTWx1d0JXQlZidTdjb2JDVWR3VnNNelY2UFNCbHFSYkVqRkt0NmNsd01EWlZSQk5iVlJVYWQzUmYzV2l6eXlXZnkydHJQN1duMnBSelpJSUs0c21JOWwzUjIya3NGQ2l2Q3V3NnZZckpiM1d1U01USmdPM2dMaXpyb1h4VUdaVkh0VEh3TEEvbGg4L0FIUTdDaU95VXgxeTQxa2VXZkpLUkVsRDdXUVVqNXdlWS9pV1oxWW1Mc3dNT011bTRmeE53MjJRK3JoM0JodWhBSzI3TlNFQmxyaE81bG0zN25nbkd6RDVrZTdJdDJ5R3BQS2pJOGp4dHIwODc2SkI5Mk5hZDE3Y1dRVk9uQnpnVW05cGliTk54RWFBT3Z4RUdyN0FkbVBRQy9OTU9HWkpJbEhZQTB2WHVkb3RZODVXdm9mK1pweTVHcXVkanppbVFVeUFEQlhLQW5vRkllWkdjQW5PaGdHbEJUd0xIdlFKMHFUaktVM3BUb1dUZFA0dHlaeXF2NGVjY29NK0Y5MmwxRHJ6KzNkajdnZitjWlhVMHJZOG1uOU9VL2pqUVF6TGlPaDRHVHE1ZzhDd1hmV2RNcUtqdjZrNHg0U3Zkc0pKREFvQVU0Sm5jMzdkNHFQK3FoUEhMQTh6OG9JZ21KbWE1NWR1c1duR3liaXJCVkk3K0xYMWhCU3MrVlFzRDNHa1VwSWJFRWRTMUlDdExydWlRNzNrTEhOekptc1lSMm1YZ05HMUpaN0N0K3VBODdDTDRtbXBQdUpSSDd1M2FrcXhTdWJIVjJnVG9lcXhVSnpwRUlFQk9sbWY1ekVCazBjR0VjRzluT2thUjUrblpBTkM0cVlUTkQ2ZklBNTNBY09ZZVlpcjgyc0VBSHBaZzROUUcrazl6VUhsOEhZVzE3ZEM3Z29BNXlZVDJWS0RCOHZqVlljUWdQUzlnN0gxbGpMelhSMnU2TytlNkNSQWxyL2x2T1dYYmQ2WjgyOHBMd0dUYk45TytNOGpldFZTekhITEVyY0dzQU12Y1oyUE9rRlN4ck84TUxpdmJsbnUrMlk2TmhtbmpqK05GM09GRDBqemxPOHQ4TjZYTnhmYU9NL2RiWHBzeWtHcmNuaXpwYndQb2tnOXA4cXYyMmJUTlArWjVHdjBsRCtudkZlZS9FMHZmZWY0Y2U4dXI1UlRJS2JEUUtaQUQ5SVhPb1h4OGk1WUNiRUZucTVsTnNaUEtCaXZRN0s1cWU5bG5VV3pNZXJZWHYra0dhU3F0WFM3dTEyNUMzOU1mdjJqNXNPQUdIZ0JiVDNvWWFyLzZoVkxtVEt0YzNHRktFakJobnB0bHBIelJNM1ovNzkrNERFdmUwa0RmMDZkVkJIR0srazUzakNNTEw0OUwzek1teTNxdzM4WDBkUU9ZK0dJYnRSc0RORWZKWHo3ODRYbzI5MW9iZ0RlVjl3QmxyUGxnRVlQblRTTFlwNEc1RWNXY05kL0ltaHVoVjkyYW1Ed0JkNzdITFgydUdaQkhsNlVGR3BpVmYxMGNXa1RSNVJtTWk4QitVVm83Y1U5ZERZV0R1YkY3dUt1anhvdkpjMTFWblBwanJ3WU5qcnZBQXgwa2tNQzREbmIrOHhBbWZqdW1ya2lZdEJSVDBvOWNsTmFVMFBkSXloVWZvTytKazhCd29OS2tNZCtWSE9vTlNQVXBCSUZTd2dWRm9INTlGVHVmM1VSenFqWHJrQ1lwRUpyY2Y5TGNoYk9DYXlsbkVyaEllYVMvMHl6b2FYdUREWHphOWxlelg3a09KVC9pRGlEay9pdmJOL2R1RzMzaTVzbGxUZDZrZ1hWbXYzelg4SGVtck1tOXlxd25aVmZ5eXlZRHRuZVViVjRtWFptMmttWnhzcEhFUzV2OHhzMDF6WHNwamlhUzl6WjVNWi9iMm1HYTBPLytmejRaNjY2L2UrYXlUMXUzK2ZPY0FvY0RCWEtBZmpod01aL0RncVJBSEVEUENzRGtwSkxBZlZibFVDcFpiR0hnc2ZEdjJTNmNEdGJsQUgxZTVhczlNb0Z0eHo4QWpSMjN6d3I2WklJWnlaODRnTjQ1VE9rTU13NEljQnRoUDBXVWpnbXc5RFV1K2s1cndWc1RBdldBM0p2NXpubjBoM2FCcDZqakxRZnRyU1ZNZmMzQjlQZUtxTjAwZzliZXRycXZMcFYwVzk1bkthc1NRRkEzM29DSGpUOEhDa2UzbFF0K2RGRmNUNUFqbXl1QUxnalZOVmZ4SVNxaTczbXJSL28rZU9TR0xsem9sZHU3bWdDNUVDeEg0QXpDY2ZzUm9CK09VMEtBQmh5NnhPOVB3US9HNFFRSDRLRFpmVTljZzNUVnJCd2pIUmhJNjVvT1JrZUFteXpuQ21nSWdNNHAydGlLSDBXbFh3Sk1YbGJFam5PYVVYbzhWdG9sSGJ4U0JZVWptcWcrdElyK3B6WlFmbWdBYjExVERVTEZJYURER0ozYVRvRWJFUnd2NGhFUmczS2FIL0N3LzIxRmpGM2FSS0N2T3BpQVRZSTVjMzlqRUNWRXFXczlTU0NYQmFEejNrV05TR3VsWEFlMlBUWnB6Rkp1NWQ5eDdaaHliTzZ0UEdjek1GM1Mzcy84c3gwQXlIcm1jK2EvR1llQTVjM21scC8wUGpHQklmUEVCakI1TEhGOU1KMXNlNWZKYTNOZTVyNldCY0RLL2MyMG5wdnpNamYxSkpreDk2cTRzVWhadHgxd3hCMHdzUHlZTWl6ZjArYjRTMnZ1aFEyMy9SNXVYeDcwYjE1ZjBIbGpPUVVXQ0FWeWdMNUFHSkVQNC9DamdBVG90aUJPL0pKUFVtaE55NEx0QlM4cEYyZUprSXFTVklpbFFtRnlnT0hXK21zM29acGIwT2ROUUp0LytDdTJIbjl2NVZsdWd0Z2tYaVlwdEduS3JtM3dIYURqb0xqQ3c3STNGdEgzMUJZS3h6VERBR0gxRURSUzhEWGxZcTJCcmxLazZTNHl1VHo3UUh0TEdUTy84RkgvYVFrelB3elF1TDJKWnIwNUs3K3dUYzZsWEpKeU92RHdDdFo5cjQ2Z0hvUkIzL1E5YUFiclVSdENjNDNjdnhuSWEyMVhGWkYzemJYTHNKSnJCdU1jUE02OUgxQjhNSnppbzRIQ2ZRRjNQZUFzQ3hHcTdqU2lzYnJBUDRMQTN3K24rV3NFclY4RHJaL0FhZjhoaXVvbTNkblZIUGxPUGZkSFFGbW5VNHNpdll1RktlKzZSeDRBRkdhNjVHSHpzUzRhTzBPQXptVHdVSUc3dkltK2gxUlFmbmdiZmYva29YaS9HcHlsN2RCU1RxQ2MralRveGdjSlhTNzhkSWhCT24vWndkUzFaZXovandDMU8rcGRCd0p4aThFR3NFM1FJdmU5dFAzSzdDZk5BcCsyU00zeG1jQTY2MkdCYlY4MkFaUzV6OGF0d2FSeU52cndkL0taelZNZ0RSVGJ3R1RjdThIczAvYlpwS1g4Yk9PajNsTFVvempnYXZJanFVMXo3K1RQdGpuSlorWmNKQzNOUTRNa3ZzZTlZOVBxcEswQjIvTndqQTQyM3Z4SGxJNi9UNXJZNTg5ekN1UVVXSVFVeUFINkltUmFQdVRGUVlHa0lIRzJsM2F2eWtEYWkzMHVDdUZzSlNlL2d6N2YwamIrcWM5aTE3KytwQ3V0VHhaZW1VcXNxYUNiQ204YVFPRDJPb3FsZzlLNkFnYWZVOFRRMlUwVWpnMXpxYXZBYlZvelZsN1FJbFdZNndFQnBXd2o4RWpYMlErNGFHOHRvUFlMSDdXZlZqRHpzd1phdTlyd0ZUS2tPOVBkUHlaWW94S3IzMVBBOEt2RHZoVkE1enZpZ2dDOFZxSTcwdm9MRmZoT3AyZUxVcFd4TVo2Qk5ydHl1MnZobEo4RFZNNEEzT01BZDNqdXJBNG1nZllmZ2ZxM2dmcGxDTnBibzF6bTFHMVhYbmZkQzQ5VnVjSUxrTUtIQ2dvOGk3Um02QVBHOGllMzVnQUFJQUJKUkVGVUxpNWk1MnVhOE9oL1JSK2xlMVpRZlF6UTl3U2djTzhtQ3V0YUtuNUEwQWFjWmhnSXNLdDlwZ0duZDlNMGpmaENmd3hTMnJvQzlwM25ZdUthTnZ4V2UxYVVlRW1vT05EYzYvNWtBMmttNklrN0FNakt1RFN3bE5RZlA3TzVqR2NGamxuSG1lVWdJbzBXYVc3YjVsNmZ0bDhrbGJlNWZadnZzOW52bHZBYjg2RGE1RUhjNTdnOTAvdys3a0FvVGhZa1lJL2pxKzJRUkk3VFZpK3VUdEsrSGljdlZJZityZjNzVnpEd290T3ppbFZlTHFkQVRvRkZSSUVjb0M4aVp1VkRYVndVWUlETytWV2xNc0l2YTZtWW00cUtlWmRPdnZSTmNDVXBZN1BrbUVxSHJTMnpIcXRQNjY3YmhMNm41WGZRNTB2NjlwejJFb3grNDdPUmhabmFsZnlVTXNGOW10K1pjbU1xOUtiaWF5cUgzRitjZGFhMHRJTEI1NWF3OUcxVGNOZTBBUW9tUjduVVJVUHFUekVRRlZ5TWhKMHVSaGZDc3NHb2krWmZpNmovR3BpNTNrSDlWMVhVOTA0aUFFV1Q3bml4eTc4TEswdFk5ODBBcGZzMlZkQzRMbGRzVFJCV1VOV2hoT0V1SGtWWDEybkJGRkFRMW4rSHJPUFY4K0JVemdiY29mbGlhNmNkQXV2MWE0SHBOd0t0WGVwMFE5RmJXOUdqMUc3NjhDR2lJWC9XWmJrY3VjQUhsT3Q5aDRmOVQxbUsxcXBwRER3ZHFEeStpZUpSVFJVMFRsbkg2V29DdVdXUU96MTdQWWpEQ2ZtZDRwVytkMDcwVlYwUzM0YUI2YStYc08rOEFtcTNUWGQ1UVVoWnRNa3NmeWYzRVJ2NGtvREVKdmUyUGRGY0IyWVpPWjRrd0dlMlk0SkljMSsxamNXMlpzdytiYURMbEhkSnI3ajkzQVNYSmc5c05FL2pVNWE5SmdzOWJXVnM5TXhLRzNQUHNvSCt1SDB0YVErTmU4ZWFkREJwR1NmalNUUzNiU2IyOTZwZWM0YjNBTzlydHFzUjVvRU10YkRpL1BkanlUdGZOLzk3V041aVRvR2NBbmM1QlhLQWZwZXpJQi9BNFVvQjZlTE9pb1dwdlBMY0pSZzNGWUEwQzVWTjRaV0FqQU9SY2QvU1VtSjc2Yk5DRXo3TExlanpLWi9CWkFPM2IxZ0RmNHp1TDNmL21FcDluSkpzZ20xdXhlU2x5V2R1VDk3YmpRUG9WSmZrcmxDb1lQakZIb2JQcTZOd1ZBc0tWOU5WWmhIcG00R2thb3VqcnROekFzVUVTam5RSExsTnQ0SDI1Z0lhTi9aaDVpY04xRzlwb2JXMWhPWWROUVMxUU5uWTIvRFJkODhpTnY2MkJhY1pYdDVtY0Nudm9YZUJiZ0Z1dXc0eitQNjV1bnUrRnVoN1BWQjk3WHl5TkxtdDJ1ZUJxZjhBL0cwaHpTajRtd2JQeWxMTzROMVk5REpWbStJajFadDBBTStCdTk0UCtWQUw3NUtyOW9Td2NQVDRycjJHR1cxdVFBVHM2UjU4UDlEZTd1SEF1NHM0Y0dtank5dkJKa2NtNkRDYk44R05DZHdrMFNRb2tiTE1mOXNBWGx4L2NRY0N0clZtMndmajlrUEpIbDZuY2s3bW1yUjlqZ092NWwxeFNSdWJ0VDd1SFdMU0xva1djWWNrUEVZSlhzMDlvbXQ5NlU1NXY0aUxtcDUyME1BeVFPVjRmamEzZmR1N2tldVljekxIR2ZjNVNaYk5neE56bnZMOWJjN2RsSThrZVpidlhQTTZuTmtIODRQbzAvZTRVN0QrKzkrNTgvYXp2S2VjQWprRjdqUUs1QUQ5VGlOMTN0SGRqUUxTeFQxT1B6YkJsUTB3cFFHeUxIVnNaV3o4bUsyZ09saC8zU1pVY3d2NnZJanZ6S1lmWThjcGo3YmV1Y3phUVpvOHhMVVRCNFJNaFY4cWdLSGk2S0M4b1lUaFZ3WVlPcXNOWjZqZEZXaE1nakYxbjFxN3BLdURJYjdyclFzRjJzS3U3amdUT0oxMjRZOTRhTjdSUnV1MkV1bzNGMUQvM1F5YWZ5dGkrVHNLR0hqZXBMSU15N3ZrZkcrYTc4UkhlYy9GUFcvMWpMcWc4ZEFmNWRQZzlMMDd2RjkrSi84RXJWdUI2VGNocUY4VFJlMVhkTlYzMFBsZ2c4Zk1ZSnM5QWFMUEtvSjdDTXJWajRIQXVsTE9zZHM4WHc4UWQ5NFZLL1ExQlFMbmxENnQvck1xOXAwSFROL1lTWjBtd1VpU3pFbmdZWkpXQWh3VEpNdXk1djZVQkpSTmtKYlVqbTA4TnVCcTdzTzJOcE5BT0xPamF5MXdvRVhSV05LaGdJM0djWFRwbFY1WlJGNENYRG1QSlA1S1hzUWRKaVM5ZTVMNGJJNG43WDBWNTBWazhrVFMyWnliM0NQanltVjUzOW9PM0MxTHRtdEtjZk9Oa3p2cW8zS2ZCMkxENzM0RHB6alg1RzVaSkNNdmsxTWdwOEJkUVlFY29OOFZWTS83dkZ0UVFMcTRwMDA0N2lXY1ZpL3VlVlpBSHFmQWRwU2EzSUkrVng3WTZ1My85emRnNU9QdjcwcG5OcGYyMC9pYjl0ekdkd2t5cE9MTlNpdDlWOXBRd0lvTFN1aDdEZ0c1QVA2MGlGWXVYYlNwTUZ1S1JSUjFCbjJxZncxUUNYUTZGSFNPUURzQmVMbzdQZUdodlJmd1ZwSFBkdmdUdWRmcndVV3U0ZXc2TG9MQ3FXdm1kRGhBQ0hUZ1EwRDFWWE1oODd6V0NXcFhBQlBQRnhIcWVHSWFyTE83cXdEWFBBQUdsWndyWGMyTnJPb2FzNnU3NXNJYXp3Y2xrcWRkRmtUcW8wcEEzY1hZUjZyWS85WWFmQjJoM1dhaDdWV2U1a0k0RzBEc0JkUkhjaUpUNEJuWEtPWTZyamlyZFJKWW0wdGY1cnBMbW44djdSK0tjZmJTZjl4N3hnVG9hWjRPdmZTWkJ2Qjd1YU9mMUcvYUhHVGR0REhaK3JFZHhuQzVRblVWanRoMU85d2hTcStSLytRVXlDbHdPRkVnQitpSEV6Znp1U3dvQ3N3Rm9OdVV6THRxVXFFeWtWdlE1NHYrL3ZnRXRwN3dZRFJ2KytzczkvYUQ3U1BKb3BhbDdTd0FyR05kY2xGOVNCV3JQbHRUS2RFb1NuakFWbDAyN0ZvMDBTaGF1VUNOa1RXVG83VlRmUUthRExvcDJKa0crQXE4c0pXY2tZeWVITHUrUjNOVkpxd2luT0gvQTRvUHkwS0NPNmRNODJjSXhzOEEvTzNoUEhrZVdVMnJjcFM2anFJaDAxdlRWZ0owVlVVL1YxVjArclQyM2dKMlA4ZkI5Qy9vRUdSMkFMOHNNbkV3UklzREhuRmcyT3dyeS9peWxPbGxEdVpCYWxyZHRQNGwyK1RlejM5TGwrKzB2cExlSFduanlOcDIxbkp6Nlc4dWRaTEdrM1E5d0xic3NzenRZQTg2NW1PT3Bzd2N2V3Nmdk5YTHN3dy9MNU5USUtmQUlxSkFEdEFYRWJQeW9TNHVDcGdBdlplVGRsT0JTSHV4SHl4QXMxRTJCK2p6SzI4ejMvZ0J0cDhXQnR2cjFUTFdLLy9uZCtSaGF4S2NoSDhYc1B4TkZReS9mZ3J1WUFDS2pSWUJRMzBYblVFOUF3MXllVmZ6TndnUWdYZWRwNXlqdDBmejBKMTM0VmdEbEtvaUd1Zzc3dEZ3aHE0RkNnODRGS1E0cURZcHdqdkdIZ240V3lJMzlhNDBaN3IxS0krNlFCcE1QeFlpZG45WDd2SENZMEhSV0hnMGNIbzFsN3dVaG9DcEs2clk5eG9YOWIxVFhjRUs0eWFXQlppbXlhalo5cUVBVUdZZldjYlV5NzdjNno3THJzNDhMaW15dklaY3VrUlNDSUNTajhMU0trckhsT0N1YnFMNWQyRG0xNVFqcjUyNlgvUTZ6elFCenRKZVVodFo2MmN0Wjc0UDA4YWZ0WHd2L1dkdE04dllEcllNajV2T1JZLzQ4UzlRZmVSREQ3Ykp2SDVPZ1p3Q0M0d0NPVUJmWUF6SmgzUDRVQ0FOb0NzbE9tRzZoMUp4ektKc01FRFBvN2pQajB6dU9mT2xHTHZpc3NTVVZXa0FhWDVHTXJkV2JPQ0VBRWoxMkQ0c3Y4QkgzMmsxQk9TZTN1eFl2Zm11dGVyUmNrbTB5L0t0UVQzTHBsd2ZFYkFSZzRqV0RqL1Uvdk5CNFJnNFE5K0E0OTE3YmhPOU0ycjVkeUFZZXlxQzl1ODd2UW1MZUhSQUlXZ3lhMWlhRnV6ZXJ0S3BkZm14ZHpZWWRZZS9DdmpqSGtiZlc4YitEMU5pZEowK0x5WVB0ZXpQT0F1eFVxaFg4R3J1UVljQ0xHVnAwOXhuay9abGVWQ1J0RmJEWjE2WU8xNkI3d0R1Z0lmUzJpcmN0VzBVMWpmaERMZFJ2bWMvaWh2YmNOZTA0SzVzd3gxc2gxSDVLYkJpQUl4Zk9JQTlid256RGFhOUszcDluOGp5V1E1TGVtMC83UkF5QzI5c01taHpOckh4d3BSWm0wdDdrc3pHamEvWGNSL3NkbUxyajc4ajM1ZDFWMzRWQTg5NTZzRjJrOWZQS1pCVFlJRlJJQWZvQzR3aCtYQU9Id3FrdWJqM0FzQk5xdHdaU2tJTzBPZFBGbHViZDJEN1F4NkI1cDQ3WXZQK3psOXZkMDVMYkIwa09mR0tIb2JQR3NUeUQ0MERuZzkvUWtkMDEyN3BLaW81RmRSdTNZNnV6TzdyeW5XZHJlN2E4cXNBZ2RheUk1ZDNvV1ZMUlozYUM0UFRlWENXL0FoTzRlRjNEaEVPcHBmV3IrQ1BQaEZPTUJKNm9Pdnd6WkdMdHo1dzREUm9abGRxemlJMkZFZCtaMXF3VlY0RjZsc0N0RFo3MlBlS0VpYStXNGVqVGtzNkI0VHlqQ01KZUthQkxoTlFaUVZUVks5WGdIK285a0RqdktjTEdFdlFKLzhtNWhVd2dNSnFINFdOVFhocm15Z2NWVUh4Q0JlRm81dHdsN1hnTGd0UVdPb0EvUUdjY2dDSDRpMnd5d2V4ZzlCV1M2Y25KSEdnMUhvekhyYmR2NGpHN2xvMGppekFNWTAySnIvVDdtT2I1Wk5BbzQyWGNRQzZGM2xLazVHNE1iR2NwODNSYkQrdWZCcHREMlpMNkpWT0pESnJQbkF4aGw1NzlueDNtN2VYVXlDbndGMU1nUnlnMzhVTXlMcy9mQ2xBQUgzWEs4NVJ4aER6NVorbVpNVXBSSEdnWHBZMy8wNjYweGxYbHNkTEtueHVRVDk0R1IxNTR3WFkvNzYzUlVwMlVqQWs0b25Hc3JOQVM1d0NaNWJQb2xBbmdTbCtsaVJ2VXE2b3ZJb3FmR1FGSzk3bm9lK1pVeXAzdXEvemNyT2xQSEpCWndFVHVZbFVleUtnbkl6U0xoUEY4OXdZMUhka2xkS2FmeE1vUGVuZ0dYWW50UkEwYjRJemRrTElaekYzbWhzelgwWm5WM01YQWVLNjdoMW93SzJBT2FXbW8vUnBSTjhoWU9ZN2ZkajVqQ1phemFZNkIyRFFrclF2bWJ6bk92eTl1WWZKdEZpeS9UaFpzclVuNjZVQnFsNFBGV3p6TWRuY0RibzdUejFVNFEwN2NGZVFwYnVGNHNvU1N2L1FqOEl4ZFJUdTBVUmhRd3Z1OGdEdVVBQVVkWlEvbWdEOUl6L2s4Sm8vQW9xcFFMODE0Vm1HbzM0NXhnTHhzQUlFSTBWc2ZXQVp6ZjJUc3c3MjR0YW1iVjJudlc5TU9ZaUxpQzU1SDhkajIvZHhlMDB2NDhwUzF1ekhsTEUwZVk5YkYxeXZsMzAyYmJ4eDhwdDF6eVVSSWJGYThacDNZTm1IM25ZbjdWaDVOemtGY2dyY1dSVElBZnFkUmVtOG43c2RCVXdMdXFuQTJwUlJMaE5YVnI3VVpTb1hVM0d5S1NaSmJVdm1kQU92UEVqY2ZBanU3ZFhsYU5kR3Vwb3lEMDZZaHphK3NvS1lwQlJ6NDlMTG1mdVE4aVN3bjZxU2RFaVRKSWRtMjZGTk5yUWxMbnRER2NPdm40RTc0QVBUMnJ1ZG9vNExTN29DTEJUQm5lOU82L3JSZlhSdFZWZFdZaW5ncHVhclR6U0MvcmZBN2I5Z1B0aDE1N1l4OVRZRTB4ZDBBTHJPSDYvQUhSTlpNRTFaeXZValJVOU5IMFVXVFJ0VnZBZzRaZURBdXdvWXVZQnl6TGVqNnhVU2FKajdVTlIyeDZnZjBjT1VMUnNvbHlEWGxEVnV5THliTGR2bHNTVzVKSnRBV3ZaamdrdWJmSGV2aHdLOHNnZEh1WmY3Y0FkY1ZPNHhCRzlEQzhWN05lQnRhS0t3em9XM2lnNkFmS0RmRCsrTWM2ZHRIU1NSZ0RoMUp2TGNSL01TM2lHU3AyUkZWMnVBQXlPcTNJUmhPNVNDY09UOFBveGNRdGNSL0ZsWFk1SU9STXk5UGd1Zmt0NG5jc25aMXIwdC8za1M3M2xKbTRDWVA1czgxR2RPMXV0Qk52NmEzOW5ldGZSZDNFRUU3NHZ5SURWSlpwUEduZlJ1TmdHLzdOZGNSM0tzL0RjQjlHVXZlajFXZlBaOWQrNmVsZmVXVXlDbndDR25RQTdRRHptSjh3N3VyaFF3TGVqbXkxY3FNQ2Jta0FvV0s4eVNqdktsYjFPRWJLZjN0am8yd01mOWhBcENia0UvV1BrZC84Z2wyUG1hczFVR01kTnlidU5wWEg5eEZwa2t1WkM4VEpJM1V4bVVRTXFXWWRlMC9taU1IQ25RUGp6MG5lQmkxY2NkbFA2eEVRYVFhd0crRStZbWo4Qzh5SnZlRlNoTjUwL3ZBbUkybE1BZGU4Y0JTLzg0Sy9qY3dmTHVUcWxQTkpnNEJVRnRrM0o3VmpuS2RmN3lpTTVDY0JRWjlBWWh3VHJubjFmN0JkMDNIL1V3OHBZeURueG1lcGJuaHUyTXc5d0xUSUNjdEtmWTZKUkZYazNaTmR0Sld5OG1rR0p4NkFCK0J4NHFjTXB0dUFOdHVFdDhGTmNNb25oRUFIY2RBVy82NTZHd3RnaHZkUlBPQ2dMb2JhQ3NBVGdoSUlxcjBBSWNBdUxhRXM0RVpmcDNyVFBPUGE4M2JzVlRPaXloaGNUdVZOUk8zVVY3d2tOd3dJRy8xMFZ6WndQdC9VVTBieS9BMzFwRTdZWTZhbmVRYTN2My9YTkpWM05QTjllN2JSMW5lVGRra1h0YjMzSGpzZkhaNUcyYXZNVHRVWEY3cUhrb0dUY24yMkZBbHZuSDBUcHBMYVROMFpSbjIyZitqbjh2ZmVhL1lzWFYvOVBMa1BPeU9RVnlDaXdDQ3VRQWZSRXdLUi9pNHFTQXRLREh2WmpUWHRoSjllS1VXV2tKa1FxYU5NYkpsendyNW5ZQTcyRGR0WnZROS9RdytuaisweHNGMnJ0R3NQMGhKNkcrOVcrWmdzTkpIa2krY0s5eFNtMFd3TVZsa2hSWFUzWk1NTUJqU2xNa0dTZ1ZCc3RZOFk0Q0JsODZGVnJxRzZFcnQ3TDh5a2xKQ3lOSGVkZWRxOGpsQk94MWVjNkhIdDFyZC9xQW9hdmdsSjdZRzNNV1VPbWc5VWM0Qis2bjNOTHA5SUlBT2x0bzFSMXlzckJxaEJLNTltdXpJaDlzS0lCT2RRZUI1cTBGN0QyN0Q5Ty9tQkErRXZGM3ptMTdCcFBIQkViMmZhSmpVSTQ3Q0lvT0d5ejN6VTFXc1B6WUxMUGNUamlPRWx4S0VWZjJnWXFQMHZJQkZJOTA0YTVyd3p1aWdjS2FBS1dOWlRpclczQ1h0dUVOdCtGVTZBNjR0bHl6SUJNQnlLT0RyTi82TndmZFU3SkszaHdpM1YrVXRvNUJOLzB1aXFoN2RCSlZjOUdlY1lDOURwcjdmTFIzZVdodks2SzF1WWptMyt0b0hxZ2hHQ21vZzVUMkFRZnQxb3oxbnJsNUFDdnBLT2xtQSs1eW5abzBsZStBT0d1M3JmMmtkNWE1ZjhuOXdzWmo3cGZxbVk0eVdmYzZLYWVtaDRjNVIxdFoyVSthak5yMlRyaytiUHRqMHFHRnljdWt6K2IrVFgzUk9jL3d5V2RpOVhlL3NJQjJzM3dvT1FWeUNzd0hCWEtBUGg5VXpOdklLV0NoZ0xTZzI1UW4yNHZkVklhbGdzRXZmNm1nU3V0bVhGMmJnbWNxMFdiYjBnS1YzMEdmdTNpUHZ1MzkySHZCRzFRRDhvQWtqZmV5UjY1blU4eXpLSFNtZ3BqbVFoL1hON2VUZFR5ZE9Ub1lPbTBBcTY2WkFueGYzVTFYejBUVWNRVkN0ZVdSQ0NYZDNKVzdyN3hmelhtL05VQU5LcytITy9ENTNuUFh6WjJ0aDZibXhBc1ExRDRmdGEzY252WGNpVFlST05ERVVOTm5NTThDdGd4by9hbU1iZi9jUW1Odm1KN0xCTG1TZjNGN2cyM2ZTUUk3SmpEaFNjVEpTamZJN3BDVFFhUWtNSmNsUzNocHNCL2V4Z2FLeHpiaHJtbWdjcjhCRlpCTkFYSUt4RFlVZ001cjZCNTQ1UHBQY3NiZ214b2pTempMbi9ibWlFQWFDNW9tbW1xRDNjL0pCWWJTMUxFVlhBOHlPT0NpdlVNRDc3K1cwTDQxUUczTEtQeDlSYlQzZWZCM2VtaE9Ub011R1lUMER2L0xvTlRteXMvemw4QTFqc2JtM2gwbm5ISGcxUWFFSmYvaTloZzVIcHRzSkwzTFRMbmdlWnB5MStzK2FLT0ZDY0NUTFBmbVhtbk93Yngxa21XZDJOcVU4NWY3cXZsZTRQYmxHcFl5UVg5WEgzUWlOdHo0NjBPekorV3Q1aFRJS1hDWFVTQUg2SGNaNmZPT0QzY0sySUxFbVlxUHpYSmhLZ1g4QXFlNlNlNTRVcEdTZFd6S3JzMXF3TXBOOTMzRjNNVjlybkxhdkdVenRqemdPUGl0NlZqclVKSkNLQlhnSkNYZTVHOGNiMDBGWCtQYjZENXptcHhJMEdBQ2lEZ2FzVUpMdnd0OUh0WmVXVUQxNURvd295TldpK0JvSEtsZFdUSUpGNG1KOERNRjVIVmtlQVhpZ3dLdzdPOXd2STF6WmRQQ3FkZmVBb3c5SEw2L1BRVFZCTXJaM1YwR3o5TUhGQ29BbkE0R3A2em9WV0RxY3hYc09iZUp0ajg3ZDdZRWFDYTRzdkhXQkZFMlFCYTNmM0ZkdnNvd3V5MEg0Zi9Db0FSTzBVVmhlUlh1NmpZS0s5ckFjQXZWWTVhaWNNOEFoWHZYVVZqWGdyZXVDZlFaRUliU2hOUGRiN2FBMDJQNld5UDlLUENlWG1qcUZ3K2E3NXpRYjZJbGZhK2VPYUZiZThOUjJRamFFdzc4L1FYNHUxeTB0eFJSLzhza1d0dkxhUDI5aU5hV0Vsck5DYlJRanc1Q1RKREl6ZHJBSmdPd3RFTXZDZUpzN3dIek9mZVZkUGRjOGk0TmhOdUFxZG0yK2M0eEQ0TE11ZkpuR3ppMzBjTTJ4cXlIRGxJT2t3QzZIS1B0Z01IY0xIcDVOMmVoaDdrT3piR2EvZE84S2c5NkVEYmVlT1BDMmNmeWtlUVV5Q2t3THhUSUFmcThrREZ2SktmQWJBclk4cURiUUpKTmNUSEJrcW1JbU1wSzNIMVJVMmxLK215Njc0VktXUjRrYmk2eVRaYlB2Uy81TjR4ZC9ra3JBSmFLbU0zQ0U2ZU14bzBsN2tCR0t1bzJvQ0RycGJWaEhpWmtrVnZ1bnc4REN0VVNscjdGeGZDNWRSVm95NjlwdzdjbWd2cWxyWm9NVWxXLzJwS3NsSG42bXdKcjBlL1NNK0VNWFQwWEZpM01PaFBud0s5ZEhFWmZaenJvK1haRnNtZTNhMzdtQWpQZkhjQ2VGNVRSYkkxcTU5ZjBLY1lCQU52QmtRMk1tL3VVclVjWFJiamxFdHpsTFhoTGZUaExteWlzcXFKOFRCSHUrdkFldUxmQ2g3ZTZBRytKRDZmUEQrK0FLMGJycVpBdnI3NER6aW42bE11L2tacU9nYVE2MEtGL1pQM1dRZGhVRUFnRzRsU3dBZmpUTHRvakhuejZ0N09BeHBZYTJydGN0TFlWNEc4cm9ybXRpZGJZakFyWUZ0UmRaZjF1b3pFTGpFczVOMEdidWU3TXRXMERYYVpuVkJKQXAvcW1Wd3kvWitMV3QvbStzRjF0TWQ5VjhqUDNLWU85U1JxazdRMjI5NXRaSjIwLzR2SnlYSEVIbVdrMHQ4bXRyWTV0RDVSN3VVbWp1SDArYVdYYTVoMUhDNXB2OVVFbllNT052MGxmN0htSm5BSTVCUllWQlhLQXZxallsUTkyTVZIZ1lQS2c5d0tzc3loRGNTLzRKSUFXS2lpNUJYMHVNamQxM1hleDh4bW5hZ3IyM2tLdi9FK1RnYXdXK0tSMjBzWmt6dEltYzJ6Y0hEcTFpaFVmOGxXYUtuOU1SQ1ZuektXMTQraSt1a2FITXJlM3lwdSs1RWRBOFZHOUUzaWgxbWo5SHNISS9hSEFKTjhlRjFaMDZmV2dudlBWZ0FEcWpuTXdWa1JycW9WZ01vQlBydGNIUFBqN0N2QkhYUGk3Z2NhK0NRUlREb0laRno3ZGo1NGk0RW1mSFFRK0FWRCtTYkxkOGM0QU9FVWZEa1UxNy9OVmhITm5FQ2l2NzROM0pPQ3RhNkd3b1FsdnVRTnZ0UWQzV1JzZVJmVW5BQzZqb0hNYU1tMEpKNjhCeFc2YXQ3aDd6K0NuS3hnZVBhZGRpdHpPK1IvZEJhZWZPaENNRjlBKzRDSWc4TDI5aWRabUg2M2RKYlEzay9YYlFXUFhHSUtKQXZ3cGNsZWcyK3oxTGk4bHByY0V6R21Vc1ZsSzUxdmNlZ0Z4Y1gxTHNNbG5IV2xsNWZNMDEveXNkT0kyelRsbDNiUGkzbUZwQU44R3RpVW9UNkp4bHZmcGZQSThCK2p6U2MyOHJad0NpNE1DT1VCZkhIektSN2tJS1dBRDZGbEFUa2RKanI5V2E3T1lzd0pyVTNqaUxBZzVRSjkvd2ZMSEpySDF1UHVpc1dOTGw2VXRUaEcxZ2VJMEJkemtaNXJDYU9PelRVRzFqU1Z1ZkVueUp1dklmcGdHSkw5ZXljTzZMeGRSZVhSTldVY1ZHTkxCNERpSVhPUTVvdjhnY0thc2RtUmM5ZTROZCttZjU1K0JkM0dML29GSHdHbi9USTJDRHlnNCs1YUtnRThXWVpGbUxmSW9JRkN2Z1QwTFhwUm5tMDlHNlBwQTAxRnU0VUhiUlVCWERjaVZ1KzdDSVlzeWdYYjZQT09HS2R1TUh4V1lyOCtIVXdyZ0RBUndTd0ZRRGVEUXY1SVBoM0tBYzhSeURhNlZ4VnRkUndqdmdqTUFqK0lNNkQ1VWZ3ekkyYU5DVDFUbGhTOW85M1NCbG9PR0MzL2FBUTU0YUczejBkenFvZm5uTXZ3N2lxamYza1JyL3dUYVV4NHc0YUpkWTEvNFRreURPRmJidkZwc1plUDI4N2o5Tm01OXplZmV3SDNJOVdrYlQ5TGVMK2RxcmwvekFNSkdneXg3UTFvWjA2b2ZSLys0ZHBMMk42YVJ2TnN0UFVTb3JubG8wY3NlYStOQkhJK3o4TWFjSTdkUGRTc1BmQkEyM3BTN3VOL0YyM2JlZlU2QmVhZEFEdERubmFSNWd6a0ZRZ29rcFZuTDhnSlBzZ0NZeXBXcGNORG5PTGQzeVo4a0t3Vzd1T2RCNG5xVDZEMW5ub094S3k3dVhHazEwcXVsZ2U4MFJUUk84VXhUL3VPZVp4bFAwc0dTaWVPNHJMeTNHbDZXQ08yUlhwK0g4akVEOE81UlIrV2hQZ2JQYk1FWjlNTzd4Tm8xV2RVMUlyMnowcXd3bS9MdGZEc3c4Ris5TVdjUmxBNm1Qd1JNdmJiTGZWdk9YUUVIalpJNHpSY2ZiTEFKbkNPK3F5Qm5jaThRL3Ric0JxNEs4UGVNV0V3ZmErNVBONlkrTXZCbWk3Zk9jYzhCL3ppV1FCUmxYZ3VLR2orakh3YmdkT2pBQnd6c2lrNWxXaTR3N2FoNzRPMGRBVnJiQzJqZVhrYnJMdzdxbXlmVTUyQ1BoL1pJRVMxTXFOQnJEQ0JOMTNLVDlYR1c3alRMYmRLK0xQdm9aZjlPc3JvbnJUMzVIcEVnTGd0b1Rsb0thV0EwcVYvYk9Fd1FtZ1dVeGwycGtHT3o4U3FOWGpiZ243YS94WTBsN1YxcXZxZHQ3ZGdPQTdLOHU3bGU5WVIveEliZi9Hb1I3R3o1RUhNSzVCVG9oUUk1UU8rRldublpuQUk5VU1CTXN5WVZGeE1zcFlFa20wTERRMGtDYk9ad2JRcUQyWTc4VEpyNyt1czJvZnEwUE0xYUZ0WlBYUElsN0R6N3VkRlYxemphOHZmUm5WbjloV25Ga1dDakcvQjJqeWF5Tk1jTVVqNjMvUjFDNTA3RWI3TXZmaTZCUktjcmd0NWVtSys1Nkt0STE0VWwvU2lzQWR6MUxYaHJHeWl1SzZGeWZBSGVrVTBVMWpmaExQSER0RlFOcUlCeGxGODZzaFp6TkhlUmVpMEs5c1hCMGtpUWw5NElGQjZVaFMyTHFrelF2ZzBZT1NhOFA4MFI3SFcrZUFibUtuaWNzRFozV1h3MUk1VkZXaitJUUhNTThsSmZteWN0ZXNNaVYzTjFjQ0lTdGtWLzgvY2kycnhxUmgrdVJIc1Qzd2YzdERzNlgxNXVPZXArdHo4S3RFWUNGUTI5dmFPQTV0OTlOTytvbzdXemlQYldJdHA3UExSYVkxRTBmOGxRT2Zja2tDcjMzS1I5TUc3UGpOdG5rL2JtcER2UmNhQTg2VjJRNVZuYXU4Ujg5OWptYTc2cmJBdEl6dHVrVFJvQVQvTUFzOUU2NlR1ZVV4ei9HY3lhaHphOUFuTzVSTEtBZGxQbW1JNjlITWdrNlFwRXgrRW52UlNydm5uSm90cmo4c0htRk1ncGtFNkJIS0NuMHlndmtWTmdUaFNRQVAxZ3JUSTJaU2hwVURGNmVGZVZ0REpobi9rZDlLek1iL3ptajloNTJtbG83cnhkVXk2K1pzZHFVa0hwbnA0Q3RzRjBDRllvR0pWZkM0Q1doeUJvb29Vd2g3Z0pSS1N5bDRXWFNVcGhrZ0xPendvWWhGZHhnQ0VmM2pBRjlXckJHV3JEVytHaXRMRUNkMjFiM1R0V2Q0Mlh1M0NIQTdoMFA1a0Nmbm1oTkFVdHdLR0FYK1JpclVFaHJRM09jeDRwNFJxUXNrTE5GbUZPd1FiM1NHREpMd0IzVFZiMkxLcHkvc2dhdVA1dUZWQmMzVE5uZW9oYzNPclFnb0UxLzYxVHIzR0tNYWFYdExCelJIek9KOThGN2pVRGxQdTVUbmZIZTVmaW9DamNkU2lrTnlnMUpyYUcwNTF3VGt0R3p5a2krdDRpV244dm9iVzVnTm90RS9CM0Y5RGFVVVJ6UzREMjNtbjROUmRvMGwxNFgvMHp1b3g0R0dlSmpGc2pjY3hQQXRjbU1ETGJrSUF4YnB4WndQSjhDV2JjQVlKc1AyMmZtT3RZYkVEWHBJa3NZNWFmaXlYY0hLdTBqTnY0bXFXUFhtbVZoWjdtdk9Oa2hmdE9reG41bk9hMDVQUnpzZklyRjgyVmRYbTluQUk1QlJZb0JYS0F2a0Faa3c5cjhWT0FBVG9iaXlLd29TMVJObVZTZmhlcXAvYjgyYVlsVXlyTDhnVWVaeTFsNVpQYk53OEFPdFIzc083YVRlaDdlbTVCVDVMSTl2Z1V0aDU3TEJwN2RpYW1XNUlXOC9KOVBLeSt4RVhwd1cwNExicGM3Q2hMc3JxSVBSUEFKNkJDYWFRYWJRVGEwaGlveU5NZUhIVnYyRkVCdnVpMzAzUlU4QytWWDVrc2tnMDN4RklFbUNaMHU4WUVDS0I1QTBFSW9zaUNQZHdPZzIwTkJuQ3JiYmo5Z1hJOWR3ZkRRR0J1bnd1djMwZEFlYVlMZE9kWWhGZW50bWx5OUU5ZjlWVldjUjJKWExWdldHSFY4SVMxWE4xVHBqdm1ERFkxc2RUOVl4RXdUWDBzUHdQTzBEV0xmNU9JbThINDZRZ2FWMGNnbVRjQ2RZZmI3UUIyZG5GbkMzZEVLS1lyN3pVbVltR3J1QzRuZ1Q3VG1xT2xSeURmeUVRVzhZN3VocE0zQk1rRDlUZnBvclc1aE5hdEJkUnVuRUhyOWhLYWZ5cWhlUnZRSEI5VHJaQWplaWN2ZU1kencwWU9jdytUZXhmdmRVbGx1ZzRTUkFkV2p3RE90Q2J1SUV2Z1ovTmlpUU9udGdqbmNmT1RjMG9yWS9kaXNSL2cyZloxODNBamJYNUp0T1d4bXUrY3VQZUwvTjUyLzV2Ym96N2x3VkRYSVpJdXhHVmFBa2oyQUFBZ0FFbEVRVlRrZXpYcHZTanBhaHV2RGVEeisxSE9rNzlqMnNyUDVpRm9YQmtiYURmYk5lZHNBKzQwNXVVdmZTT1dYM0xoNGJzWDVqUExLWEEzcFVBTzBPK21qTStuZmVncEVBZlE0MXlWVFdYVGZJbXp3aWZMeWJaTUhadytTeVdSRlMzNXZVMjU3RDQ0eUFGNm1xUUV0U1oyUCtPRkdQdk9sVkdNTGh1UHBFSkowYnpXZmJHS3ZqTW1nZkV3WXJVQ1BFSjdqcXlST2pXelV1QmtnQ3p0Tmp4cmZISElJMjBpcHJaTmh3VmFvMVpBa05KY2FkZGw1V0t0M1pyMTFmSncvT3phTE1DNCtrNExsUm9hRTBMUEo3S09DOFdiL3FSekNnS0pFUkRrOWtubys5NEVaK0E5V1dlMCtNcE52UlArOUZzN09idTE5aDRCRnc0V1I0TEdDenJPRlYxWFVzVzBqTEc4UlhXNUhjMDNaWEdud3dBdFMyeVJWd2M0ZkVlY250TUIwWjRDR3JjR2FQeThoUG9OWmN6Y01nbC94RmVCNXdKS0tHNEUzTElCRGQ1emJIdGo5N3F4czlJRzFzejkwd1JQUWd6VlBtbmJTK1dlYSs2LzVraVMxcndOZlBGK3pVczZiaTgzMjZXMnpMSElNa3h2MnpaZ283MjU3R1Y5RzdYbGU0VG5sVmJIMW9jSnBubHNKbmlXbG04SmVKUEd4cytrWE5qZWp4TGN5enBjbHBjV3p5K0xUSmxMVXRKSXlvRmN0a2wwTk9uTnNzcGpXdm5HZDJIcGhmK3grUGE0Zk1RNUJYSUtKRklnQitpNWdPUVVPRVFVTU8rZ2R3UGZzRk9iVW1JcU0zRXZmR2tKa2NxSFZHSjY2ZE9td0tnNzZOZHVRalczb01kS3lkNFh2eElITHI4b3NweWJRTURHVDBJNUc3NWRRdVZ4TXlyTm1McXpxeXR5Nml6bFFhRUJid1JTaFlWdkZxaGhjS1hyY1I1eEtXaFM4VlR5dzRDYTNLajV6ck1XeXE1NUdKcHBGRTFkYTVZcUpaWUczOUlxTHUrT0t3QmkrSmxHd0VML29jYkhFYjgxQ21HQUg4Mlh4anp3S1RqVmx4K2lsYnNBbXExL0NSaC9ibWhCRnhvNnVZOHJldEEvcG8vMlJGQjUwd1VxVXg0TDRoQkZIZ0pGa2ZBMS95SXZINzd6em53bGQvV3l0bzdUczcxRk5HNzNVYi9aUS9QblZjejh2b2JtWHgyMHBwdncwWjRWZThFRVBTWW9zKzFoRWhSSlRzUUJyQ1RRS2ZkWS90c0drdVErTEovYjFySTVEdHMrSGpmV0pNbXl6Y08rSjgrMmxtY0Izdndla2U4RUNlSWxyOHc5eTZTampaWTIzcHJ6VGVLaExHdSt0OUtBc1cxOGMxM0ZKaTNUcnFlWmxuZnpnQ0h1UFcrYmswME9iYnpnNytnTWRjMkhMOFBRcTE4eTErbm05WElLNUJSWW9CVElBZm9DWlV3K3JNVlBnU3gzMExNQTlDd0tvS2xFMk5ydFJaR2xQa1BGSTcrRG5pU0orMS8xSDlqL3NmZFlnWWxKYi9tWkZLc2xUNnRnK2YrMDRLMXFSUkhNbzc1WW0yYXd5cDhwVFJiOUxTSm5SOG1yaFFiT2Q0aFpkcnJjU2RtdFdXdkx5b29rN2pZcnQzaXkwbEZmR3JsRjRKZ3RxZ0w4UmJuSytmQ0FEd280eUp1OHVpd3Q3QVlvTjhFY3UxYnpQZXdJT0ZFYlExK0RVejV0OFc4U2NUTm9mQS9CMk1uaEZRVytaeTZacUlraEE3c3BjSzRaem9jOU1uaEJsRE9kK2FTdkZMRDhLTkJQYlpDVnZCSTI1WTk0YU53S05INVp3Y3ovTmRENGs0dkc1aGI4TnJ0WGRNQmlITEMyQVF3R2FyTjRycit3SFN5YXBFcmJ6NUtBalcxUFRmdE85cCsyYjBleWFqbFF5eklQRTd6SjlpVE5iT0tUQm9MTlF3ZFpQZ3NRWmpyeG1PUm5jOTYydVpyZjJTejlOb0J1bzZrY2crU2YrWGZjTW91am56dzRNdVVpcmMra2RjQmJ0RXlTME12WXpMSzBDdGQvOVR2b2Yrb3BCOU5NWGplblFFNkJCVWlCSEtBdlFLYmtRem84S0dETGc5N0x6TklVVU5QMVR5bzFhWFd6S0RDaDRwWUQ5RGllalYzd0FleDUyK3VqREZWSnZMV0RkUmZsRXdyb2UwUUJoWlg5NnQ0M0J1Zytid0IzcUswc2x5cklXcjhQVkgxNFEzUmZQRkJCMTV4eUc2am9TT2haaElvME9mNG5RTDRDWnpvL3RZb1lyZ2VxWklrT0FTUW8xQlphdHBCTEpWTmF4eVB3UWxaNUp6em9VVC9jdHZFN0FnajZEd1hJZFJWVFVWYk5xTWhJL3d1MytFOVpacjQ0eXpSK2htRDhjWEJRQ3cvS0dFenJ3NCt1a1B1YWh5bzRtK0dWMCtXWklhTDBzN1ZkSGM0UUl3bVU5K3NDa3k1cTF3OWc0aW9mOWQ4MlVmOVRBMEZUUlRlWUZhZ3dDVWpQeHg1MFp6QXZhWnhwYzdBOXQ2LzFnNXRKSEdBM2xsYlVTZHE0MDBaenNIUEkwbitXTW5LY1djcW5sVWw3bnZaZVRLdHZIbzdZNkp6V1JpKzhvWEFmUi83OEJsUk9lbkJhdGZ4NVRvR2NBb3VNQWpsQVgyUU15NGU3ZUNqQWVkRHB5cVpwSldCRlFDb0U4c1Z0dWg3YVhCR1pFdlRNdkxzWmdTU0xCU2V5aHNxZ1QvcnYyUUdEY29CdWs3ZzlaNzRNbzFkY09ndWNtNHEwQWtBaVBSVzFKZWt2NWNCVVJwT1VPK3FuaUNWd1VZSURIODZBcndLNmVSVFFiZGlITytERFhkNkdPOUFHaG4wVWwvZkJXd0s0eTMxZ0lBVDd6aUFGZ3FQZ2I0QlRwY0JyQVp5Q3lJK2xBdGFGS2RBNktGc0hjdFBCMzJ4eXJheSsrdlNJWGF5amxGOXNwZFdBMHdUbmloN0NhaS92cjBjUjNLblEwajhCM2o4c25zMmcxNUcyYm9JLytoZzRHQXNGUnA5eXFLc0ZISGhQdUw5enhIVjVPQ0t2R3FqMGJQcmV1cEpCZGwybkE1UUpGODAvRjFIYlZNRGsxejFNM2p5bFRuUDRBTVo2U05JZDBEMmFYWnpMdEQ1RDZEcEFrR3RCUG84amxSeEhVa0F2ODNESEJMRkorNndORU1yOU5Xa2ZOdXVhOTlxVHhrOWpzamhJZERuSG1KWnYrVm0rQzNqKzVyeXpqRDNMTzBpMlk3NW5zdlFoNmNUbHVaMjA5NXc1Ti9uK05PV0dhV3FyWTVPeHBIbXhyTXEyNHNhYUJzQnRoeDhtNytQZTdTYWRYRlJ4MUlHOWNKZlE2VnIrazFNZ3A4RGhSSUVjb0I5TzNNem5zcUFva0dSQmoxTWliUllwMnd2ZjlwSTNGYlpaMWpSRHFUWlArKzNLUjU0SHZVdnhidnJZLzdyemNlQmo3K2tDNTFKUmxjcmN3VmdZYlR5V2JkdWV4OG1LaTZLeWYxTFlMa0pxRGxuaVN3RlE5RkVZSG9LMzNFUHg2QWE4dFMyNEc1c29IMTJDZDJTQXd1b20zTUVBcUdyZ1RqRy9LRmljQU8wTURpV0FqZzZNREtFMEFiMlNPZWtLejhCZDNMRld6N1VHeXdIbG5LVi9BTHo3THFqMVBxK0RhZjRHd2RoajRWQUVRWkg3UFlyZ0x0Q0hBcENhc0ZHa2ZPT2tTTEdCMDU2NVFIdS9pK1l0UlV4L0swRHR4MzJvM1R5QnRvcm4xclpheWMySTJ1YitaZTQxSnBpVVFDb3BPbmZTZXBGdHBJRWdDVTdOOVdqdWU3YXkzRmZTV2paSUhORXRpVGF5WFc2YmZpZmRjN2J0eTBudkNWbmUvTnZrU3k5MHpQcHVrdlEwNnlUMWwzVXM4N3JPTWpTVzVmM2I5WTZ3SEY3MU1yZXMvVkc1VXY5S0hMRnpNOXhCT21ITmYzSUs1QlE0bkNpUUEvVERpWnY1WEJZVUJaS0N4Q1VCN0NRRnB4ZmxKMDBweVBJOGQzSHZpSlEvTW9YZHB6OGZrOWQvTmRGeW5sVUlzOUJmS3JocHlxMVUrRzJITDNIMWJRbzlBWHEzREhnckE1VFc5cU40ZkF2RjQrb28vNE9MNG5FT3ZEVjFnSFRDQmhEVUFBcldyZHJYalVsTGJ3VEtkV1J3WlNFWFpidThQMlNnTzFaMFRjUkRuNWY4RkU3eDRWbEp2ZmpLTlg0T2YveHhBR1pDV3VuL1JCSHZ4YUVGbTFrNUhSM0ZEcUFLNmhkWnlvbFBWU0RZWFVEdDV5Nm12MVBDNUxlbjBkeml3VWN6QXBiVVJ5K0FLZ3RSNDBCc2xqMHVyWDBicURWbFBFdVp0SDZ5UE85bGJkcmFTNk5UR2dDazU5eUcrdTBXVUgzNFk0RUJCMmhIbDB3U3A1SzJINldOZXk3UHpUcHBZMGg3ZmxlTUlXMU1jM2tlMU9vSW1xMG9jcWoxWUxQWlFQbStEOEtLU3o4Sngwczcyc29peFhtWm5BSTVCUllTQlhLQXZwQzRrWS9sc0tMQW9RVG9Ob1V0U1RsTlV4S2tnaWVWNXh5Z2g5U28zL0JiN0huUmkxSDcwKzh5M1RudlZmR2NqL0lSa0JNdTlVa0FQd2tVU05BdXgwYUtmMkUxVUZoZFJkK2pYWlFlT29QU0NUNEs2M3c0WmNxN0JYVmZXZVZDcDBaMHhQSEk4c3RqWTFkdG1ZSk5CS3BUZ2VjNDZydWVSSmNMNnVEWDRaYWZjbGp0RjEyVGFYNFB3ZWdweXArZEl0K3I2TzA2NVp3cXg4elR3ZnFpQ080NjRCL25KUTlhTHVxL2NqRjlUUlhqWDUxRWU0Y0QzL2U3UVBrc2NHZWhhaThBa3R2alpteldkRmttNnlHVXVVZGxzVFNtbGNseVVIcXdhN05YSVUzYnE5T2lpb2NBM2NQcXoxK0ZnZWM5dmRmdTgvSUxnQUxxaXBEZkNjUVlPeVRYZ1VQcE4vS2ZuQUk1QlE0N0N1UUEvYkJqYVQ2aGhVSUJ2b05PbnFXbWNta2JZNW95R2FkSTI2eWxWTlowZVpmZjJjWmpHaXJETWVZdTdsT1hYNE05cnp3YnJjbVJMbURUWmJFeUdCcW5aTnVBVGxJN2NiSThGMkJoQXhxbVRDVEpoYXl2c2JmNnFsQ3FvSFNmRnFvbmx0SDNOQitsNCt2d051b1NCTlliT2tBZDM2T21SenFnbVFJYk5zSGpRSEg4ekhCNUR3WStEYWY2c29XeTFPZC9IUFZyRUl3L1MxbkFGYTkxK2pPWjNrNm1yRk9XZFUxWGxBRi9sNHVwTHc5Zzhxb21KbThLcmZDY1NpMUtxU1p3UGs4Z0RSeFN1VFNBR0xmWG1iSnYyNDlzKzVidDZvNHBpM0gyUTNOdDliTEhKdEVreTVxTjZ6dkwzcEFrVUhGWEJKanV6S1BoWnp3WHE2KzVZdjVsTTI4eHAwQk9nWndDT1FVT09RVnlnSDdJU1p4M2NIZWxBRnZRU1NHMnVZN2F3RkVXUlRuTm1tVlRIdjkvOXE0RHpKYWlTdi9kTjkrWk8rR0ZlWm4zU0lLQUJGR2laSkFGRlVrU0JBVVRLSUtDb21CWUYxWVVXVkVYVUNTb3VMb3FJSWk2SUVsUkJDUUlvaUFJQ2dxOG5OL0VtN3YzcStvK1BlZldWSFgzblJjWTV2WGw0M3R6YjNkWG5mcnJWUFg1NjV3NkZjZndWZzFyanh0Wm1IM2JQU2h1aHVlZ04vNjFHR3YrNDR0WSs4TnJJUkw5VVgrWnlIR2NmZ25yOHpqRXhqU1cxRVdhOFJqNFBOU2M3eWtPazR2cks4a2d3dU1MdTZaUVBDQ0QzRnRxeU96VVFLYlBCWXFPbDBsZWhNVkxEOUVvYStUbnBRZGNVM2lPT2VpQzFGTnl1dnluWVhWZU5ubW5sdUdMNFk1YzVDMWsrUHZ5ZyswRHZwZWN6a09YZUltSUJORnBOakI0UXpkV2ZMS0dPc3BTYjNXaDY3bzk1ZW9jWlNMaUpwSkxuUkZHbHJuKzY4b0oyK3V1Nit5b2VTMktTT3ZHVGRRemZEeVk1Z0l1YTlROVlXMEk2NE13TEVXWnFZNHAyT0w1NTVDYU0zM3lqcE9rWlFrQ0NRSUpBcE1VZ1lTZ1Q5S09UWnIxNmlOZ1NoSVhaaFMySzNVWU1WTXpIYmU3djVRSStweWYzNFBDT3c5dFY3VFg5UDNsdSsvSHFvOStESlVYbjlKNnpYVUdlQnpEUHN4d04xMGJqeGN3REh3cWp4di9KcDBNVzFCUXlRT1ZNVXBnVXJCU0RyTHo4c2p1N0tMd2xpYnlCNlNRM2I0S2RMcVNxRHZESGdHVkJOMC8xaTBnNkVxbWVQTDhDdGJ1Wm8rRzNYM2JhMXJIUW9VZk9BR28vVlFTN3lBRHZpRGl2aWRkSGwvbitLVGMvMTJTZWJIbFdCeVQ5dnNVK3E4SFJuN2ZoQU5IZXM5MW51Z3djaGhud1VsTkRxZVNSdjVkMVpjTnNUL2N0RmhnQ3F0WEY1dDA1Sm12Q2JVN1o4WlJTSFU4cStOUXhUVE83bUpkTzhSdk03LzlQeWg5K0wxeHhFcnVTUkJJRUVnUVNCQ1lRQWdrQkgwQ2RVWWl5dVJDUUExeER5Tm5VWjRnZWpiTWV5V3VoZTFHaTFPSGFwUnZibnZRbTB2WFljWDdUOGZRWGIrUWtLdmV4emlFUnIxSDlVekhKZW5xYUlnaVRPTWRQYWFRMlRpaHpGRUxBVnh2UlJiNUZDeGs1aFdSZjNNVHVUMWRkSDJvSXZkWUUzR1M1TnNQWjVkRXhTZnZFa04yQXB4cmJ3Vzc1eEhBbnFUZXdUV3pBV2ZwYURpNXo5S0NSUkNsMHlpeWdMem84a3p6cG9YcW4xUG8vMG9uQm45WlJ4UERBVkVQbTBkMGhEQnNJVERPdkJKSE44UHFpSnIvNHBCWWxaenJ2b2VOdWZFOEgxYUhia0d2M1VVK0xxODZqc1gzL1BZN1k4NWpqeVJadnVNb1lISlBna0NDUUlMQUJFSWdJZWdUcURNU1VTWVhBdVJCSjVMSGsxenBXa3JHR1JtYkpnOFRQYXZ6N3FobG1CRFZlVzFVWTg4cmYvTTRCNzI1ZENVR3Z2VWRyTDM4VWpTcWd5MUVob2k2aXFYT0EwMzNxbVJhSlRFdENjL1kvdUN3UlJZVGdRazh6cjZBcXBGdklsQmhJZTJjV1BEeXFTemU5akJQdkE0SDhWdXVMNFdwbDJUUmNWSlpldElGSHNJalRHZDNTekp1KzRuaWhEQWkzTjBQNDNiOHhITld6Nk5BWm8vSk5XbUkxalNlQjladUw5c2JKSU5qWWUzU3E4NDZUMkpNUjdGUkZueUJwWWh2ejNyLzF2K2V4YnBMQ2hpNnU0ejZZRzBNVWFjK0Z0V1BKK1ZVbURlY1IvSkVoYzF6ZmRFdEhISGQxbzAxbFJEclNLdnB6R21kSXVtMmVxaGpORmcwTVVRcFVMazYyY1BlQTJIa1h0ZE9lcy93ZXNUZk02LzVQa3BubmpiNXhrblNvZ1NCQklFRWdVbU1RRUxRSjNIbkprMTdkUkV3RVhRMS9GSTE4RGdKTW5sd1ZiSVdoNVNwWkltalk5b2pQOWtKZW5QRkdnejk2R2FzdWVRL1VGK3pRaEpGbmtRclRJTjBtSnNXU0lnb2hJV3oranpVU0pEQ0NEckp5ZnRSUjh4MU9tQUtCMVlOZmJwUGtta1dYV0JhQUZCSnZuZ21uYytoNTR3TWVqNWRoZDFYaHp2QVNLanZTYWRZYkVtTzJFb0drWGZwVlJmM2RuNEpWdkd6cis0ZzN4aTFsNzhKREo0akZWR1NjWC94UWlScnBvZ0NxU3NpeE4zL0xUZ3JuVUxpZmZZcTlVMFVrUE9PV3FzL21jUEE5OUlZK0dFVjlVRng1cm1JYS9BK1lWNW9WVy9NODBWcktEMWZpRklYS0hXNnFxdEgxUy9kSXBHcWE3bzVWa2UyMVRtUWp6SFQrREU5d3pIVWxST0dZZHhycG5hYTVoVnhmM3IyQWl4WS9LK05vYWxKbVFrQ0NRSUpBZ2tDR3dtQmhLQnZKR0NUWWhNRVRFbmkyakhlVEI0amxaREZJZWpjdUtPL1ZhTlNOWm9uSzBHdlBmTjNEUDdnUnhpODRidW9yVnlzelhCTkdPdUlzY21nYnZkZUhUbldlZVJVOHE2cmgzc0xUWVFyVE80d2dxWWpCcXJPNmZBUzl3aTVVa2loZEdJV1BlYzFrTjI5RGd6N1o2ZjdubC9wMWFSajF2eUNhVis2SktvVTR1NW5kNWY3MVZQYnc1cnl0MGszMGJqcjlnRWFEMHZDVEFSZEVuTTZ1WTU1ME1semJseTg4UW03N0ZzaTZubWc4VUlHdzdmWjZML0dRZTBWRnk0YW9VUTliTTdTelZGY0Y4S0l1SWw4cTUycXEwUDF4c2NwS3c0UkRpdEhwL1BpTi9FL2VlWlZ1VlF2dm1sT2oxb29JMHpDSWd0VTNHak5hL3FsVjZMbnduTW0zVmhKR3BRZ2tDQ1FJREJaRVVnSSttVHQyYVJkcnpvQzdTU0pNeG0wcWxFV1pmaXVUNk4xaHVsa0kralZoNS9DMnE5Y2pNckRqNkcrY2xGQWV0cmR1MjhLMVZVWFFYVGZlUjlGZWVtaVNIT1Uzc1RWQjUwY1ViSkhZZUFSRnh2RmJVdm8rV3dWbmNkWHZZM2tWVDhoSFBmRVU0aTIrTTNmZDg3RHRxWEgzbWVKMHF2dW41RnU5VDRKcEhlTjI4eUpmMS96SmJocnRvWmxPZDZpaE1KdUpRUitDRU9RdWQzM3BsUENCS0hMc20vODdPL3lMSHAyL3J3c0lnc2dBelFXMmlqZlU4QzZyNlpRZm5rdzFLTStIaDB4UGFQcmlMQjcyeUdsWVdNaWpqeTZ4WWlvTVJ1MVphaWQ5c2FSTVk0aTg0V0F6SXo1bVBmY003QjdSSEtDNUpNZ2tDQ1FJSkFnTU5FUlNBajZSTytoUkw3WExBS2NvS3NlTGg0aUhHYjhqY2RZTTNsNXVJZUd5QmNucG1wZG5veXY3V1BXM09FeXlnOCtodkl2YjhmQWQzK0FlblZGNE8weWhmYXFYamJpUkRydkcvVXIzYU1qdGZ3ZTNYMWhIa2dxait1SUdxb3Jya1Y1N1RocDBiV0h5ejFlblZQMU9MZGxGcjBYV0NpZFVRWHFnRHZrblljdXovWW0wdWhYRm5oNDFkSE9oSkYvVWhJNVArczdjc2ZCNnI3bE5UdEhqQkY4OEV5Z2NoMWNmNThGRVhTeGFDRkQxWGxIK3RpUWwxMWVvdC84ditYemZ1YjNsdkZQb2ZBWkFFV1ByTmQrbmNmYWJ3RWpkMW1vVjhvdFd5M1V1U01zOHNOMExTd3NubzhMM2tTZDkxMGRFeWJQc3pvdWRHTlZwL2U2K1ZPbmx2U2JEaHZUSEdKU2IvWDlFUFpPMENtN09vZHcyY1ExTVQ5MEgzc1NadHlhbklzK2VTYUxwQ1VKQWdrQ2t4bUJoS0JQNXQ1TjJ2YXFJc0JEM01tQUltT09RZzkxQ1lzNEFSdVA0UlludVJJWnBueS90YWhML0UrL2VUSmJtUDJMZTFFODZwQlhGY3M0bFV0RGRQa3FPSXRXb3Z5blA2TDYrMGRRZnVCM3FMMzhOOWt1M2dmVVRuV2hSTVU3akpRSFhrbGZPTjYzNnNJSGwxKzlqeHZYSkpmT1FOZTFnWWdObDl1MElNQ0pqVTUybFppRUVYVWRJZkRxdFpEcFM4dDk1cVV6YWtqTmJNQWRCQ3h4L3JsQ3pMV2szQTlobDE1ZmNaU1lUMHpsdWVsMERqcnpDTnNpQTFyUEMwQjZRUndWbWRqM05KK0h1KzRnd0YwcTVaUzZRQVRiMzR0T2l4UkJRd1Q1WnNvV2tFVi9JVVBzVVpjWU12MFBkSVdPdGhQL2l2SUZVYmN0MVArY3dkQ3RXUXo4cEl6YUlnSDg2RDUxUG05d0FxenFnKy9rbC9XYThoWFE3eXJScFRyNFdEQ05TOTM0NUoyc2J2dFE1ZWRqZ284bDNSek1yNGVORGRPejlMdzZ0bmxadWtVTVV4UU5mNDdheVRFZE04ZlpXVXkvOW5wMGZUQTVkbTFpVHdTSmRBa0NDUUlKQXNJaDRRcGZSdkpKRUVnUTJOQUljSUt1R21lcWdSY1ZMcXp6bW9ZWmlUcmlxWmFoZTE0MWVNWHU0ZGsvdnhmRmR4NjBvZUZwcjd5NkM2ZlpoRld0d1JrdVEzakduY0ZoMUJlL2lQcnpMNkw1MG1MVW5ua2F0UmVlUVhQSlNqU2NrWllqMGt6NGNTRjBobkFZeHZTc2VvL3V1OGs0TnhuZktqZ3FBWStqRDFIOXk4bUp6bE1adHNkWGZXazRzSkF0WmRGelRnWWRwMVNSZVgwZEdBQ2NPc3NLN2hOQ0dhTE9DYWZDa2lneFhPRDlwWDNVZmhpOGJCY1JWMEhXQ3grRzFmbnQ5dlJwSXQ0OWRBNmM4amVEQ0FQQ1NFWU4rQjNVUXRCVkpzZ3l1Zk93ZHNyNkx2dk1YK1FJRmtENDFnSHh0MkRVZVkrc054ZW1VYm5Qd3RCdGFZemM2NkJlcnNPQzZHbnZZMXFnQ3ROZEhld3ErU1oxTUhuUHc3b3V6bGlNTytiVThhMHVZTkYxZGE1VkZ5VGl6akc2OGszelQxZzdkWGdLR1dRdWlGdzNGaXhaQkh0SzUwUWNBWWxNQ1FJSkFna0NDUUwwamswSWVxSUxDUUliQndFMXhEM000TndRUkpDM0lvendtNGlseWJET3pOOEdkbThYMEJSdTBQWDVxTUdnTWNzU2JLeFdoeXRjZ2ZVNjNISVZUcVVDakZUZzFBYWs0VWtmam5FN2hqamhyOE10cW0raUZsdmlHdGt4MFpDM3hlbmZkc3JUa2FJd2drNzNpN1psZXZMby9tQUtwUS9Va0o1Zmg5dUFQRG90NkJqdVJ1VjlSWVRiUDFJdElKVkV2aGtKRko1azBmM2lRK1JjL3UwQ2p0MEJ1K3VYUU9iZ2RwczhZZTUzbXkvQ1hiTk55ekZ6RkhGQWJSWkw2ZElUenZickJ3c2RhdGdNWDBIeDhhU0lCRmtlN1VrbjdQMWo3RGkyU0h0NzFkMG0wUGhuRnVWZnA5Ri9YUjIxRnh3MG5hWTJCRDRNMEtoeHBKdC93c1p3bkFXb2Rzc2NqMEtFalg4VFdWNWZuTVpEME1VejR2K08vUTdGckh2dWdKVVhpUWlTVDRKQWdrQ0NRSUxBUkVRZzhhQlB4RjVKWkpvVUNKaVN4T2thMTY3eHVpa05UekxzT0wwT0MrTU02enlkMTAzMXh0THpwbnZEalBaMlNIbmNmdGdZWkhoOUZYeDk5V1c4K2tPNklJbDVPby91TXpQb09yZUM5THk2Ujhwcm8wZUJCYkZaeXRGZnNtN21McFQ5ejBoa29HKytZb2gvQkVFWFllNDhNVnF3MzFwa2RNL3NDZlE4c3I2d3ZtclBPLzN2QUdxM2p4NmJ4czQyRDF6Vy9qbnhRYlo3Zm8rU1VJNnc1K2ZLMDNNU1E5RUZiTUhEK0RkNTFjV1o2bm5BR2JGUWZ5NkQ0WnVCd1J2VHFDMGRDVG92YW5Hc1haMk51ai9xZXR6eHplK0xLcE9wYmVpeGRGVG1xekYzaExWQlhCTXlUZm5BSnpIdE81ZS9hdnFlVkp3Z2tDQ1FJSkFnRUk1QVF0QVREVWtRMkVnSWhDV0ppMk1JRW05UitJeldNTlI1VlBqek9pTTBqZ3lxMTE4blV6dndoWGwrNHBTeklRemVLQU0yVHFnN0x5TUtSOUd1OVpVN3loTm5rbUY5OGVhRXhQdmJRbmJyTExxT3phRG5jMldndXlsRDJkMjYxMGhKQ0pXVkhFbXdmVUlZeUtPQ1RCZG9yemw1ZUgybGtCbmNsV2RrdG5kZkljVzU2RTd4UXRnZGw4WlJvNGwxejhqRndQQkZjaSs1WEtjZzRzd1dMcVRBRkhGQUN4NkVoOENkemtPbnMrTXBkSjMyOVB0S0tPNVRGNzVrMGJRWTRwZEozMldkWElGRjNTS3hYTW5yb01ZemVRemZta2ZsMFFyS2o3aG9ySzE3OS91aDhFSGZqKzIrTVdOQzFmRTQ0MHJYa2UyTVRhcVRRODBYSDlYeVRWRWxjY2Nmbjh0TlNoaG5ybWgzWEt1WWlEcjZQdjhWOUh6eGdvazFGaEpwRWdRU0JCSUVFZ1M4VjM0UzRwNW9Rb0xBeGtGQTlhQzNZemlxaGx5VXNkcXV3UmJIVU5RWnA4SjRWVDNwWWVoRnlhMCsyeTRSSFUvNTdZYk5SbWxIbE13NnJEZTAzRkV5anZlNmtKUGFsOXM2aDY3M0FwMG5OWkdlMS9CSXVmQ2EwM25kak9RRkdQdjdwK1YzOVcrZkZRV0VTSGxlSlU5ZVJhMU1MOERlejFSdWQ5ME5aTjg2M3VadSt1ZnFqOEh0MzBzMkxEanozSmVDWTBpRGpwb3YyODBXTlZxT1kvT2Y1L2dGRGZQMy9vL0JNbXdDWVFvdXMrOVRpTDBnK3psNXlEM2NzbzNHUDJ4VS81SkI1U0VibGNlYnFEN1RnQU94MzhIN1VIdE04MGU3YzFpY01kVHVQVkgzYnd3WmRmTnMyTEdQT2lXTmtscy96NmJSOTYzcjBYWFc2WnRlNzVNYUV3UVNCQklFRWdSQ0VVZ0llcUlnQ1FJYkNZR05HZUxlcmtHMmtacW84cVV4MVl6SG9PWEd2SzZkWVFzZDdkNi9vWEFaVHp2WE54eC9ROG5PeStHa3p2UGtaVkhjTFkvdWMrc29IbEdGMWV2QUhmRTg1c0pyVGNlQkJXNVpKZHU0Sk4rK0YxYmNML2RWK3g1YjhuNEwwaWZKS1dWdVp5NUU3dG1WWmZGckdzRmRkTUh1K1FPUTNuRmp3TE5oeTJ5K0FHZmRnYkNjeGQ0aUNCMnQ1aXVUakVUd3ZlTzZpZ2wvbVgxZGJDY1d6M2xKMTcyUC8xMStwZlFSamRHejFTV1c5QkUzc1FVVTZjVVgvN1BqM2loWlhjdWlDTzFoSjgrNklPd2lYOEJRQ28xWFhOUWV6Nkw2U0FIbGg0ZFJleWFEQmlwU0dMN1FSK045SW82aERUSFBib2d5VkZXUG1qdWk2dVRkTy9XU0s5RHp1WTl0V04xT1Nrc1FTQkJJRUVnUVdDOEVFb0srWHZBbER5Y0ltQkVRQkgzWlI4OFV1WllDZTVsN2o4Z3dKVnVhU3VJaHFLWklZT2JVa28vcE1nZnpVRTMxZmpMZ09DRlQ1ZEY1dW5SR05KZWJaREdkcjg0TlE4NE50R0czakd2b2NGUGJwTmF0dGxGdGp3N0Q2SFBoeDBZUTZPb3g0YzM3bXZldHV1akF1QkhudmkxOGlrVTRCNFNIMTZ1V0dlYTU1Rm9zOG5TbkN6WTZEc2lqK3pOMTVIYXVlY25DcXY0NTVtcjR1ZTlSYlRtRDI5OFRMVWtkT1h0OXd0bHlicmVPZWZoRW5lczFsUjNvQ1NQMUxjblVSR1dwQlVEWFBiRFMyMDdjNmNsWkFnd2NBYmYrVktCUXNtMWNtWlRCVDludEtRTzcxQ1VicVB3Nmg4WmlGM2JCaFZYeUFSY0ozb3BOMkJrYlZqRURPK2NBSFM2c3ZBc3I0OExLdWtEV2haWDI5Z21JMCtwa3Y5QmlTdFBQSlNDSzg4bTlYR0FSYzQydlpNRzlOSEdJQlJ2YXN5NWt6L2haNFlXY2RRdk5wU25VL3B6Q3lOMUZsQityb3JHNGlxYllIdUVUZHQ1WmZPNmlNYU9PRjNYZU1haFNpdzdvNWxZZVVxNGJ0N3A1MmpRdnE3S3E0NUhLTW5Xek9oL3I1bFphM0RDTjc3anZFNnBMdEgvbTVkZWg2NU1mbXJqakpaRXNRU0JCSUVGZ00wTWdJZWliV1ljbnpkMTBDS2dFblNkYVZnMHZNcmJvSHZWZUhia2tFaGRsRkhJaVIrY2hjME5STlJwVmhNSU1RYnBYTlhKTjVKTWJqKzBzUHZEejRzTVdPWGlaT2d6RFNMbHA4Y0ZVSDdWZHQ5amhjOUVnMDNVWUNkRGhyUkowdFM0ZEdkSHBnWW1VOC9LSVFBdW1scHVaUmRlSk9YU2VXa2ZtVFdXZ0RQaE9UNDk4OFhQS21lSUU1NVZ6TmtPRTB3Y29JRjI4Y1NuZm95c3Vpa1JrNGhuaFpLVm4rTDFLaERzbnJPVEpENUxKcFhhQTNYWHp4UFNrTyt1QS9uMkJ4ck5qOXAxTDhrMzd5WmxDVWdpNzVNajhIUGdzVUg0NGhVWC8xcFJPY2o1T3ZLNUlJNFdDUEI0TnRnc3I1OElxdUxDN21yQUVZUzgya1lvaXpXZ0FBQ0FBU1VSQlZPa3RJajA3QzN0R0F5bngvOHdtVWxNYVNQVlpTUFhhc0VvT3JLSURDREpQR2ZsRlpXS0xneUR5UWlqaDZhZGNDNzdjVWxZL0laMTh6azgwSjczOUZaRVpQby9xRXhZcVR6aW8vaUdMeXQrSDRQU240Y2o5NjgzQWdhK29WS0Q2NmxqV3pld3E0VlhuUXZGTTJMeHNtZ3ROUko3R29DNUVQV3J4ekRTUFJDMjA2WEFJZTUrbzh4bkozUE9lc3pIMWhpdGdwOW9Oc045MDc5U2twZ1NCQklFRWdjMEZnWVNnYnk0OW5iUnpreU9nQzNFUDg1em95S1ZLdW5Ta1VDVzZjWitKWStDR0VjTzQxeGlQaTdWL1hTWEthc2Vaa2lpWm50TVJieDFtdko0b2JLSzhWN3JGQjA0MG90b1kxWWNtWlk3U0wyNjRFMkZPZDJSUTJDdUwwdnRxS0J6a3d1NXJTSkpzVlQxdmFYRDBsbWJWSlFnNVo2UXhJT0xpRDdGUFdYaG5CUkVYQkkweEpMZHVBMVVMYnRtQ00yaWp1YUlKdDJZaHQwZERlbTFiVG1jajl1ZURTQ0h4RWlmR09HUkl2UCtnYXhWaGQvOGF5T3k5eWNlK3NjTDZnM0FIM3c4MC94R0VqNDhoZ1N5Q0lEZ1RuZzBpT3RlY0lnZnNYcUR5dXhTV3ZkdEJmWVhiaXB0QkVCMFpWSFZTYkc5STlXYVE2aFdrdlk3TWpBNWt0cldRbWxkSGFsNEQ2ZGxOcFBwU3NIdWFzSVNIWHZTRElPdytjWmNoK01JRDcvTTlHVTFCQ3kvaU4rSGxGd25uQkdHdkE4MVZLZFQvbWtQdGFhRDZGd2UxUDZWUld6aU01bEFLcnIrWG5icWFlOWlqeGxJWWdRMGo0THdPMDMwMFR2bjFzTG1GTHhpRUxaN0ZuWCtpeGp2SnBWdEFWZWN3Y1UvSEhtL0I5T3UvZyt6TzIwMmNNVE1lU1JvdUtvODhDamgwOU1GNENobjdqRlVzak80UjJUQkZScGNpampjdDVKSGJmbnNnblN5ZVJBT1czSkVnTURrUVNBajY1T2pIcEJVVEVBRlRGdmM0UkRLTzBVa0dKQ2QrWkRBU1R5RllUQWFmR2hxdk0wcDFScURPZzJReU9FMUdwRXFJZFo0ZG5TRnU4alRwMmhwR3p1TzBpNWRwSWdXRW9kb1A0MUZKdFcybVBqYkpwZjdPWlNBNWFldHhibm9uT282dm9YUWlrTm1oQWJ2TGtaNU5SK3d2cDcza3ZrRHlIODR1ZUdNRitSYjdPQVFCRjRTTDcra29BODdLTkpwcmJEUmZ5YUt4SklQbVFnZlZwWU53KzIwNHExSm85cWZncmt5aHRxeUM2WmVuVVRxekxPWGdlRXVDNGRjdi8vR1BYWk1lY3dyTDlqMzJRY0kwU1hTbndlMzRHcXo4ZThmVEhSdjJtZHF2Z0lHVEFYZGdkRkdCNFNqUGRQY0hzTVNmUlN0SVFXZ3JBYy9pVG1TK0NGUWV5R0RoNFdKL3Q5UGlmZGJOQ1NwUjVEcXNObnIwWHR0ZlgvRkM0KzNPRkxMejhraHRVWU05dllHT3ZYdVEzYkdDMUxaVjJOT0V4OTRqM200TnNFU3VPSkZwdittM2kvRW1XYjROMktRL01pVGVock1XYUN3U1lmRnBWUDlVUitYUkFtclBDcW8rUkhBRW9sSmtVSnlGTjgwNlUwc3VEWk9hRTQ0Y0gxbFdKZ2M3MzRubTRPclFvOWRVUXF6S1Fhb2c3dFBOMzZiN3c4WjgxRHloemcraTN0eXNyVEQxYTE5RjU4bkhibGo5MzBTbE5WZXN4c296ejhId0hiZkNzc1VLb2FYdFg5TUNqUEhkNjdwd1U5NFlVUHVTOTUzNkhqUzlaK0l1ckRzalpYUWRmU3I2YnZ2QkprSXdxU1pCSUVGZ0lpQ1FFUFNKMEF1SkRKTVNBUjdpcm52cGg1RXhicURweUxXdXZEaGVFaFBKTkJtbG5NQnpRMStVb3hKcTFlRFF5YzNEU1ZWRFJxM0xaRnp5Y25VWXFzcWtldHhWN0lpd2h1MmI1N0xxakdlcWt4TnFrbFBkVnNEYlJiSnc3RWdlRldNZHNhQStNUmw3cmFUQ1JuWldIc1Y5YkhSOXVJbmNXOHFlOTFLRXNWZTl2Y1lpdkZwK2ZHOW44TjBud3BLSUV4a1hoS3Rxd1JIa2Uxa2F6c0kwYW45elVIK3BnY2EvY21pOG5FRmprWVZhWTAxQXFFeUdyWWlZbm5aaUY2YmRPQUIzdGJjWUlQSHpRYVN3YjA2K2lhU1RqT1ROYjhISmQreTZ1ZU5nZGZ3M2tKcTc2ZWVhNWxxNHcyY0ExVnU4TUhCLzhVTnRTNkFYN1BpNHdPT3NERzUxSDcvTXJqNFZLTitaeGJLVEdtZ01pakR4TVNmVEJjVENSQmI1ZU9MM2NMM21BQktaNU5kdDVKQ2YzNEhNemlNbzdHRWp1ek9RMnE2T2RGOERWdEh2VU5IaGdyU3p2ZTZDd0FmUkVJSlgrVjUydWVnajlGUmd0OEpHL2Jrc3lyL09vdkxFTUdwL3phR3hxSW1tVEpEZ2Zhai8xY1V0WFpzNXJHSGJkR1RkZnRucVdNM01tSW5lc3o2TFZSZDlBcTdiQ0RDbSszUnphRHZ6TUorYmVabDhVWUwzZzJrdTBzMURPdkpJODAvWE1hZGd5bjlkZ3N3MkN6YjltQmxualFQZnVBYXJQLzk1MUVkV0I5czkrQnhwSk4rajA5NllSUmJUZTlwRThOVTVXY1ZZbFVIM251VHZDUEgzbkR0K2crS1JCNDhUbGVTeEJJRUVnZGNpQWdsQmZ5MzJXaUx6YXdLQnNDUnhKcU5CWjR6cDd0VVJYVjNvZDF4amdOZExCRlNWUldlb1VKMnFKMTd0SUpXTXEwYStha3pUZGRXNFZiM1ZPcytmU2xhakRHU1ZvSWNaY1RwdnVRNG5rNExxdkdDcVFhMFNJOVhnVTh2V2tWNTZ4aFo3a0dkWUtMNjVFOFhqS2lnZTJvQTlYYmcxSWJPeHkvUERXVWgxMEUrQ1JCSVpGNVo5RFdnTTJuQ1hwVkgvUndxMWZ6UlErMU1CdGVkYzFKY013aDFKb2RrVU56YmxIbUpPSG5RTE4zU2RzQ3ZzbXNPc08rcXdPeDNwY2VYaDdmSjVrUm5jejJqZWNrYTMzL2lBMFBza1N1cWw3MlVYSWRhMklIK3A2YkNLWHdLeXB3QzJTSDIra1Q4QzRPb3RjRVkrQjZ1NUtQQ0lDeEpLMFFDeVhZUS9uV2Z1aXlYSGhKOHBYOXhQYlJKOUovZjgyMzdDTmw1ZU4xQytPNGNsUjlmaE5qM05qbHJZNFFTQmRFa2RWN3J4YXlKM3JZdFVLYVJnd1NvMGtKcy9CWm1kYXNqdFVVTnVPeHZwYlJ1d3B6UmhkNHp1YlhkOVQzdVFqWjVXR1NpYnZkQkpRZGpGLzY0RlozVUtqWVVXYWsrbFVYa3dqY3BUZzJndXpxR3hxZ25IYVJqSk9wOWZPSEhsR3FHYlI5UUFZemxYZHZWZzNzTi93dktUVDBINXFZZGI2alRORnlhQ2Jsb2swTTE3S2tFM3ljN0p1Mm1lMVpGSzhWeTZOQjNUdnZSbEZFOTVGMUpUdWpmeWdCbC84WldISHNPNkwzME5nM2ZlTEF2UjlaTmNIRE1zc296TjNURHFKWTlMMEhVTFFMcDNONzlQOTg0bUZLamZpdnNlZ2puMzN3dWtkTXV3NDhjc2VUSkJJRUZnWWlPUUVQU0ozVCtKZEs5aEJLS09XWXRhemRjUk1XNXdtd3dDblZIQVgvcW0xN3dxajJvOG1NaHlGUGttbVhXZUF0MENnb2xRaUhKMDNuQ09TWlMzUE1wZ1VnMVYwL2VvT2szOUZGZWRkVmlIN1Q2ayt6Mk1MYVM3MGlnY0NIUWNrVUhob0NiU1cza2VSa25LR3o3QjgwT21oZmRWa0QzcGxjMERLSWpRWkF2TzBneXFUN3FvUG11aC9tZ1JsV2VIMFZoaW9UbGl3MEZsekxuVzFMYXcvbFB4Ri9LbXNsbk1mY0NXNGRFeUlSMFowa1JZMmY1MlNZajhmYzJ0Uk5CN1RwSjN2MTJTb0RQRmw4OEt3cHZkQTFiK0RDRDNic0FTamQzQUh4SENYcjBEcUh3VlZ2M0pJQVNmZENMSWZ1NW5vZzlFRkZIaGdyQ1BubTdtaFRxeisrZ004aGFKMmRubTh0a2VZT1MySEphZDBrQ3oxZ3dXUzFTZDFYbllkZk9FdXZobUd1KzZoU0sxajBnL1U4Z2pQYTJPOUx3VWNqdm5rTjExQkxudFU4anM2TUNlMWdEeXJ1ZGhyd0NDdE1zTThoVFY0UXN1b3daRVdMendyb3ZqM1lRT0M5MThKWXZhQ3c1cVQxbW9QSmJHeUlObE5OYTJMaHJ4ZG5LOU5TM21jYnhWZ3BYdUtHSCtpbFVZL09hM3NQeUNUMGk4VGQ1ejBuL2VGMnJac3MvWmozd0JrSjdUemMxUnU1UEQzaGVtdVo3a3pXMjNJM3JPL3d4S0p4OFBxME9BUFRFKzFVZi9nb0ZycmtILzk2OFBUZ09JKzM2TGFvSHVmUlgyVEx2dmMxTlp2Qnd4QkxhNCszNFUzcnAvbExqSjlRU0JCSUZKaGtCQzBDZFpoeWJObVRnSVJCRjBrOUVYOWVMV0dRSW1vdHVPMFJCRmxzbFlpMk9nbTlyV2JoMHFZWWhxVHhTQjF4R1FLSTJKa25sRFlLL0tFRmFuYXJCNzkrYVE2cTJqdUg4T0hVZlhrZDhiU005dGVLUkZKTzJxK1FSSEdQKys1MVVTUCtHUnpFTWVvK2FzU3FQK3JJM3k3N0lZdnJlQ3hrdEFmYW5ZejB3eEJxM2h3MUV5Unhtekh0bXdNUDIvTStqNmFBM29iL1ZhMFhGaXdiRmVmaFo1T3E5Ymx1K0h3bE55T0Rxcm00Z000U2c5emhReEwzNFUvNmUzQkhKSHdjcTlIMGh0NzRFdzNvOEF1ZkUwVUw4TlR1V0hRT05sYngrL241R2RTTGtrbFQ2Qm83M3owcHV1ZU5KbGNqM2hLZmNaYnVBdDlSY2ZncXp1UHFtWFJmZ0RVLzVkQWtadXoyTDUreHBvREhqaDdvUkpuREhBeVluNmQ1enhieUkzMUIvVUJid3NrWlF1UGFlSnpKd2NjcnRra2R0ekJObWRYR1MyY21GMU5ZR1U2K214dngyRDJoTXNhUGlGaWNSelFxOGxIZzdRV0pIQ3NoT0F5dVBlK2VzNnZWWDFKV3h1Vm9sdXFyTUxDMWFzaEpYSjRLVnA4OUhvWDlpQ2RaejVtdmVKMms4NmxZeWFINkpJYWp0ekZ2V1ZrQ083N2V2UmZkSjdVRHJuTEtTbXYwb2U5U1pRZWZCaHJMdjh2ekZ5ei8raFdTc0hZOG9VZ1JBSFEvV2VNTzkybkRFMDdxbUVSUUhsWDc4YjVqMzdwL0VXbFR5WElKQWc4QnBHSUNIb3IrSE9TMFNmMkFpMFE5QTNSRXZDUENTbTh2a3pPb1BFWktpTDhuVDFjZkxJd3pqcGZtNEljNW1pREVyVmkyY3lZblVHbW9rc2hCbnFKZ005aXF4elhLSVdFOXJ0YzQ1dHdESFJoZUlCTHJvKzZDSzdWeG1wV1UyUEZBcFNMcEs5K1VMSVVHa1JDazM3ZWdVWEZkN3lPbEI3c0FNRE56VlEvbzJMK3I4c05KdWV0MTN0RTVXWXFiaWFqR01kd1JPL2lXM0lVMC9yd2RSdnJvTWw1UFhEN1lVWFdlTG9oMzRIbWVKOWNBWHhhc2t1Ny84dTIrY3JIU2Vzd1VIc1ltSENYMnNJdk92U1M1OENVanNEbVQyQTdEdmhwdmVFWlUrSjdoNW5DS2pmRHpSK0Q3ZCtEeXh4YkpxSXoyZmdCV1BBbDFsY0lobkYzeTFoNi80MUtTSXRLUGdGeUlVSFJ0ckpXeXJhSTh0ajdaYlZpeHVLd01oZE9Tdyt4bHVkNFI3ek9HTWlqamRacCsrY2hPdklQTlZ0R2g5Y3oxT1pQRExidWtqUHJxUHpyVjNJSDFSR1p2c3EwT2xQUUVKVlJmT0VmZ3VCMlhGdkFqUHBZUmNSQmI5SVkrbnhEZG4vT2s5emxDdzhFa0NORUVsMWxqQi84VExZWFVYMC85ZTNzZUtDczBZWFlUVGpLRnF4d3UrSU02OUV6Vk9tc2F2ck85N0h0RlNYNmRzQ2hZTU9RTS9IejBkdTc1M1h0MG14bm5mV0RXUDR4N2VpLzlvclVYMzZLVGh5a2h0ZDhGSUxVZWNqL3U1UjMwMjZkNEhBd2hRcVQ1andlVExPUWt5Y3Z1Tmx6L3p4ejlCNThqR3g4RWx1U2hCSUVKaGNDQ1FFZlhMMVo5S2FDWVNBaWFDMzg1TG1vWkpoU2N6b3BjN3YwUm5ZcXRFUkpvdkowT1pHQ2NFZFpkaHhJNDkza2M2UVZJMmVLTVBLUkFCTnBEOUtacE9zWVhKdmFMWGplSkk4Z21LSi9ieVpCUVVVOW5kUU9pcUgvTnZXZVVSYmhJWlRvamRCNXZ6T2wyUldFRmNSbFNxT094dXgwVmhpby9xSEhJWi8wY1R3blNuVTNXRkpLRlJqTkE1K1lRYXFhY0hIZDJ3aXYzMEs4Lzdtd08xM3ZYM25ma2k2N0U5S3BNWTZWeTVLK0tTZGg3SnovWkQ2VGRhM0h4ck95WlhzSnpwcjNCZVFqditpZmV3QnVVL05obXZOaEcxM3l5Z0NDelpjWndpdXN4U1dzMmowUEhMS3VNN0pOTEZoZncrNUpJc01MSDQ4SGJXVnpwS25xQUFpM1JRVlFISlI0ampwVmZmeENNWTZXNUNSNVU0REt2ZmtzUFNFT2hyOVhwaTNUcjkxOHdBUHRkY1JWRTYwZVU0QnZqZGFOMmJpekgrY3BJc3lpQmlLMzlNb0liOVRBN25kVXlnYzRpQzlkUlhwTFlCVXQzZFd1OFJFcEZrUVpGMDgyQVdVZjV2Q2tpT2JYaUpFWlhGUkhic21jcXVPU1NySDdpeGhnVS9RUmQyTGQzZ1R5czg5MFpLSGdkZEJmY1gxVmplbm11YVVzTVVFM1lKSTNQN1d6YU1tdWFsUFpIOVlSWFM4NDIzb1BQcGRTTyt3TmJJN2JnKzdXTlN2aE1TY0tOMkdnK2FLRmFnLzlUektEejJBOGgzM1lQREpCNEx0QTJ4NGFSZGNvdDR4VVhQYmVPWjZkZEVqU3E5NHY2aDlLaFl2dTQ0K0FUTnZ1eWttWXNsdENRSUpBcE1OZ1lTZ1Q3WWVUZG96WVJCUWoxa3pHVTg2Z2RXWHZZa3NjMk16S3J6YlZHWTdoaUEzSkhSL200emJkanJGUlBaVnd0Qk9tWFN2VG1hZHA4VmtNT3VNNDdpRUk4d28xT0UydXNCaUl6cy9pNDZETGVRT2RKSGZwK0Y3eWwxSnloMnhSNWRaKy9KdlFjYXpmcUszQ2xEL1J4WWo5enNvMzVkRDdRa0h0ZVcxTVhzMlRYMnJ3eTdzdHpDc3liRFBUczlqMWgxTlpIZXNBeU4rTkFaTEJDZGxVYzlnNTN1eG1aSlFSblBwVmZkeElOTE5FN0lGR2NKNXFEd0xOeWZTTC9YQkQ1MlhoSjhST2lLSzhqZDJGRjNMSWdESkthNnpoUkllQ1JEVTVROUt1ZmRjZU0wMUllekJ2blBoUVNlcjNtOERKYzZUaXc2alNlKzlMdkFYSWxBQ3l2ZG1zZlRZT3BvMTc1ejBPT05VUjBoMXhJWHVVNk5jVkgyUE0wNml4alJmRkJBOUkvNnpPcHJJYmRtQjdDNTE1SFpKSWZzbUI1a0ZkYVQ2bXZMRUFiZVN3c296c2hpNHVSd2NYeGFtNjNFSU9wL0x1UWRkeUQvMC9aOWk2ZnRPQ1BwRFhmaFNGMDUxODNZN0JGSWRiM0htcUtqdzdiREZOVjE5VktkZEtDSzN6UzdJYkxjdFVxL2ZGdmx0ZGtKcTVqVFlVNmZBN2luQkt1U0FsSmljL01IZGFNSVpHb0t6YmdqT3FyV29MM29KOWVlZlJmMlpGMUg5NngvUldMRWNUbU0wb3FjZG5ZclM4U2ljVE85Yy9tNVE5Y2owM21ERFZwdTBjYXcrcGpEdjhhZVEzWDJIcUNHUlhFOFFTQkNZcEFna0JIMlNkbXpTckZjZkFVN1Fvd3dpVlZxVE1jdEpkcGpCRzhjWWpuTVBHUlpSWGljVFlZdXFJK3A2V0MrdXo3TTZ2UGx2NHpHUVZmSVNaYXh4STUvajU1SENESExiV2VoNGF3YkZJMnJJN09JaTFkZndqcVVTWjRTTGY0a3RVcEl3d1FTRXAxd2tLQzlicVB5K2dQTDlUWXpjWmFQNmJCWE5xZ3Z4SDNtZlRHMWNIMXlqbnZYME40UFpONmRSUExvTURQaVp5Q25yT2hGbTRYbW1VRzJOcFJ5UVVVYmFXNkpIYUs4M0F6a2d3QXFKcDMzaThtZDJwanBmRUFyYXhUTGUwMWlVVGFMajNOaEFrWXNEYkFEUlhucktMaS9yOVR0ZVBzWVdHQUpaaWVCVE5BQkxJaWVMcG0wQVJORHBmSGgvNzd2MG9vdEtlb0R5YnpKWS91NG02bXYwUjdCdHFyRzJvZXJoK0kvK25VTEt0bUQxTkZIWXFRUDJOS0QrdkkyUlp3WmFRdnpWc1RxZXNVQjFxZ1RkYlRTeDlNQi93L0JEdjI0cm5INUR2YkhXOTcwd1hqbjQ0Z245N1NYTXMyQmxDN0R5V1NDZEhnMlZFYUFMUmEvVjRGVEVNUkdWbHVUOWZQNk1NeDlIa2VWMkYwS2k1cks0NzhheDVEc2NZU0ZuOTdzL2hMNGZYVGZlcmtpZVN4QklFSmdFQ0NRRWZSSjBZdEtFaVlrQUVYVHlXS2xIdWVpazVvWUlOeWg0V0NRM1hIUmVLMjRvOGZLa1BjUThnbVJncUdHdmFsM2N3TkNSU2lxWGlGOExjV0VFaE9vaitYV2hucW9YMENPcll6L2lkMVV1K3E3enRPdGtJamw0V1dwRUFyVkpsWjF6eGpEdFUvRWE0K1VNdko0V1Vwa1VNZ3VBanJmbFVYcDNHYW10WE5oNWo0V0xFSERoamVXa1hCSkEveWcwOGJ1ekRxai92UU1qTjZZeDlPc2E2aS9WNEtBMU1SYmgyVUlNV1FOVStYVHljb3c0cnJwN09jWmVOUmFtL2tjV3ZSZFV2WXp5NUtuMmlXU0xmSlFBemc4aEo0SXJTZ2s4elQ1SkpiZXdsTUZYeUNCQm03OS9XNUpaRnZaT2U5bmxFV1orSFMyWndsVUY4Yi96eFFFS1Q1ZmVkRHE3M2YrYkx3Z0VYbkJmY2VoK1BnYlZzU25yRVZFUTRsL0tKOEQwWHJhVEtXK1FKSTVsdjVjaTAvNzFUcUR5bUkzbDc3SlJXeTd5UTdQRWVYNVJ1am1LajI5VmYwaDExRG1BMnNWL1Y4Y0oxeGZUdkVMbDBIamp6Nmh6QTU5UFZMM2tkVk5kcG5sQ25ZT3BUb0VObjIvcGJ4N2lUdldVZi9zQUZoOThRTEQzWDUxL2RITVhQY3ZuRnFvelNIQ28yZE5PS3FEYnZzREh1VmEvSXNZK3RaSGp6K2RDVlg5Tjd3RGVKblgrNEgzUDUxdVNWNDA0Q05NdDNyYzZXWFR6dXpwSHFmcXVld2VNbmRkb2RtdlZjbldlNWJxbHcwVDhscDQrRzNNZmZnU1pyZWVGdlZxU2F3a0NDUUtUSElHRW9FL3lEazZhOStvaEVKZWdxMGFzYXJDSUZ1aU1TVzRvNlF4Y2JreXIxN2x0YjFvNE1CbkRLamsxRVROdXZLdmttUnRaM0ZoVjI2UmVVNDFZdFJ4ZG5ib3krWFBjYU9QbDg3TG9iNTBYaGh0cnVySjBNbnFHbXkyVHRoVjI2VUxITVZVVUQ3T1EyYTBNNUZ4ZzJOdFRUaTVXUVM3bGNXaUNrTk94VW9KWUxrbWg4cmlMMm5jeXlCejBCWXk4NG1ETnQvNjk1YWdua28vclVaUk9xWVlrSDBWcUcxV0N3TVBBVzBtVGhhNTNkbUxHelVQQWlPdVJUcDk1MExuZWdVZVlkVnFndTc1M1dEd2pDUzlWNUN1NmJ0eklZaFRDU2taemNLUVpXd2lRUlpMWG1vV2J0NXk5N3Q4alNUWlRmaHJIVkM2RjZOT2VjWG1yRDVab1E0QU5lY0Y5a0hrN2htL3VRRzZmS2pJN05ZR0d0NldCeUhwQTBQMUZDY29HMytKVjl3dVQ5ZnJaM1p1dkZMRDR3Q3dxUy9yRlRvalJvK2hZL1l6M2p3bWQ1L09WT25keFhkT05KVDVXVkowS0czdnFRcVJ1YkhJeXhMcXhaYzg1bjAraTVpUXVuMjR1cFRxRUI1MzJvUE5uVm4zZ1hLejkzaFV0SWMwcStmTm1BZStqTGlyb0NMVnAvdUc0cXpqb2lHQllQK2hJcGE1TS9odC9CK2plTmJ4ditkeEM3VmJIcnJxd3dFa3lmOGEwQU1IbktJNHIxeHUxbmJwcnFqN3J5akxkbzJ1VGFWN2w3K08rcjMwVDNaLzRLRmVsNU84RWdRU0J6UkNCaEtCdmhwMmVOSG5USUJBbmk3dHFQSm1NV2gxUlZZMlFzSmUvcnNXNk1uVUdyRWxHS2xQMTlITnZqOG1RVm1VTis2NGFjYXJockJwOFlmZXJPSVF0RGtScGlXbnhRSldQOTZtTkZOS3pMT1QzenFMajMxems5MjBpL1RvLzgzZlo4NVFMUWhtUVBOLzZrOGQxaS8yMGd5blUvMkdqZkg4VzVkODBNZks3SnVyMU9xWi8rbkpNdWV5VHFELzlIQmErNlkxd2FtVlpyWW0waHVHZzZvQnF1SEo5RU5kVUw1L09NQlhQZE95Wng2emI2N0N5VFRnaUlvQ0ZrOHZGQjBvU1IyVFNaek9TSEZHaC9oRmE3bG9MVmw0RTdMZnV2WlpIbS9rS0tVbWR6elNKVEFja21mYVErK1JkelFwUHBKcjJjUWZlY1FMVnJ6Z3c4cmxuWGsxT3A1emZ6ZVBhaVV6VDBYRlNQajljWGlSNFcvVytUdlQvajR2Q0lUVjBuWkJDNGNBR1VsdjRXeDBFV2FkNy9jbUFqbVdUWXJJOThuSk1VSUs5RXRCY2tzSEtNL01ZdUhjd1dNelJqWVd3T1NacUxIRzk1K1hRK0RRUkcvVjNYZzRSWlY2RzZYN1RuTWU3VU9uT2xpMEhwbmxHSlhZNkQ3cDR0cmx5TlJidmR6Q3F6ejgxSnJ3K2F1Nk5VM2ZVUEdnaTV2dzVUcXlqY0F5YkszVnpScHg1V1IyL3FteXFEc1dkdDZMbTdyRHJhanQxSG56K1BGK1E5S2NiWTMrYjNobjBYUEV0YjhXY0IrNWVIL0dUWnhNRUVnUW1DUUlKUVo4a0haazBZK0loc0w0RW5SdTF1bEQyc0Jhcm5wYnhvR015OEV3ZUVOVndWWTF5TXFyRFBDanR5c25yNU9YckZocmlsQjJIZEVlVnc4TkNTYWI4MUY3a0RoaEN4eEUyY25zMGtON0NoWlZ6NUo1eVNWWjlLeStvWDV6akxMemxZajk1RGFnL2w4UHd6VUQ1TWFEMnBJWGFHdjlzS1FDOVozNFMwNjY1UEJCcjZiNXZ4ZEFmN2gxenJGWVk3bHhmeHBCZUhsYnQxOEk5Z2JwKzVvYTFLQytkeVdEZVV3N1M4NXB3eE5vQlQ3QkdubXFmSWZDOTJES3NYL3d1OE9nQzNIVTJCcTdOdzBxNUtKMVpoc3NTNUJISnB5em9sQlNPeURXRmdMY1kvVW9XOUNCaWdUcU9uUzhldEpObm15YzhOSW9Ubk1tdUtpbDUwdjBPa2Y5d1V1OHZHbGc1b1BaMEhvc1BiYUkrVWtjS05yTGI1TkJ4WkJPZHA5ckl2ckVDaUVoMWdhZklTVUQ3OFgxWmFQODdlZHFsR0g0anJEemdEdGhZZmxJV1F3K0lJd0M4aitta0NOUFk1V1BCTk9lbzh3aVZ4U0hqSGtUZGxwYVdQdk8vYUdDTkdwb3QxMDF5NllpbFdqQi9WdDJEenUrdDNQNTd2UFNPQTRUNnhsNHNVN0dPUTM3RENMOXVQSE1aVFRoR3pZVW11Y0w2UlMwemJLNVJaV3lIOExlbENNck5ZZTg5RTg1c2FBV0pDT1BLTUlwWEh2T2VmQnpaWFhlTSsyaHlYNEpBZ3NBa1JpQWg2Sk80YzVPbXZib0k2QWg2SEtPUVh0ajAwaWVEalgvWEdYSFVXaUpQcG16Ti9ENlQ0UjJINE9vTXNTaURTMmZVcWUweUdjTmNWcDJoRjRZUFBVdlBoWG1XdzhMWVNUWWRQdVJKOGVSSUk3ZDFHc1hEcytnNHNvYjgvbFdnNkFaSjNnU3hsQ0hKakpoSksxNGtlUk1oN0d0dFZCN1BZZmdPQnlPM1oxRDUxMUFBQzVkOStsZXVRTThGSDJ1QmJQQi9iOEd5OTd4TDY4VUoweWxUZitwdzFaV2ova1o2bU9uTVkrYU5RUDd3Q3R6KzBiUFpLY2FiRTJsaU1ZRXNRb2s3QUxkcVkvaldORmFkWjZPMnJvRzVOMXNvSGxIM0V1WnB3aStDNTltK2NDa2ZJN0hrd1c4QnozOHdLTlB2NkdCTThtenB0TytjRVcwS0pXK0pDNmNrZm9yeXFIakw3Mnp3U3hsNmdPWEg1akh3eTRwU1pBckZOM2VnODdRYU9vK3R3NTdSbEVUZDliZEZqR21uZjl4YmNEU2JxRXNjendjYnF5NUlZZlhWWWdIQSszRDkwdldwYVZiVnpWdTYrY1ZYZS9TZTlFa00vT0xiY01vakxmV2F4ams5WndvSk45VnZtdU00M055VEhFWUUxWGxIakhsVGlEdmh0T0w0OTZQLzFodkdoTHB6SEUzRVZaVXg3QmtkYm5IR3RJNTBxcGpweWduRE5lcWFybDA2WXN6N1JWeFgrMTR6OUFPSTRyVGRwSis2T1M5T0ZJaTYwS2tyUjljTzhkdTBpeTVGNzM5Y2FCcGV5ZThKQWdrQ214a0NDVUhmekRvOGFlNm1RMEFsNk56QTVNWWt2Y1RKUU9IN2R2azE5VDZWSktvR2lTNThrZGVyR21acU9DdEhTaTFMdmFZemRybkJwZk9LcWUyTTJ6T3FuS1oya2lIRTVhQy95YkJUWlZDdjY0eCs2a2UxM25Sbkd1a3RIWlNPN0VUeEhXVmtkbkRrRVZEQ3l5bUlaSENZTTVFZzRZbk5lSjV5RWRydXJFbWgrc2VNUExONStHZEFiYVU0RnNxai9hSXVJcnppdTIybE1PV1N5OUg3MlhQSHdPWU9sYkh3alc5RzdSL1BCTStLUDB6N2VIVzRoL1czRGlPdWU5d2JLazV1bjNsREFaMG5EOEVkYkNWL1k0Z0IvMEdRV3VIbHJWcW8zRmZBNm92cUdIbW1BUXN1TXRPejJPS1BnTjFUODVMbmlmM2NmRnVBenBKbUFoTDVEbzVsMDdFZVZYbEl3WFZzUm1VVzNDcjNFOU5SQjByZDhUM2tRWUkzV2tuenl3bUtFMkgvSmFENldBNnZIQ0RhN2lYOG82WjQvV2toMjF0RTZYME9PbzZ0SS9lR0pwRHl6cFdYbWY3Slk2N1pheTRMRWtub2lrRC9sN3F3Nmo4cmNOMmFkcys1T25lcEpEWnNQbFBIa0Rqak9kTTlCVE52dmgxTER0OGZyZ3dEOEQ2cUoxMDNSOUE0NERLb1JJN0dDOVhOZFZhZE4wMzZyNnFGN2o1UlZoUkJieTVkaWNVSEhvVHEzMXZISTFjVGxkaHg5ZVBZOEhsV2ZUZW85NmtxMnpvdVcxdWpMc3FvOHp2dkI5MTd3alJ2OG5KTmM0cTZPS0wyR2JXRGI1M1M5YWRPUm5wVzFkY280cTlNUldPU3E1cGtEbXVqK282azcwTHUwaEhIWSthdFA0WlZ5TVI5RFNiM0pRZ2tDRXh5QkJLQ1BzazdPR25lcTRkQVZJaTd6bEJVRFltNDBwdktVbi9uNVhOU1pUSWVvdTV2VjE0VHYrSEdLbTh6VDVTa0dwR3E4Y2VOTVYzSU5wV3JrNEZmVTJYUllldGhsMGE2QkJUMjZFRCtvREtLQjd2STd1QUFYY3liS2NpWXlsNkZsMXpzS2E4QnpaZXlLRC9nWXZqT05DcVAxRkJmbW9hRGFrdW9NY2VZdlBRenJ2cyt1ajUwbWxFOStpLy9OcFo5Nml6cGxLZFAyTFlISGNGU0MxZjFSV2Y4Y3E0cS9wNzY2VFNtZkxFQlZ3UUFORWYzbmJld1FNWkdKRllpckw4SVZIK2J3N3F2WlREMEs1R05mcFE0ZHU2ZndheDc2NUx3eXozaS9obmlKQy90dmVieXkvQnY4c0Q1Z0VxQ3poSzA4WVJ2c20zTVF5N3Vrd1NBN1pzUCtzVnZORCtIdlVYWC9PdUJvUy9sL3dBQUlBQkpSRUZVOGU0emlXQlBPQTk1VnhQRytSRUVpM1lyb2Z3M2I3KzQrUEJ4RVpCbks0V3U0M0xvZkJkUVBMSUNGQnlKdTFWbk91QUxIZWlrYUpOd25YY0R3OS9yd0lwUDFOQVlyR3NUbTZrUk9lbzQ0bjBmTmpZRlFaLzIrVXZRY2ZnUldMamY3bEk0ZFUzRnBOaTZPc0xteURnNjI2SW5TcGIwc1BxbzdMQVFkeXE3L09zSHNmaXcvVnBFVmNlMUtiUmZOMCtIemJ1Nk5xdnp1MmtPalBNZTBjMnpjWEdPZWgrMSt6N1J6VUhxUE4rdXp2QXlUVmlHNlZ6VTlqSVZBenVWeDd5Ly94MlpyWktzN1dHNEp0Y1NCRFkzQkJLQ3ZybjFlTkxlVFlZQUorZ21ZMVkxSmt6R1loaXBEQ3NqelBnTU0yNTBJRVcxSVFyWU9HMW90NHgyeTR4enY4NUlKVktVRXFSOGhvdmlFVVVVRDZvaXQ0ZUw5Tnk2T05vYkVFUkkvQzg4bDh6akxRbWpDQ2NXQ2M1R2JOU2ZTYU44ZndiRHYzUlFmYjZKeGpvdlNSd1pweVlqVlJDYmJPOWNUUC9COTlEeDlzUENvWEtCRjFPZGNOM2hjZTk5VlN2UVlXZjZUUmlwVTgvS1krcC9WK0VPdWtIR2RVbnlPRW1rSTg1RVpTbkFLZ0cxSjlKWTk2MFVCbi9ZaEFQaE9XNzFyUFo5c1lqdXo0ekFXZU5qSnJLNkUrbjFnZFRwcXVpVUlFU1dpTFpZUUJGLyt3d3hPUDVNNllRZ0N6cHprVkVkUk93REFxK1FiRTZxNVlJQ0Fldi9JUmNPZkJ6RXZ5U0RUUGdtcmhXQm9SOFVzZXpEWXJPNWQ0NjlybTlHeDNNR3VSMGNkTDB2Zzg3akdrak5hd0JpZ2FUaEhTY25JZktaaDF6YzhPdEhKMUIvS29NbEo3aW92VHlLKzNqbkpHMGZpR0V3ZlE3bVBQNG9HbjkvR1lzTzI3ZEY5NlBHUDcrdUkwSnFuVkZrcVozNmRQT2xxQzhPUVJmUHJ2bnNSVmg5NmNWanRwNUV5ZER1dk52dUhCZFZQMTBQSTlkeDNoY2N2emdMQkNZZFZ4ZU54MFBxZFgwWjV6ZWQzTG90VVNZWk9lR252MmQrLzFaMG5uWnMzRzVJN2tzUVNCRFlUQkJJQ1BwbTB0RkpNemM5QW1FRVhUVjZwWkd1aUxnaERLS3dWa2NaZnFyM1FPZE5NQm5oT205M0hLTXNxazY2TGttR0xteFg4N3Q2SC9mVzZlcWozM2hkdWRJVUZONDJqTTdqZ2V4dWRhUm5lT216eFY1eW1hak05OFpLWTAxMHBQaGZrUFlPcndjYWY4NWg1TFpPRE4wOWd0clRMdW9qbzN1S09RSGw3ZUp5aTNKejg3YkJ6SnR1Um03djNXSXA4NnFQWElCMTEveFhjTy82R3JaeERYOGhhL2RobmVpN2FWZ21jeFBoMXRMNFpabmFpZFJLTDdMdzRBcWNVc0RBNVQxWWZka2dHdXRHejI4bnVVVzU2V3dPYys0QXN2djQ1Nmh6VDdjL2lDUnVDa24yQlBDSnFjMjJldnYzaWNzaVRGNGUrOFprcGVmNGtXYnlOMDUwR2RFTzZ1WUxFYVNuNHFLSUloRDFrMGVmQ0RMSlRPM2h1cDBHbW10dExONDdnOXF5cW5Fdk0xOFU4djYya0oyWHhwU3pDeWg5WkJBb3VjQ0FmMHliSDJyUE4vWEtQdWtBR2k5bnNQSURIUmg0YUoyOGJNcGxvZXFUcXJ1cWtvcitFM0pOT2ZNVG1IYk4xMUMrODM0c1B2TEFBTTZvK1VndFQ2ZVA3WllSVldaVUhWTGxETWVzNlFicDBuMlB3TUFmN3BMNy9YVnpwSyttWE1WSUJWdCtVK2RCL3B3Nk4vSjVoUDdtN3h0ZUZsUHRsb3oyNGg0VkM5TzhTdTF1aDZTcWM3Sk90MVRab3VaeDNmMjhUK0s4dTFUeUgvVk0xTVRNc1JZTHJyM3ZPUU45UDdnMjZySGtlb0pBZ3NCbWlFQkMwRGZEVGsrYXZHa1EwTzFCNTBaWjFNcy9qckVXWnFpcEJpQTNXS2hzazVFVGw0enIybUF5OGdqMThZU2ZrMkVVMTBEaThrY1oyU29XVW40N2pjS2VhUlQyemFKMGFnUHBYYnhFVmhEL2lLUFEvS3paa3MvNUhsaExFSEt4bjl5eDBGeGhvZjUwRHNPM05URnlaeDRqeXdlQzQ2dzRaaHgvVlN2NVFrRngzNE13NThINzJsTGN4a3VMc1hpL0ExQmI5S0kyT3pmSFJlY0ZVdlZGclZ6M2pQRHZsZzR1WWVhZFEwRFprV2QyeTNMOGhnWkUxdzhmRjZIc2J0UEN5TTh5V1AzcExFWldEQVhrUlNVQVF0N2k3bG5NdmxzdzZZWkgrSlhNNWNJZEhCQmdxL1U2SjkreXo4VytkYkYvblJZT0dGbm5aNG5ML3ZXOXprR0l1dzllTVA3ODd6eGpQTmRCU2Y0Rkt4TUtJekR4VjJXa0xnanZ1WkRCWHpnUXY1Rk1nVzUyQWV1K25NUEtpMFNvditkRlY3ZC84UDVVaVVBR25lajlwSXZPMCtySWJGdnora1VzbkZDYktabWVxREFQV0ozQW12TUtXUFBmRllqRDdQamlZZFJXQ1oxT0U4RkxwVHF3NE9XWFljK1ppdklkdjhQaXR4L2s2UWRia0RBUlZ6NU9UUU1oaXFCSHpXdFI4NmtPNDdnZWRDR3pNMXpIb2gxM1FmWGx2Mm1UT09wd2lCcDN1dm1MRTNCWnIyWUJPTXJ6Uy9XcWJWYm5mTFZmVkF6RDVtN1RPOUEwejZ2dkZ0TWlFWmRkOXo2aTYzSGV4Nlo1a3JkVEo1Y09OL3BON2pzLzlCak12UGRuYmMzcHljMEpBZ2tDbXc4Q0NVSGZmUG82YWVrbVJvQUl1akJ1dVVGdE1qVERYdWlxNlB4RnI5c2JHbVV3cUVhZDZsblJHVldxY1dzaXZtRkdsTTZZTTNsYWREanBaSWhxYTFRb2JBdVJFaVJ3MTA1TStXSWQrWDBic0lwTnowdGU4Y2tlSnhNaXRGcVFjdkcveUFYM1NobzE0U20vdTRHUjM2VlFmN2tDeDAveXh2T0E4VXpFSm9PY0czODlaMTJBS1pkOUFYYW4ySnpkM21mdGhaZGcxV1gvcmcyclZmVXR6S2czOVRVM2NBWE9YZnQxWTlyMXcwak5hWGdaMW4zaUpjOHhkd0RIOXJQWCswZklWUi9MWU9ES0hBWitXb1dEK2hodkxTZWhNbXorekR5bVhsbVIrOCtsdkQ1UWtnRDZkY2dJQnU2QkZpVFVKNzl1MllKZGNPSDQrK0ZsaUxlZllJN3JBWjJEVGdubDVIY0NTQ0h5b3BFdE9zd0dqd3dsRjhlbC9TT040WnV5NlAyY3Q5QWpqOWJ6UGVsQzNKYjk3ZXJnRS9YbGdmcnpHU3c1d2taOXBlZEYxOXhtM003Z2lXOGhOek9IMGlrcGxNNm9JajIvQVZROGp6cWRKaURQb2hjM2krMEdlV0RvaHdXcytyd2o2eFFmUHRkRTZRVFhWTXFkMEgzeWg5RDM0K3ZrSlIxQjErbWd2NVlSOUduWWZLR09qaWdTR2pXZm1PWXJQdittTzB1WXYzZ1o3SzU0NDdQeTBCTlljdkQrY0dvanhuNmtPUzBNWTlQN2dqQ0l3b21QTGZXWnNFVlUzUXpVTW5ZTU9RVlVlZm04VFdYcTJzU3ZoYjFiMUw3a2N3Q2ZwNmlPS0h6QzhGVVhEM1ZsbVJaRmhGelpPZk13K3plL1JXYTdyZHViMEpPN0V3UVNCRFliQkJLQ3Z0bDBkZExRVFkyQUtVbWN6cEJRWmRNWlppYjVUUjR0bmZHcDgzNjBnMHM3Y3VuYXBEUEsrSDFocENPdUVkZHVHMXNOMVRTMmVOSkdkdGNhc0JZZWthTjl3ZVQxRk1lZ2laQnNCMmc4WDhEd25YVlU3czlpNVA0eW5JRU1tcWdaazd5WnNGYU5RU0ZUcHRDTGFWZGVpZElIVDIybmkxcnViU3hjam9VNzdZcm13TEl4ZTVmVnZ0UjlEK3N2ZnI4STF5eHMwWWs1RDFkZzl6VGcrZ0VIZ2VIUEdhVTR6M3d3amNHcjgxaDUwUWljcG1QY2w4dnJFTG0rdC94dEI3SjdEY01SeWMvOE12bHhhY0ZaNkVUUTZYaXhYdUdCTGlDN2xZWGlPMGZrV2V4eVd3SVJkd3FKOS9lcEUrR1hIbm9Xaml6MmNKTitCVVk2VHpTbktMUFVyU3hRZjlIR3duMkFycU1MbUhKMUdWYkdBUVRucFQzd25DSFJVVzUrUlpMa0MyYWNCMVovb2d0cnJoWEo0b1JmdTNWaGdGZHRXcFR5NWdRTDJWa1pkSjJhUnMrbjZyQ20xb0YxdnRlZUV0YkpLQkpQeit2UFo3SDhWR0RrNlNac1A1TzhLQ1ZxZjdkSzJ1eU9ic3g3OUFsa2R2UklpVXJRNHlqNStzdy91dkxYdHp5NWx0SFI2UkgwYm44L1M0eUdESDMzSjFqK3dkUGhvcVk5Tnp1S3FFWjVzYU5FV04reEgxVisxUFU0NzBDNWFLVnNCV2gzYmhkeWhQVnhuUDRQdzBxM2tCRTFMbE9GRW1iZC9pc1VEbjVMRkV6SjlRU0JCSUhOR0lHRW9HL0duWjgwZmVNaW9IclFPY0ZVaVkrSlRNY2hUZlJzVkpsaFJMN2RVRUV5ZkJSZU1TWWJzMnBvOHZzVkx0UHFoWXpoaFFsN25odG1IQjlWWHRXQXkvUUtiOWdRVVBIT0xKZmh6WUtvcEQxdnVUajJxL0ZTR2lNL3oyTG8vMXhVLzFaRmMyVDArQ3RPM3RycGI0Nm42S2ZPTngySWFkZGVqZXdiWDcvZVNycjJjMS9DNmk5L1hwWmo4cnlxdXNQbGlmSTB5ZjN4Q3l6TXZ0ZENlcGJqbmNmTjlsMkxCRzZTUklzajViSkE1WGNGckR5L2llcXpnbkk3V29LaU5scnVQMGNYdHF3UEFNSjdMaDVsWkZsbjhFdFBzSWh5S0FGRFA4cGkrZnVCdnN1S0tIMThIWndCVHlaYWZDRU9yTnU3SG9Ubis1RVNwQmRjZDZUem51MnhKMVpBSHZUR3l6WVdIZXFpdXNKRjExdTZNZU8yWVZpNWhrZlN5VG5QRXVaSnZNanRUTzNNQTQwWDhuaDVOMEhxdkVXTk1CMVRkVnU5VjdRNU95ZUw3by9hNkQ2ckNpdnJlbjBuTHZoOUp1ZU1BdUNNMkZoM1VRZFdYejBZa0NZYTIzSG1INW01L2R3dllNbzNMZzVramdweGo2UDQybjdYTEZ6b1NGT2NaNk9JcE5UTHJpN01YN2thZHBhZm1SQXQvY0RsMTJQNXA4NlFOK3J5ajZqak5XcE1xbHNld2lUZ2ZXY2l2ZW85YW4vcjlNODB4K2ptNnJEeWRHM1Z5V3pxSDFOL3F6TFR1TmZKRnlZekgwdmNPOC9uVi9VZWtuWE9yMzZId2hFSFJDdElja2VDUUlMQVpvMUFRdEEzNis1UEdyOHhFU0NDTGw3YTNBRGpSZ1UzSkxqSHdHVDBDbmxWejRKcVNKQ1JaRExRMWQ5MWl3Q3E0V0l5WnZsOUpnT0tod1BxREJocWt4cjZIV1lFcVFhY1RqN1ZZRldKT3BkclZQWTBGanlZUW1iZnFyZEhOd1c0WlJ2MXB5Mk0zRlhDME0vTHFEMlZRaDFlZUNydlZ4T1JKYktxTTRRNUhvTEVpUEpLeDcwWE0yNzVudzJtbXU1UUZTL1BuNC82bXVWalFwUjFKSUFxRHZNT0VaYmlubXlmamJtL3RwRGV0dWtkZmVidjJaWUUydmRTb3dRNDYyeXMvV0llNjY0UzJkbEhRNmFqK2xsY0Y5aDBIVmJBekh2S3dFb3ZHN25FVTFIZUlOcUJQTjlka0xrQUZ1MmZRYTA4akw3enN1ajlhbFZtZ0I5enJySmZwbXlib3N3aTNMdjZod0l5YjZqQXpubFo2U2s4WHR6ZXNrZWJQTjlFRkhOaSs0T0ZSWWNCOWFVZWNwMXZub0srbnd3Z05iZlJjajY4SVBtaVlSUnFUcUgyY291QStFd0ZsaDZTdzhCOTFaWkVZNll4SFVWQ1JmK0plenAyNnNiVXI5YVFQNndzRncxY0VXRkFpZXZFRFdKeG9nZm92NnlJTlY4QUduNTROb2tWcGl2eW1sWEFsbXRXd083cERQUmFSOUE1MlRITlkrcjh5ZThMdzBHZGUzVGg3MXlkZEcxVHl4ZGw1TGZjR2ZQKytaZHhqZGZsN3o0ZEF6LzVuekdlWWw1WTJMeWl6cTI2T1Q5TUI2TDBRNzF1ZWkvUldoSWZVMXcyM2tjNjNOVSsxSUhKaDZTcUc2YnZ2RDkxYmFIM2wrbWRUTStIaGZ5YjZsRGZOK0w3OUl1dlFNOFhQall1WFVrZVNoQklFTmk4RUVnSSt1YlYzMGxyTnlFQ2FoWjN0V3FkNFJYSCtLUnlkTVpzRkVsV255R0RMbTRHZVoweFFzYVJ3cFdrbUNhalNseWpoUVl5a3FoZHVuSTRkbUhHRkMvRFJQaDFaVkVicEVlczFJbWVzNXRJejdkUWVheUI4bDAyS2tzcThqR0JILzNmR2hyZjJyc3FHVGVGSEV2UHEvOW9adlo4elBqZUQxQTRmUDhOcnFWRFAvZ3BscHgyUW92OFljYXIybmVxbDhpVDJVSngxdzdNdkdVRXFkbU9US0JISG1oNUpyZ2d2R0k3Z0F1TS9DYVA1ZTlyb3Q3djdUTlh5WktPS1BDK2RKSEduTy9uVUR4aEdNNncvend0QVBqN3oyWGRsSkJPaGlFQTlXY3pXSHBVU3ZhZnVOWjlVaFo5UDZwNVI3U0o1MFVJdk4rNGxuUEovYzZXY29yN2NzQXJyK3RFNzJmcUtKMVpoYk51ZEE4NTdWUFhqbStmM0RhV1cxaDBpSXZHSXU4dXNlQ1FtMk5qNW85VHlPOVo5NklDL1AzZlFlSkJ2eE9DZmZMaVFnR28vaVdOUmZ1STdBYU9OdmtmN3p2ZG1LSnh4K1gxZmt1aDg0QWNwbHhTUTI3M2hwY01VZXlWOXhWZTRqTVZxRDFld1BMM3VLZzg3MkVhUmlCSmxyNHJyMFgzT1o2M21ENjZFUGVvK1l1ZTFlbFBHRm5WbGN0eGl1TjlWZ2tYamQydXcwL0FqTHR1R3ZlWVhmSCtqNkQvaG10YUloTm9yaUVaMWU5VWQxZytDeDI1MU9rREY1elBDZXBDc0RxWDYyVFN5YXYrWmhycjZyeXZ3M3U4Q3dycWZCeUZnenFHK0poUjUwTDFYbFhYeEhmeGZOOVhya0xQQldlUFcwK1NCeE1FRWdRMkx3UVNncjU1OVhmUzJrMklnQ21MZXhnWjBSa3pxaWRINXduZ3hsS1V3Y0NORTVQQmE0SXBMcW5UdFVOSHhIbjljWXltcUh0MHhsRWNBc0VOWGE4TTJ5ZVJZcSt2aDdndUdaL3FKVEsxUiswZndrZVVMUDd2T2VsMDlGNzhCV1JldCtWRzBWQzNWc2ZTL1k3QThHTy9NWks2dUJXVHdkbTV5MVJNLzhHZ3pBcnVqSXg2WENWT2d0U0tETzFEYWF6NVhCcnJ2bDlEcys1SXI2K3VEOE1NYjNFdDNkT0J1UTlVa2Q2aUlVbGpjSmE2NzhtV2VIS0NLeFlHc2hZVzdwRkM1ZW1HYkxQMHdoOVF4TXo3UnVDdTlhUWdnazdaNVluZ0I1NXNZVmtYZ1ByZmMzaGxkd2ZaN1N6TWU2WU90MS9Fby9zTFVNeWJUMmVZeTMvSkE1MEJHaXVCeFljQXRWZEc5VWh5OXhrcHpMNGpoZXd1TmJqcnZEYVFMclo0SldsZnV0eUxibUg1OFRuMDMxa1pjMXlYamp6bzVnTzFyMG1QSmRhOU5uclBMS0w3czhPdzBtSjFSVW14WGdUcUwyV3c0aFFYdzA5NjU2V2JGc01rZk52dmp0bFBQZ0k3M3hvQ0h1VkJqMXJBMUpGcWRYNHlFVFBlZnQxOHFudE90ekFvWkpoeTNvV1krdlZMNHc2Zk1mYzVReFdzT1BrOUdMejlscGJGRHQwQ3JIallGQm5FRnkzaTRxQ1M0ckIzQTUvRG9yemdVWmlHTGNUd3VaRjc1SFZ6cUFxbWllVEhHUmRoWmFtTEhXSHlxOTUyOGIzbjlBK2k3NGJyeDYwanlZTUpBZ2tDbXg4Q0NVSGYvUG84YWZFbVFrQVE5R1VmUFZOc1g1WWZrMGRBNS9uUkdaRGNRRkdOUlU1K3cwZzBOeXlvRHI0QW9IckVWRG1pQ0tucWFRaXJ6MlJNVVR0TjdkQjVkdmd6YXJzNDlxclJUOWQ0bHZVd28xNWRMTkdWSGJXQVFxUmNQSnZybTQrcDMvNDJPbzQ5WXFOclpmV1BUMkhoSHJ1MDdQa082eDlkMjRnMEZsNC9CWE1mV3dmWWp1ZlI5c214OUVvTEZ0NExWTzdOWWVVWldaUmZHZ3FPQmxPeDFTMm9VRi95Q0l2dXQzZWk3eWZEY0t1dXQwZmEvNUMrU3Jrb3U3cklGNUMyc2VLMExOYityQ0xISDJGZTJLb0xjNThiaER2Z0ZTSkM0dVd6dm1KVFFqYTUvOXNuMldLaG9mOGJXU3ovdkRqaURKaHpVdzdGZDFiaER2a1JBLzd6NU1HWEdkRjkwaXBDOGUwMDRQVGJXSHBFRjBiKzVwMHRUazJRaExnN2pkazNacEE3dk94NTl2M3oycVVJQ21BeUNWNFJxRDJkd2N0N2k3enNZalArYUgyRWl6clhxR05DTnhmeC9oWWxGM2JJWWRwWFU4Z2ZPUXowKzVubi9lMExRZ1puTUlYbHB3T0RkelhsUW9GdVRoTGl6N3IxRG5RY2UrUVkvZVlFblYva1JGT2ROMGxmMUhsSU40ZnFTS3FKdU9ybUdsVmdsZVJSZTJmLzRrNFVqL3EzOVJ1L1RXRHAyNDdGME4yM2VYcHBTSTZtSThhNk9TMXFjWVAzZnhoMjZoeE5qVlNqaDBqZmRYckhyK25lSDdxKzVJdFRwQU82QlF0MXJ1WHZCaHJ6dXUxbGZJN2hpMHRzS2dqNlFkVkJQdDdDNW5weFRTd0tUam5qYkV5LzlxcjEwNC9rNlFTQkJJSE5Eb0dFb0c5MlhaNDBlRk1ob0R0bVRkU3RlbXVEWTVZMDRhTGNzRmJKRkRkc2RBWlNRQkkwNWFwMXFnYWI2Z1VRZGVsQ1kxV3ZEVGVtVEdTZTQ2K1RXeVhCWkdpUjBhb2FnV0hHb1dyVXFmS3BCaDIxVS9YY21Jd3lUclFJVTNVZkpxOVQxQ2VlU2FWeTZQbjQrZWk5OEh6WTAzczJsVXBpeGZ2T1JQLzNyeHV6RjUzclZzdCthbDh5M3FidWQzVml5aFZsMktVbXJNb293WlhKNEFyaTJDNEw2eTd0d0pyTHEyaTZYa2c3MTJQeE55ZmZZNk1YV3MvRkZ1blFabjNMUnVuOXpZQVV5L1BMdWZmYzMrc3VDVzBIc1BaelJhejZtamlPVEpqSW81OU01eFRNWDdRV3J1T0tvOVRsWUpUSHJJbHM3bjdHZDZtM3Z0Slo0bHo3aW8xbFJ4Y3g5SmhZYUFBS3UrVXc1N2MxV0k0THB6RktvbHZHbTc5WUlNZFJHbWdPcGJEOEhTVU0vOWtqNk56b2wvcVFTV1BXTFdrVURxdkFwUVVQWmNCSjc3bzRxaTdsa2ZTbFIyVXhkSzlJbE5BYVpxNk9PMDRpd3NZa0gwZjBqSTBVZWo2Y1IrOFh5ckM3dlFTQUVuZFJaeEZvTE05aTRhNE9Hb09lSjUxL3BIZjVRK2RoNm5WZkgzTk4zRWNFWFNYSDdVU3E4TGFycEZHZHMxVGlUL2VyaTRyOE8rOVRkVTRRMTlJOVU3SGd4WmRoVFltZndkMDAySjJSS2xhZGNRN1cvZWo2SUNwQkpabThML25mdkMyRWlVcThlVm1jQU90dzQvT2FPdTlTZjVuZUNidy8xYmJxM2xsOFB1RHpoQ29YdFV0dHQvaGRIVk82ZW5VWXFXWHFaQ2VadzY3eDl3emRKL1gvblBNdzdjcXZiN0w1UGFrb1FTQkJZUElna0JEMHlkT1hTVXNtR0FJOHhGM24rZURHSlRjNjFHYVlESjR3UTRnSWdHbzA2NHc2VHM1SUpoMXg1WEtwUnJWcS9LcjNxbTFWU2JpcDZ6Z1pWOXRDejNCWmRNWW12NC9YbzVOWnJjL1VUbE43VFAxSXhyRjRybU9mZjhPVUwxK00vQUY3YkhLTkZjZXVMVG53WUZULytheldxQTNEV0xTaDV6MEZUTHV5Q2l2bGVPZWMrMmQ1UzI5ekQxQi9Kb2ZWbjA5ajRQK0dXMGlHVGcrNVVjdXY4N0VpNkhXbUs0VjVEMXBJYittZDIwMzcyNlhIMm1kTndjSktGekI4WXhiTFRtdklQZHBqRjNYUzJQb1ZCK2h5WUluenY4VTU2T3lZTkhtc0dwMEZMZ2h4RHFqK09ZdkZoemJSckk1bTY1OTdTd2FGZDlUaERQb2ViOSt6TEQzd2JQREpVSGV4Q0ZDMnNmejRFb1llN2g4VERrNjZrUzVsTWVPYUZJb25sNEUxdmtlYUhia1dMQno0NUxoeVh4YUxqMjNDclRkRE0rSEhtVnRVNHNmSHA4aWZYOXpkeHZRcmJXVDNxWGhIc2pXOGhRZDBXRmk0aTRYcTN6eXMrVnhpcFF2WWNzVnEyTDBGclo2ckh2U3d1VW8zMXRVNXpqU1A2VHlvWTJSbEVxcHp0VTU0VVplNHIzVDR1ekRycnBzMzZEaGVldmpSR0xybkZ5MjZ5N0hoQkpCdmh3aHJKNSt2VFBOaDJKeG13a3MzUDBiMUZWOG8wTW1pdmh2QzNqVmh1cTE3ajNLZDBjMTE2anUxUlo5WmdXSHZYcEtwOXlPZnhOU3JMMTl2M2FqV20walpGdElwM3NQclhXeFNRSUpBZ3NBRVJ5QWg2Qk84Z3hMeFhyc0ltTTVCVnczTE9OOU5SbUljMHNxZmJjZllpYk1Bb0JwK2NZemJkbnBVWnlCRkdVZW14WUoyeW9wVGg2a2RLbEVnZzYydzR4dlJmZUZuVURyMStIWWcyT0QzanR6eEd5eCsrNkdoQ2I2NFRwSkJQZTNpTEhvdnFNc2o2Snk2bDJsY2huT0xrUElpTVB5ekhGWjgwRUZ6V0xpbXZWYUhMZHlvaHJ3T2MwbUNqc2hoeG8xVnorUHQ3L3Nld3daRlhWMGkwM29laXc5MTRUU0Y5OXo3cVAweC80OFpwRjlmbDk1Z21mVmRITVhtSDVNbUZ4cm8zSHRCanFjQWF6K2J3NnJMNnJEOGRINml2TTREOHBoNVMwMHVWQVI3MGNuejdvZkdCNG55QkVHdjJWajU3azRNM0Rjd0pwY0J5U2pLdGUwTVpsNmJSY2ZwdzNEN1IvZXhVM3VsRjEzZTZPMUZYL0hlRFBwdjlVTHZUWE5CbUFLWjlGeW53eWxrTU9WaW9Pc2pEdXlwVFZsaDQ3a3NGdTdob0Rua2VkQkoxMFdkTTY2L0VhVVBubWlzUHVvYzlIYklsNnBMVVdNejdxQUt3MGZvNXR5NzdrUHg4SVBpRmhmdlBnZFlmZjVuc2VZYmw4YnVWMVZPTlFKS25hZFZRVlNzVFVRMVhnTmF4MTA3ZmFQS2FWb0EwUFZMbE14UjE4UGVzVkh2UWhyRFZNYU1hMytDMGhrbnRRT1h2TGZSZFBEZ1UwdngyeWRmd2FQL1dJbGxLNGN3TWxKSE9tV2hvek9QN2ViMVlNL3QrdkRPL2JiQ0ZuMWRiWmVmUEpBZ2tDRHcya0VnSWVpdm5iNUtKSDJOSWJBK0JEMU9VOFBJY0J5aUhNZm80SEtNeHlpS2FrZTdNcEFoMUE0WmFhZU9kdTZOSWo3aXV1aUhGTVJlM3Erajh6MG5JalZqYWhRa20rVDZzaU9PdzhCZFB3c3lxdXR3SldKdW9ZanBselhRZlU0TnJqaUNpNTlCbmdXc1RxRC9QM3V3K2t0RGFOWTlvdFpPLzVnYVRQWDNYUzdPNlhiZ1VySXl2L0RnekhLeEx6c3JRdXZUV0h4QUJ1Vm55dG85dkZUZXZMc0t5QjFZaGlVeXAvdGtseFAwNEF4ejBZNnB3T0tkdXpIeWRLdm5PNVhQWWRhdFFQNmdLakRzSjYyanZlZDB6QndSZlZtNGpaV25GOUYvaHhjbXJ4SVJ3bCtJazBwbE1mdTJEUEp2SDRhNzJpZTlQdnVWejFJeXZFNmc4dnNNRmgwdVFnSFdEL01vOGpLcUN6YUtlNlhSL1lFOGtMTFEvKzBhaHY4NGlyZTRUeTZxSEhZMFp0M2o3YWMyZmFJSStuZ0dRdFQ0amJxdTFtbTZYN1F4dCswT21QdmtFN0E3OHVNUk5mUVoxM1d4NXJ6UFljMFZIa21QNnQrby90dmdBbTZpQWswRVBXek9NRVhtaEMxaXJHOXpSc2VIaGI1cmZvQ3VNMDl0dThqZi9Ha2gvdU83RCtQaDU1YkRHYW9DZFFkb05rZFh2Y1ErbkxRTlpGS1lNYXVFdCsrOUZTNDdjMTlNN2Rydyt0ZTI4TWtEQ1FJSkFoc2NnWVNnYjNCSWt3SVRCRHdFZUpJNEhXSG1YZ3Q2d2F0QmJHUlUwTDJxb2FZYU1QeTY3dG13NThVMVhYaytod202bGJlRmg4S3J6NHZ2dXV0VUVQZTQ4YkJHTlN4WjljSnkzS2hPYXBjT0o0NERsVVcvcVRLb21PbGsxTFZMM2JjcTdzbE9tNGZ1ajU2SG5vdk9tM0JEd3EwMnNYaW4zVER5d3ROQlpuVVZPM2tVMlBRQytxNjFVVGpHSTR2Y1JTcUllWE5wR3N0T1RXSDRENTdIV3JkL1dOWEpxTy9jd0U1UHkyRGVFeFpTUFRVdmV6c2pva1NxeFZGdVZ0N0M0bjNUR0hsQ2VMcTlEMThrNFB0UFoxOVhRc2Q3QitYNTQwRmlOLzZRSU5hQzlCZUF4dElzL3ZrNnowUE54NmJBcHJSZkNiUHVHNFRUNzNtMUE3MmtCUVIvbzY5SW11ZFlObFo5cElEK200YU5HSkhNM3FKT0JuMVhaZEY1MXJETU9DL2w5TVBkNWI1NU9sS3VGMWoxdmp6Vy9OREw2SzdUWHhvalhPZE5ZMVBGakMrMjBCeWxsa2VaK1ltY1o2Zk93eFl2UGdlN3V4aXE5NlpqMWxUOTRQUFBLQkVhN1Y5MXpsTHZWK2NiZnAxdmllRjZGNmFqNGhsUnh0emI3a1R4NlBWTURoY3hNNHpjZGkrV3YrY0UxSWU5M0FWOG5sVGZGYXJYWE1VaHFtL2p6TE1xUmxGaldYZWROMW1PWVRadjZQb3VTbTVlaC9xK0NYcy9xZThGOVYzQ3Y2dnQ0RmlSM21kNnBtSE9mUThndTl2MmJjMzNpMWNONDdoL3Z4MlAvdUZmZ0Foajc4NWpseTJuNG9EZDVtRzdCVk13YTBvQjFicURoU3VIOE5qVFMvRElzOHV4YU9GYW9Ob0EwaGErOHNsRDhPbVQzZ2pMZE41alc5SWtOeWNJSkFoTUZBUVNnajVSZWlLUlk5SWhFTFVIblJzZVpBekVYZjFYd1ZLOUF5cjVEek13VE1EcmlLMXFtS2hFcU4xMjZQYm1tekFnVWhHMkUwL0ZnYmN0YXJGRGxWMzNMUDJtQ3lHbDUzTnp0MEhwMVBlamRNWjdrTjV5N29UVjYrSGI3OEhTZHh3dTVWTjFVYlF2T3l1RG1UZlp5TDNaeTFoT04wbzdzQVJVSHNoaDlYbHBqRHpsN1RkWEYzSjBPcW5XRTZiSGdnVDNITldOdnAvM3cvV3ptOVB4WlZJWEJJa1d5cEFCK3I5ZXdvcUxSclBGNjhxbC9wbHhTUys2UHJVV3pvRGZKSDh2dS9TbXN4VWNxeHNZdktxQXBlZVhXNDZIbzNLQUxPYi9HVWh2WFpONzQ4ZkU4L3RzVWhCME4yMWg5WGw1clAxZXE3ZFpKVVZVdG5nMGhTeG0zcGhDOFIxbEdZNHZ0eE1ReUw2czRuejJ4aXRwTEh4RENrMW5OS3hmcDNUdDlvZXE0em9DTjJZUnhNNWg1bzl2Uk1lSlIwZnF2ZTZZdFRqekZKRjAwenlnazlzMGxsV0NyaU50L0ZsL3pRV2RCNzBOcys2N1BiS05HK0tHNnNOL3d0Smozb0g2OGlWQlpJaHB3WmYzaDdwd1lib1dSMWZhZWQvUXZhYTVtTCtib3Q0WC9McjZuRzYrRGd2dEQzdEhtdm9wNm4xQ01uVHNlU2ltWGY4dFpOL3d1cmE2L0tHL0xzSEpYN3diQzE5WUNaUnlPR2EvcmZHSkU5Nkl2WGFZYWR4elBsU3A0ZnBmUG9QdjNma3MvdnJzTWpGUjRNVERkOEQzUDNNWTh0bldvd3piRWlabU85VWxBQUFnQUVsRVFWUzVPVUVnUVdCQ0laQVE5QW5WSFlrd2t3bUJka0xjbzlvZFppam9ESldvKzZQcWkyTzBiWXc2b3VSNk5lb01NOTQ0b1NxOGJsZVVUajBWcFRNL2dGVGZwc3ZNSG9WWjJQVzFGLzBYVmwxOFFVdENLbUhrRnJZWDVCekl2TDRPMXlleVh2cDV3Q29CNVRzeldIS1VTTVBtSlU3VEVlLzE2U3ZQR0U5aHprOVRLTHl6SnZkanE1VklyaXFTd3QyY3diTDNPVEpaV3RnQ0FCRzdhV2VWMFB2MVFTOGp2Q2swWE93akwxaFlkbXdhZzNlMVpxSW5QTVVDd3RRUEZESDE2aEhwamVmRVJQemRzdENVdGJEMjgxbXN1ckxhNGdrTjZ4dnBTYzltTWZON0tSUlBLWStHdS9PSHhDTEZOR0ROUjBwWWZZMTVnV0o5ZEVRbFNhYStGdkpPK2REWm1IWmR2Q09sd3M1QjE4MXA0MmxEdXpvWWRiL3NrODRlekxublB1VDIzbTA4SW8zcm1mcnovOFRxOHorSGdkdHZqSzAvNDZySWZ5Z0toL1VwZTd6UHRpdFRuUHZqM0JNMi84czU0TXh6TWVXeVMyQjN0NWZKLzY4dnJjWUI1L3dVYXhiM1kvcThYbnp0clAzd25zTmZIeHVld1pFYVB2M3RoM0ROVFUvSVVQajNIcjhicmp2L0VPUXlGTk1TdTZqa3hnU0JCSUVKaUVCQzBDZGdweVFpVFE0RWRBUTl6S3NRbCtURThTUW9ObnhiQkVvbm82NU8xWWpXZVd6YTlkcnhldUpncGRiSmlSRW5US3BYUGs3Wk9neEpQbXE3T0lZcTk2WTkwSHZ1K1NnYzl3N1krY3hyVG5tWEhIQVlobi8vYTk4QmJLTjBhQW5UdnpPSTFIUUhydSs1bFkzS0FNSmp1L2FMSFZoeldSbE8wMmtKKzliaEhhYUhZYm9oOS9ndXlHTGVZMDBnM1pSSG9NbmtiVHpqZWg1b0xoRkp5aktvOTN1aDQycDlxajRJZzdyN1JCc3pibkRoanJoZW1md2hpcm5OQXM2S0ZCYnVtVU45N1lpeG5hbENCblAvNkNLelJVT0c0TGNXeGxoNkhsajM1UXhXZnJuZTRvMDNqV1dTVzJKa3B6SDMvekxJSFZJRytLS0NINy9yQ2xtWHA3RDRzRFJxTDN0ZWROTjRWY2NzTmQwVUNxd2IwNnFDMDhKSHgxc094Nnc3Znc2ck05NmVXQk5CNS8wUjV2VWwyZG9keTdvQkdxY01jWS9BYWM3Ly9nSWRweHoxcW96ek5aLzZQTlplZnFrOG9VRGRUdExPbkI5bjNqU05wU2lkRFhzdjhEa2lhcTV1cHowbXZZNnJ2N3FvclRDZEVOZlNIVk13OVN2L2hhNnpQOUMyTGl4Zk80TDlQM1lML3Y3M0ZlaWQwWVhIcnowUlc4M3F4bk12cjhHZi9yRVNhYkhYbkgzRXZKZlBwYkhqL0Y1c002ZDE4ZmV5bnp5T0M2KzhYdzc2ajUzNlpseHg5djV0eTVNOGtDQ1FJRER4RUVnSStzVHJrMFNpU1lJQTM0UE9EUk9UTWFBYUxHR2tXRnhUejZ2bW5zd29BMHd0dTkzN2RZWVdEeGZsYllsVHRycTNVUmY2R3dkREZaY3d3eTBLYjFWdXdrejhLeEo1bFk1L043by85akhrOXRsMG5yU05NVFRxTHk3RWtyZnNqOHF5bDlCN2RCZW0zVEFNVzVCaVFjNUZoblBSc1VWQmppMnNQYmNicTc4NzJISyt1RXFpNHZaOTJQNVFrWWR1K3JsRlRMbHNSTzd4Rm5LSU04QmxINGdLaFNlL0FDdzlzb0NoMzNwaDQxSDlLYTZMT2t0dlQyUEdqNXRBemZVUGNXZW8wckZ0WFVENUYza3NQa0hFcnV2TEZuVUt3dDkzUVFkNnZqSU1kNlU1YmIzSWN0OS9sWTNsRjNyRWl1dDcxRmlXUjgyVjBwajlLeHU1dmZ4b0FtcU1KUEJlL3d4Y244UFNqMWZsQW9DSnBKdkdmZGp2dXJISnh4VVI5SzFYRE1DZVhvcXRvcVlrY1RxQ3JwT1ArbHRIcFBqOVlYTWR0U05LWndudTdoUGZqeGszZmpkMkd6ZkdqWlY3SDhMU1k0OUNmV2lOMFp2ZURvbW0vak1kMDZaaXBMcy9hcTkzbkxHcDY0dTQvY1BmRjZiM2phb245TjFFNG5VWVV2NkI3TXk1bUhQWHZjanMwdDUrYzlLSFQzenpmbnpqaGtlUjZzcmovcXZlaFgxM21pVXZuZm0xKzNEZC96NEdpRkIxa1NTT2x0cWtrQmFzcmh5TzMzOGIzSGp4a2JEWm52TlBYdjBndnY2OVA4ako0Tm1mZlFDdm45ZTdNVlF2S1ROQklFRmdFeUtRRVBSTkNIWlMxZWFGZ0VyUXVVR2dHdjEwemJRbmt1N25aZWpJcU02WTBubVBkY2F0enREbGhyajZOKzlOM1o1SVZXYlRkMVVyb2d4cVhvN0pzT2F5cXNaNm1ER25razMrYkxwbkJncjdINFNPNDk2RmpsT1A5WWpSSlBuVW5saUM0VnZtb1BkaWVHZU4xL3hqMUVUN09vSEdpeGtzUGRuRnlGT05nQURxK3NGa0JJZmRxL2EzcDB0NUxQaFhBNmtwRGFEdUo1THl2ZDNTTHUwQzFwNWZ3b29yQnlGMlhhcjFtdlloaTk4NzlzOWk1aTFOMktubTZMRnR2b0N5YkZGWUQ3RHE5QnpXL3NnTFNlZmxxd3RSbWU1T3pIdXVBaXZma0l4ZDdoUDNCNmZVSitIOTd3QUdiMGhqeWRrTktXK2NqMXBudWllRldiZll5TzliRDhMelJUMVNEOFZDU3FlRkpYdDJZdmpKd1JhWmRYMWlHamVtY2F3YlEzN1RrTW9XTVBQbnQ2TjR4TUZ4bWhYY1F3U2Q1akYxZmpUTmI3d1MzWnhsSW1nbTRjTDJMZE04SXU3cE9lT2o2THYybTIyMWNXUGQ3SXpVc2ZyRDU2SC9oMWZEaFR0bW00bEtQblZrTkd4dVZ6SGszOE9pa1V6MTZQcE1SNERWOTZEcHVUajc2VlY5MGkyTXEvcXV0bnZNUWxvcWd5bWZ2Umk5Ly9tWmNYZnRRMzlkaXYzT3VRVnUvd2h1dVBRb25NN0MyajkyMWYyNDZrZVBvemkxQTIvYWVpb2NSL1N1NE9ZV2hzb04vUG5GVmNEcVlieDVueTF4KzZWSG9hKzNFTWl4NTBkdXdtTi9mQmw3N2JFQUQxOTl3cmpsU3g1TUVFZ1FtQmdJSkFSOVl2UkRJc1VrUklDSHVPdU1CWlBScnhKSWJreXJSTWRrYU9zTVZ6SkdWRy9IK2tKUGhsYVluR0Y3ZzlYNm93enNNQ05LVjQrT3JJVVprdUlhSllOS3Awc283TGMvT3Q1NU5ISUg3WXZzanR2RFNyWFRtdlZGZHhNK1gva0tNUElaR1U0dXlaRm9aaWRRZnlLUFphY0JsUmNxeHYzbVljUk9SU3RzRVlxNGJjYytPY3krdndyMCs0VFhEejJYY3BXQWtidXlXSGF5QTZmU2V2NjJ6Z2puQ01wZ2dOM3ptUFhMQnF5Q1I2Z2xVZkhQUDVkalQzam5tMmtzT3R4QytVK2orODkxcE1jak9SWm1YWnRINTN2TGNJWTljaTdMOGM5RGw5OEx3TWdkblZoeVloVml4VUhGeEVTQStYZ1g5MlJtVzVqN2dJMzBEQy9DZ1VMK1pYa2xjUlo5QWN2ZlcwZXpJV0lRV3FOc29uU2VycHUwVzUxVHFLOW1YUEVkZEgycy9UQmZVNUk0SFJuVWpRTGRIS2VTVHZFOWF2RlFuVU9wTGwvbFpGLzFmT2djVExuaXE3QUx1VTA0SU1PcmNoc09objV5TTFhZit3blUxeXh0R1pzbTRtbWFPNlB3MVpGcC9qN1JlZDkxN3dOVm4wM2JVc0xlYTNJT2FLTVhkSG9iRlJYQ2l5Yzl6MjIxUGZxdSt3N3loK3piUnUxamIvM0kxKy9ETlQ5K0FqdThZUTcrZE4ySkxYdkdKVUgvd1dONDB4N3o4ZEFWeDBtQ0xrOXNzSUNtNCtLbnYzc0JILzdhZmFnTlZmR044dy9HdWNmdEdsVHcwL3Rmd0VrWDN3bW40ZUNocTAvQVByNVhmcjJFVFI1T0VFZ1FlTlVRU0FqNnF3WjlVdkZrUjRBSU92ZkFjZkt0R3BNbWcxTTFGcmdCcVY2ajhsVWpob3dNbldHamVpMVVZMHhuNEtneXRHUDR4ZW4zdUhYR3dTTE1HS00rSUVOZS9KdnJtWTM4dm51ajQ3Z1RVRGprTFVodk1UdU95SlBqbnVIUHdobStGTGJZU3Q4TERGMmZ3NnJ6YmRRR3lxSGh0R0ZMRmpwOVVzRnE5VlJabUhWZEZwMm5WWU1FZGNHQ2dkaHZQWkRHSzd0YnFDOGZTNTQ1QVNBam45Y3ZTRVYrK3dKbTM5bUEzVjJISlFpNmY2NDQvV3ZuZ05wZjAxaDhtSVhtc0VlbWRXT1RqNXZpM2huTXZyMGh6MXNUNThTTFo0UlJMWXhyOFJGSHRsVWY3Y0RDUThSR2RYT1pmRTdRMVNuRTdkeTlCelB2SG9TVmE4cG9CMUZQME1ZU3NQTDBQTmI4cEJKNDZ0WHh6WFZlSFJzY00ybzNsNGxqSVdUcFBlWERtUDYvM3g2WDdrZWRnNjRqaFNaZE12VlIxQnhMNVZHNzFmbEF6SmN6cnYwUlNtZThlMXh0M0JRUE5aYXR3dHAvdnhUcnZ2TjFXWjNVdlFpZDVUanloUnMrbi9MZmRlV1oraWZ1OHFWYWI5em5WRXhONzRvd0RGUTkxNDA3VWE2WUwxS3dNT1dTeTlIMTBROGgxUk4vQzRlcDc5T0hYb1htWUJWWFhuZ1l6amxtbDViYkpFSC9uOGV3eDE3ejhlZzM5Vjd3czYvNEhiNzFuVC9naUNOM3hLOHVlMmZ3ZkxuV3dNRWYveGtlZWZSZk9QdDllK09xYzVLOTZKdGkvQ1YxSkFoc0xBUVNncjZ4a0UzSzNld1JvQkIzUHdLMTVZeGkxZE5IWG0xdUtIS3lvU09aSnM4QUorUGNDTktSZG02RTZ3Z05OMkIxOHFpZHpJMGluUUZuS2lQTThPWkdzMnBBOHU4bUk0dmFUWFdvaG1lNmJ5N1NXeTFBeHdGSG92Q09RNUY3MDI2d2NuRURrU2VobWcrL0YwNzVoeGo4Vmc3TEwvSkN2TGxlaHVrZGVSMzVvaFRYUjExZmNnVEZ2Y1ZkT3pEcjUxVlkzUTNBY3dSN0htZmI4MjZ2UEN1SGRUOXVsVXRISmt6Nm5GdFF4S3c3R2tqUHJjR3RlZ1EzSU9uQ1c5WHA3ZWRlOGZGcWNIUWNiN05LZU9WM0s0MDV2MHdqZjBoRmhwKzNrR1loU0E2b3Y1REhLMjlzd0VFakNFRlg5VmZGUjUwbkNNdlNBWjJZZWNjd1VIZmxGZ0Fwdi9oSExHQU1wL0RLdGgyb0R3OFlROTFOWTFNWDNhQWJZekxaM3RISFkrWXROM2xuTjQvakU1WWtqczlMbkxqeDZCOXRQMmpraUlxZ1VSL3g1b3NVQ3ZzZWlyNGZmUS9wK2ErTkJicnFnMDlnOWFjL2paR0g3OVAyaG1sczZ0cy8rcXRwRVlQUDlTYTlVZDhIdkMvRENIclk0a0RZL01QYllxcWI2ejcvbTdlQjZ1aDQrekdZZnZuWGtkNXV3VGcwZk93akluUDdHNDY4QnQxYlQ4TlQzejBGVy9SMXR0eEVCUDNOZTIyQng3NTVvcmJPci96a2NYem1pM2ZqME1OZmozdS9jV3pMUFpmZDlBUXUvUEs5ZU9NZTgyV1llemJKNkw1QitpMHBKRUhnMVVBZ0llaXZCdXBKblpzRkFtRjcwRlZ2Z1dxUWtLRnU4aXJvREd4ZEtLZHF6SmlBMXhFUWZxOHBMRDRzYkQ1czBVRm5GT3JhcWpQR0FzTEd2RVNtaFFSeEw0V3JpK1JaZHE0VHFSblRrTjlwYjJSMjJ4RzV2ZDZJM002N0k3MUYzMmFoay9FYVdVSC9aZS9Fc2d2dmtRUXZpbjV4b2tSOXFIcXZkTWE0emxCMllhUHZQNHZvL3RRUUhFRjAvZkJPS2ZkVVlQaTdIVmo2SVpHNHpUdFN6V1NzNjlwSjlXVm5sVERyOWlveTI5VGcxS1hUdTlYbFdBUld2cjhUL1RkNjhlcFJZOVVqelJaNlA1akh0Q3ZMd0loWGU1QnhYdHdnaVBPYURGN1oza0dqYWo2YWp1U09Dc3NXUlU3OVpBNVQvck1LVjNqUnhiWUVDcW1YNTdmbnNld1RyVnNTd3JCU0lWRDMyZE9Zb3dXQy9CdmVqTGtQUHdDclkvd2gzMkZKNHNMbVBWTi94SjFUMUhtTjJrWnR6bXo5T2t5NytDdm9PT1dZZU1ObEl0M2xBRVBmdnhFcnovMHc2b1A5UWRSTG1ENnA0by9uUGFLU2VLNXJVWGtOK0h4T3N1amVXM0hlWmVwN01jNzh3SFdmM2xuNUhkNkVLWi83SERyZWZmUUc3ZDN2M3Zrc1BuamV6N0RiVzdiQ2c5OTZGNHE1MWxNL2lLRHZzKzlXTXNSOVROODRMdlk2KzJiODhlR1hjTVo3OThDMTV4M1Vjc3R2LzdJSUI1LzJ2NWk5MVRROGN1MUptRGU5ZFFGZ2d6WW1LU3hCSUVGZ295S1FFUFNOQ205UytPYU1RUDlWVjJQWnh6NXFKRGh4REk2NCtHMklzcUxLaUNMTEpsSTAzdEJGU1hLVWM2ckRERGZwdFUzbGtlb293dXJJSXoxdEMyUzMzZzZwYmJaQWFzRnNGQVFSbnp0SC9oMTZZSFpjMENmeGZmV2xRMWgrMUZ0UmZ2eGhiWWIwTUVPYVgrUEVUdWNOVmoxcXFWSUs4NSt5WUUzeGppMFQrK0JGbUxpZEI5ekJMRjZjTFV4b2I5OTV1eDh5M2pQZFJjeitWUlBwbmF0ZWlMaFl4Q0Z5Szd6MERSdUw5clJSKzVmbnZvOURDRVhaNlo0MDVqN29JRFhQOGJ6YTRsazZ4aTB0eWtuaG53dWFNaXQ5Ty9MckZzODhJcEhDOUM4VzBmM3BRY0EvaDEzZUt3clBBOHVPeVdMd25wbzI1RmtsTWlxV3BuRW1maS84ZjN2M0FXZFhVZmQvL0h2M2JpL3BDU1NFS2gwVXBTa2l5QU1JU0JFRUJYbEFVRUVSUlJUTFgxRlJSRUFlRlJGUkFSdUtpTklGcENvQ2lqUlJBWld1bElSQUV0SjNOOXZ2L3pYMzdzbk9UbWJPT1hkM1U4N0pKNjhYbXR4N3lzejdOek4zZnFlK2NUZk51T2YzVmIvMzJkM0g4cHZ1MHV4RDl3MkcwZXpMOUduN1FKKzljTko0bFhZOEt0WTJxVzZqemRTNDk3NXFlLzh4YXR4emwycWIxbHEzL01EaVpWcDIyUysxK052ZlVzK2NGMVljekhMdkZhL21RRWhjSlpQYVV4S1FMNVpwRGlwVXM5OVFtN1ovWnhxMzJsa1R2MzZtV2c0L3FQeW1pTEgrODlYTEg5WlozL3lERGp4a2U5M3lqWlZmMVZkTzBLOTRSSnR2TlUxbkhydUxldnNIVkNxVnlrOXM3K3pwMDgvdmVGb1AvKzFGVFpqYXFqdlBQMXk3YkRYOHdQS2MxenEwd1FFL1VQUFVOajEweVZIYWZ1TkpZMTBGdG9jQUFxdEpnQVI5TlVHem0zVlBvUDJhbTdYNDlETlZhT01vOXBoRnYxQ2ptclptRlpvYVZaalFwdUtFOFNwTUdxZmE2UnVwYnYyWktveHZVWEh5UkJVbVQxQnh5bVRWTkRjbm53SWVzOExsYTBQOUw4L1Q3RjEyVXM4cnMyT1Q5S2pXYVE3Z2hBNjRSR2RtSnh6VG9Lay83OWJBNGtxaVdVNXd6UlBLbXdxYS81RVdMYjZpZlVSbHNjdG9rdjBadHhiVXVHdXAvS0MxNkY3eDh2N3FwTjRYNmpScmh6b05xTk9iU1BzUzVrcWlVS1AxTG14VzI0ZmJOV0RPb3BzREM5R0xra3dkeGttek5tMVYxK3oyeEtzU1FvbW9mYmJQTEZOc2F0U00zeFhVc0h2bEhlbmxaTU5jZGRCczdubXYxOHNIOXFtL3EvSnF0OUNEdzN6eDg4WEpmTmF3MmZhYWZ2TU5xdHQyODFFMzlxNjdIdEJySjV5aVVxR2tRdm1KaE9uL2pDUTVYN0gxbG1ZVko0NVg3U1licUdIblhkWHcrdTFVdTlYbUtrNmZrcjRBR1ZteTc0WFpXdmJqbjJ2Uk44NVJ2N25Vd2puZ0ZIZWxTM1VSOFQrbklTM1RhQkowMzJYemRwdTI2K3oybnhVSDdTWnVwRWxuZmxVdFI3NUx4ZlZYWFRzNDQrY1A2ZXh2MzZWREQ5OUJ2ejNyb0pWNHlnbjZiLzR1MVJlbG52NmhJM2sxNWoyVDV2RVZBOUx5WHYzMDdJUDBvUU8zVzJuOStVdVdhOW8rMzFmOTVHWTkvTU9qdE1QclZsMWQwc2FXNVJCQVlHUUNKT2dqYzJNdEJCQkFJUGNDZlMrOW9sZmZmWmc2Ly83d2loTks5aVEzYm5Mc215Uzd5VzAwZVM1L1hsdlV4by9WcVhiRExxbG5NTkUwQzB5VWxsM1NwRmRQR1hyZnViMWVOTW1PT3pzWUxXUFdNdytCS3lmb2J4NUswRmM4WmExVmF2OVZuVjQrc1hlbDE4bVpkZU91NkRBSmNOUG16WnI1VEtlMFlEQVRNcGVlbStUY3JEeFptcnZISkMyOWI2SDNhZmlocERNdUdTMG4zWFcxMnVScHFUaXRyM0xBSWNJeDk5TC9vRmx6UDJQY0txOXJpb3lpQXlMMnY5M2tMYm8xSkVydUcyWnNyZzJmK3BjS2JTTy9yRDMzSFdZdHJXQ3BYMXI2ZjkvUmtsLzhTajNQL04zNzBFUDdDaGUzTGZpcUZUb2o3WTRKdy9yNDRJYVNEckRFZlc5L2wrYWdVMVQyNkdDRWZVVkc4NjU3YThJblA2bVcvMTM1YlBhcUNPWFhmdm13emp6djk5ci9vTzExK3pmTlBvY2ZCaWtuNkZjK29zWUp6ZHB1K3JqS1F5WUxKVDN6NmpKMUxPM1doRW5OdXZOYmgycVhyZGJ6RnUrbHVjdTA4WUdYcUhYOVZqMzB3Nk8wTFdmUVYwVVkyU1lDcTBXQUJIMjFNTE1UQkJCQUlKc0NmWFBtYTg3ZS82T3VwLzlkVGxxakNiSTdPWGFmVStCNzZKSTlIYldYTjMrZjhONDJUYjE2bVVxdkRTVzNoUWFwYjA2eC9FVDEzdGtyWDNKdUo5NXh6ekNJbGlzbnFmWFNqT3VMYXZxZmZwWE1tZTd5TmU2RDd4TnZsUlo4dkUwTGY3b3NlS1krN2lxQUFSVzA2VDlxVmJkRnJ3YVdEMTZpYmM3TW0rMVBsZVlmMDZZbFYxYXVSNCs3ZEQ0dUNYRmJrWGxnMjdnOUoycmFWVXRVMHpSUWZvcDgrWFI1blhsb1hJMW03MWFyNVk4UFhlcHUxbmRqRmZuNDRtTythOXhtSjAyLzVTYlZicHFOQjZabHM2ZXQrbEtYdXZ2VWNlVU5XdnJMeTdUOHZyczEwRnQ1VG9IYkhwUE9hTHZ0eFQxb1ovZExYNEp1SC96eEhmQUxIUVEwMjZxbWIwU2kwZjVNWFl0dFU5VzA5MTRhZDl3SDFYejRPMWM5dXJXSHkzLy9wSTQvOVRwdC81Wk45Y0FQM3F2VzV2cGgrNDllczdiYmJwdnAvdThkVVg2MVdyR21vTXR1ZTBJZk92dU84Z01acnovbkVMMTdqODI4NWI3emtaZTAvNGxYYXVibVUvWGdKVWRwZ3lsY3ZiZGFBOHpPRUJoREFSTDBNY1JrVXdnZ2dFQWVCY3laOURrSDdLZXVKLzhWZk4yYVcrK2tzMlRSOHBYbDZyVFJBMUx0OXIwcWRBM2RFMTVva1JaOG9sRUxmeEorQjN1Y3QvZU1mWjAwNDdxaW12YnRWNmxqNkJKM2N4V3BxZHlzM2VyVTlkVFFLOXpTeERQYWowbVdwM3lpVlpNdWFDOWZwbThlUUxlaURGT2tSVjl1MEd2bmRBODdnNTdtVEdTY2JTVVpLbWppU1kyYWZNbHlEU3dZZlBDZCtiaE42cm12U2JQZjBhditVdVhwOFc2UzQvdDM5Rms1T1gvZDlwcCs5eDlVdTZIL3JGMGFINVpaeXdSS1V0ZWZIbERIOVRlcjQ2WWIxUDNDVXl0ZFllRjdSM20xbDczYmJjdmJGeTBXOTN2ZlF5Q3JHV09pZ3dUUmdjTDZMYlpSMnpFZlZPdmhoNnJ1OVZ1dWtZQThNM3VSdHRyL1lqVnZQRkgvdVBSOTJuTERpY1BLTWZRVTk0MzFzUFdhdGE3ZWZ1MTcydlg2eTBNdmFQMlpFL1hLRFNkNnkvL1ZYenlzc3k2NFc3dnV0b2tlK01HUnFxbnkxcEUxZ3NKT0VVREFLMENDVHNOQUFBRUVFRWdVNkp2N211WWUvaDUxM24rdjl4THQwQWFTTGxjMUUraEp4N1ZxOGc4NnBKNVM1YjV6YzhhNVRlcSt0MUd6RHpCSjd0Q1p2c1NDeGl4UUxrdVVvTCtqWDZWbGxUUG41Y2w4VWVwL3RWNnpkaDFRLzdLaEI5R0Z6cGpidTdIUEdEWnNWcThaOTVSVTA5WmJmazNjaXFSbW5MVHM4anJOL2JBNXhiM3kwK0hkN2NVbFE3NUxlODFuRzF4WnA1YkRlc3RQa2pmM29wc251OWRNbEJaOXBWbnp6ekd2cHFzOFFUN3BqNm1QK2EvNXJYdHIrclZYcTJiNjVLUlYrRDZqQWdQdDNlcDU2SzlhZHNVMTZyejF0K3FkOTlLdzV4V1VyenFwc201cEQ4NUZteDNKUVNwM1hmdlM5UlZQNU45d2M3Vzk1eGkxSEhHUTZuZCtvd3JPVTlPcnJOYVlMRDcrNEV1MGRGNjd6ajcxN2ZyU3NjTWZTQmhLME0yTy8vTFBPWHJicWRkS3k3cDA3bWw3Ni9SamRoNVduaVVkUGRycjFHdjE2S096OWJtUDdLNXZuclQ3bUpTWGpTQ0F3Sm9SSUVGZk0rN3NGUUVFRU1pY1FLbXpXL01PUFZaTC8zQnRxb2UxbVFyNnpvd05uMXpYYTZQN3Bkclg5NVJmR1ZaK3NKcjVuOGFDWHQ2OVZwMlBWdTRIZHlma1NZbS83Lzc0WVFuNnZ2M2xWN21WbnhSdmtwQm1xZXZPWnMxK3Qvblh5Zy9Vc3V2aVh1SWJmVmRKWm9xYS91dWltZy92a1pZTVhzdHVDdE1nOVR6Y3JObjc5YXUvZitnOTd2YTI3RVEvZEFtODc0QkJ0UCtHbVkyYWZrZWY2amJxSzcvajNlQVhhazJpWHFOWjJ6ZXFlM2JuU21mUjNjdUp6YitOUU9zZTc5QjYxMTZsNHJUaFova3kxMmdwY0dxQi9ya0wxZnV2cDhwUGdHKy82YmZxVy9icXNIWGpMb2RQN3VkRFk0SGI1dHh4d3Z6YnZrWEcxeGZzZGV6a3ZIN2FKbW8rN0RDTmUvK3hxbnZEMXFvWjE1SzYvcXRqd2RPKy95ZDk5MmNQYXRPdHB1bkp5OSt2QnV0ZDVaVUUvYStxdkFmOXlKV0tjK2lYZnFlYjduaEM2MjAwU2ZkODl3aHR2ZEZRMy96bG5VL3F1SFB1TEwvMjRxOC9QbG83YjgwVkw2c2pudXdEZ1ZVbFFJSytxbVRaTGdJSUlKQlRnVVZuWDZENVozeDZ4ZVh1OXVUY3ZiZmNubHk3OXpnYm5va2ZhTkNVbjNhcnRDaDY1TGxVbUNJdFBxTkY4ODgyVDFJZk90dnNTOHA5OTdPNjdGSGlhLzYvV0ZmUTlCdHF5dmVnbCs4VGp5NURueUl0L0d5ZDVwL2ZxOXFob3F4NFJaWFpablRaYmJSOSs4RmEwZC9OWmU3akR4eXY5VzVaVXI3YzNGd1JVUDVUS3cwc3FOZXMzUWJVTjMvb0RIM29kVkp4bHdTSHpqaWFmYmUrb1ZVYi9MVlRwYzRCODdyNDhwbjBtaGFwNis0R3ZYeVllZmY3a0tmN1lMQm91K09PL3FDbVhmbXpuTFplcXBWV29PK3BsN1Q4dGp1MS9LSDcxUDJQZjZwMzlqTXFkWGFvZjhWVEZZZWZYYmZQdG9jT1lvWDZUdHlCSjEvZnExR05DcTF0cXR0NFN6WHUvRVkxdm0xdk5lKzNqNG9iVFUxYnZUV3kzSk12TGRMYlBuNjFGcjY0VUovNzJCNzY1a2ZmdHFJY0ozL25ibDN5c3dmMSt0MDIwZU0vUG5xbDhyMnlvRU5iSDNlNWxyNjBXUHNmc0kxdS8xYmxQZTNMT3J1MTlYRlhhTTUvRitqSWQyMnZxODQ4Y0kzVWpaMGlnTURZQ1pDZ2o1MGxXMElBQVFUV0dZR0ZYemxYaTg0K1F3TWw4MmkwNGNscm1rVFdUTWhySjlWcXhvMEYxZTNZcTRKNVlKdEpqQnVrMHVLaVh0cTJRYjN0bFE5RDkwNlhseC84ejMwaWVUU3Bqd0lTSlF6bHA3amZVbERqV3dhZjRtN08xcGtrZHFvMGQ2OEpXbkx2NHFxZldPOG0wM1ZUNjdYaDMwc3F0UFdxMER2NFVEWlR3R0pSczNlUnVwN3RIM29GV3hYdldvOFNhbDlTUDNRUW9rYlR6cTdYK005MWFjQThqODdVemV5N1FWcndLWE0vdjdrSGZ1Vkw3S1AxcC83ZkR6VHV0SStxVUZmdGhjM3JUTk5mOXlwcURtSXRhVmYzRTArcC81a1gxWEgvNzlYL3dzdnErODhzOWM1NlRnTzlIU3RNNHE0Q1NZS0xEdTVGL2NrK29GZlQwS3I2VGJaVzdSWXoxYkRkbTFTMy9ldFZ0OTBXcXQxc0V4WEhaK3RoYUYvNnlRTTY5OUw3VkRldVNWZDk3WjE2OTl0ZVY2YjUxcFYvMDA5dS9xZmUvSVladXZ6MC9ieGMzN3YrTWYzZzZyK3JwYVZlVjM3MXdQSlo5QTk5OHcrNjdKcEhwY1phUFh2VkI3WDVqUEZKMUh5UEFBSnJ1UUFKK2xvZUlJcUhBQUlJckswQ25UZjlYdk9PUFU0OXkxNWRrVVNudWNmWjFLZDg3L2twelpyODdjN3lwZWJsTTgzbWllZk5CYjEyV3IwV1hUcDBHZmhZMWI5OEJyMjVUak51R1ZEREx2M2wxNUpGUnhjSzQ2VVhKN1NwcDMxWjdEMjNjWmZXRHgwd3FOTUdWeGZWZkZCWCtVbng1aDNyNWZVbVNQUGVPVm1MZjc5ZzJHWDdkdjNjTTQraHF3YmlIdmhtS3JYaFhRMXFlRnNsU1MvYk5rZ0Q4NHFhdFdkQnZYT0dQekN1Zk9henZrSFRmbnFGMm81OXoxaHhzNTJjQzVRNnV0VTNmNjc2bnArbC92L09VdityODlYNzhpejF2UGlVU2d1WGFNRDgxOTZoVXJ0NXZrU3ZTbDA5bGM1Zy9TazBOa2oxZFNxME5xdG1mSnRxSm94VHpjUlcxVzN5ZXRYTm5LbmlodE5WTzNPYTZyYlpVb1dXOGFwcEdmN2s4eXdTTDF2ZVc3NWYvTy8vbUszaStFYjk2Y0wzNkszYlR5OVh4VHdRcmxnb3FLNDJmSUNzdTdkL3hhWHhKNTMvUi8zb3FuK1V4N0d6VHRsRFo3eC8xeXlTVUdZRUVIQUVTTkJwRWdnZ2dBQUNJeGJvZStsVnpUM3lTSFUrOU9jVmw0QW5uWHV0bkFFdWFyUFh6RVBiK3FYZXdRZkRqWk9XMzFhdlY5N1hyLzd1eWxubUtPbDFMOGNPL2R1dGlIMUd6M3hYUDZsTk0yN3BWZTMyWGVWNzNzdVpjNk5KWHV2MTM4MHJyeVB6L2ZHZHZiWmYzeFN0WTVZemw1cFBPcjVWazcvWElmV1d5cGVabDY4eW1Dd3RPV09jNXA2ejFIdEF3MDNPZmE5RGMrK3ROL3UxbjNnZFhWSFE5SVk2VGYvdGdJcVQrOHYzbzVlVDhEYXA4K1kyelRteXZmeG05R2k5NWgzMzBMUmZYYWE2clN0bjh2aUR3R2dGeW0yNWIwRHE2NWY2K3l1WHFaaW5QN3AvekZNYWk5Ri9SYW0ySnRXRERFZGJ2alc5L3B3RkhkcmpsR3YxMytmbXEzWmNvODQ0YmhkOThkaGRWR3NzVXZ5WjgxcDcrWjd6dXg1NHZtejcrUk4yMDNrbnZkVnpQVTZLamJFSUFnaXNkUUlrNkd0ZFNDZ1FBZ2dna0MyQmdZN2xXbkRxNTdYb1p4ZVZKOWRKbDZTYmFmcmsweG8wK1R2ZFErODlyNUVLamRLY2ZSdlZjYjg1ZTE1SlY5MUxadDB6eXFGN3VDTkI5L0x6K3VtdG1uNWJqK28yN1ZHcGQvQXA2MDFTOTkzajlOTEI3VHZnVUhjQUFDQUFTVVJCVkNxb2NzbSsvY2ZkaG50d3dDeHJmMVkrWWIxSmd6YTRxNitTSUZjZTNGNStNbjNuTGZXYWRVUlArVDczcUg2K2U5bnR1c2VWeDIwcFE1ZTZTNU5PYnRYa2k5cWxSZFpUM2FkSXIremJyR1YzVlc0ZkdQZXU5MnE5NjY0dVAweU9Qd2dnc1BvRW5wMjlXQWVkZnFPZS9lZXJVbTFCdSt5MHNjNDRmbGZ0dS9PR2FxcjNkOGk1aXpyMW5hdityaC9mOG04dG1yMVlhcWpWU1VlK1NaZDhldS9WVjNEMmhBQUNxMXlBQkgyVkU3TURCQkJBWU4wUTZMamlXaTM0eXRmVS9meS95aFcyendWRlNhNUpxQnUzYk5VR2YxcXVRbjBsZVRVbjBRck4wdEtmMWV2VlUzcUd2V3ZkVFk3dFpMaGExWExpdkhtelp0emFwNXBwUFZKMHhXMnJ0UGpjQnMzN2VyZjNpZkhWN0dmb0xIaTkxcis2b0phRHVpdVgwcHN2NnFXQnVVVTl2MldEU2xyNWllcSsvYmhuMWMweTlrRUozeVh3UTBsNlFUTnZxRmZUQWQxUysrRDc1ZXVsL2puU3EwZXNwNGxuWGFtV3c1bllWeE5mbGtWZ0xBWDZCMG82NVlLNzlmTTduMVRYdk1wckpkcW10V25YN2Facjg1bmpOYm0xVWIzOUF6SVBpSHZzMmZuNjUzUHpwYVZkVWwxUm0yNHhWUmVjc3FjTzNYMnpzU3dTMjBJQWdiVkFnQVI5TFFnQ1JVQUFBUVR5SXRENzNDek5PLzQ0ZGR4L3o3QUVQYnFjdXFSYXJmL2RlclY5dExQOEh2THlwZGQxMGtCdlFiUGYyS1R1bDRjU1Y5dkVsNmlHN2dkM1A3Y1BEalM5b1ZFemZ0ZW5RbHRmK2RKNmMzQkFEUVhOUDZXb3hiOFl1amM3Rkkra2U5RE5lbVlaazBSUCtYaWpKbDNZcGRMaXdhMlpmUTIrOHF6blpmT0Urc3FmdE51TURrNkU2dWNlekNoZnZiOTFpemE0YTdscVdnWTAwRHY0MExqRzNkWGZmcUdLMDNmS1M3T2pIZ2hrVnNCYy9YLy92K2JvMjcvK20yNzh5MzhyQ2JnWkhjb1BscXlwWFA3U2IyNFJNSmZoRkRUOWRWTjB3Z0hiNktSM3ZWNHpwMmJyQVhtWkRSSUZSMkExQzVDZ3IyWndkb2NBQWdpc0N3TExMdm1sNXAzNllmWDNtcWVHVi82WS8yL2F1VUV6YnV0Vm9XNUFKWE1HMjB4Q0owdUxUcDJnZVJjdFhuSHB0MnNVU2twOWxuRUplc3NlOVpwK1hiOVVOTzhncTV6bUwvVVVOZmZ3SnJYZjN4NzdnTGhvWDJrU2FwT2dOOHhvMGtiUExDL2ZBNzdpZFd2TjBxdUhGclhzOS81NzdFUDE5aDJnY0pQN3FGejIvNXR5VEhoUHM2WmQweWt0YUpTYXZpdzFmMmxkYUlMVUVZSE1DYnk2c0VQM1BQYXk3dnZYSzNweHpsSXRYdGFsdW1LTkprOXMwcHUybkthM2JMMmU5dDV4dzh6Vml3SWpnRUIxQWlUbzFYbXhOQUlJSUlCQVNvSGU1MTdVZ2s5L1hoMjMzS0NCZ2NvRDJLWmZWYStXZzN2S1R6ZVAzdEhkL2JjNnZieWYxTi9WNjcwczN1d3V6ZnZDbzJYc0JEVTZNQkJ0bysyUW90Yi8xVUQ1NFczbGpkWkxmYk9LZW5tL2V2WE9XVDdzZ1d0MkF1eHUwOTZ1bmJoSG4xY1M2b0kyZnJoZXRkdDBTOTJEOTZFM1M0dlBhZFg4YzgwWjlLR0hacm4zc01mZHgrOUx6TzN5MkdXTi9yN1JmZTlXL2U1ZmxiUkR5dWl4R0FJSUlJQUFBZ2lzQ1FFUzlEV2h6ajRSUUFDQmRVVmdRT3E0N25lYWQ4TEgxYkROeTVwK1QwbUZyZ0dWektQT2k1WFhxcjF5YUwyVzNUSDgvbTlmRXByMENyZWtNOXRtbCtQZlY5QjZsNVZVNmhnOHE5MHNkVDFZcTVjUDdpdmZLMjQvRWQyWG9Mc0hDdUl1TnplbjU5ZjdkcFBhVGpHdm1ocmFYK2ZONWtuMVBTc3ViUi9KZmZhK3MrWHV3K3ZLWi9HbmI2YUpwMzlSYlI4NVFZV0dkYVhSVVU4RUVFQUFBUVN5SzBDQ250M1lVWElFRUVBZ013TDk4MTVUYWVHT3FwMHhTd1BkNVdjaFNTM210Vi9ObW5PVU9iMXMwdWVocDZIN0V2UzQ3MjBJM3huMDZMN3dhWjhacndubkx0SEEwcUV5dFArNldYTS8xSzJTK29jbDZMNno5bWt2dFRmTG1mL2FEcXpYK3IvdFVXbko0Q3VnNjZUZVoyczBhM2Rwb0h2b2lmRkpCeGQ4OVFzWkdjbTY1Z2thOStHVE5Pbk1MNWJmTGMwZkJCQkFBQUVFRU1pR0FBbDZOdUpFS1JGQUFJRnNDL1JkcmxMNzhTcjBEVjZ1YnQ0aXRFeWFjMGhCN1krVmhqMjVQYXBvMHBubE5BK0pHMzY1ZDBIcmYyZWMyajQrbUtDYkhZMlRscHc5VHZPLzNsRStTT0MrWjl4OWtGdFNnbTdmSzI3K1hyL2VlRzMweEZLVkNpVVZCcVNTdWVlOXUxWno5cW5YOGlmQ1QzTDMxYzEzMWp3NmFCRzkzcTU4VU9DUS85WGs4ODVVWWRzdHN0MW1LRDBDQ0NDQUFBTHJvQUFKK2pvWWRLcThlZ1M2Ky9yVjBkT3JtaHI3WlZORHFVZEJoV0h2ZUU0dVZkdzV0cEpXM2w3YWMzSnBsMHN1WVdXSnVOUWk3VFpHczl4WTEyZWtaVWxmanVpeTZ2Q2UwbTlycEtYMXhTNjVYTzdlaHBlelVKQjZ1NHNhNk8vU3ROSjRsZnI3elVPSVZTcEloZkhTaXovYVFSMGZmMEVUdE1TODhXendIUHJLTGNqM1dqRTNXVTJxZDNSR2UrYjFMV3A2WjBmNXRXUGxjclFVOU9veDB0THJTK1ZYckNWSkp4MFVpTDQzWlk3OE5yeW5YbzI3Vk82N054OFdtZ3FhOTRHaUZsOVRlV3E4V2NmOGYzUkhldWorYy9lQVJaU1UxOHRVcDFhZGV4K202YWQvVHEzNzdscTJMSFgzVm03MHQvNzBEOVJvVWxPSENvVithV0J3VHdXcHI3OUc4NWMycUtrNTdrYUMrREZvK1BVUHZvZ2s2U1pGY2MxL1gzMmZHT3N5cjQ3eE5UbE9GWWZWVVpheDhxdDJ4Qmo2cmE3OHpkY3ZrcDM4cFhmR3ljRXhZS1hSMUR5MHZWVFNoR2JUdzVOdThCa3JKN2FEQUFKcmd3QUordG9RQmNxUVM0RkxydjZuL3QvWC82enhiU3YvdUpxSlRaUlFELzNzVm42MG8wblB5ai9IdnZObmxhV1N0bGRaYXVVOVJmc3paYkZURS8rMHc1Y2VERit5a2dwVTZqYjB4MStqMEtkRDVZeHFWZG5tOFBMYis0amNvbWxVdVBUdU5NdmVRMlVmMFova0YyQU5YN2V5M3NyYmM2TzQ4aVRSUDIxMEpVTjFjcTN0TXNTbmtrbmxIeXFYMllmYmZxTDl1akdxTExlaVBRNUlQYTJOK3VJSk4rcFRoMXlqVXRkZ0ZPdWtoVjJOMm03L2Iybm1TN1AxNGI0L2FvL2xqMmw4WDAvNVdXcVZpOTJISWg0bDZGSFNtM1NXMngxUW9ycVk3Vzc2WUlOcXQrOVd3YnliM0p6Tkx0Wm96djUxNm55b2UwV3lIRzNmM1YvVVFxTGU0Z3FieiswSDFWV1dMMmk5YjdScTNLZVhsVjhyWnhZd0J5ZVduTk9tZVdlWmg5TDFyYWhydEQvZmdPaTJKUE52TTdMMDFEYm85K04yMURXMU8rdnh6WGRXZldPTkNsM2Q1ZVk4RkozQmtoWks2bGpXcEkrZmZLKytmdUlOMHJJR2xRb0ZGV29HOUZwN3E5Ny9qV1AxeVAwYnFiR3hVcWFWLzlnQzlyZWh6Nk15Uk5FYzZxdnhod0Y4N2RvZUhlM1drWng0K2ZwbDh2ampyLzFRNng3K3ZhOW13MGZNVUowQzFJTWp5c3FKV1hoUDRUNDkzRC9VUDRZK2o4YWZhTy8yYjBkbC8xR0NQbnlzSDByYVEzMjB1Z080NGQ4T2Q3L0R0K3NiKzRaK1gzMWxkc2M0MjJLb3hzTS9EYTlUK1RVSUpkVytYN2JLWjhQSDJiNitBVTNicEVYM1hIYUVKcmJ3QUltNG5zSjNDT1JOZ0FROWJ4R2xQbXVOd0huZi9hdE9QKzAyODVpbXdSL3EwSE9vb3lMSFRUVGp6aUhhVlE3ZE5ldWJvTG43QzA5cUtuc1lQdDFjK1hGYVVUbDhqOUVhUHZGWWVYdXVnYjAvTnkwYWZqREJQeEZLc2c3dEwvcmNUZENUYkh6Yjh6WEZhbUxzbXFWdEEwa0pTOXozb1hxNlpiRzNZZjRlblFkMjNXcTErZTZ2Nk81Zi9WQXp4M2VXSHd4WFhtS2M5TEZ6ajlURlorNVJTY2RycFRlT2Yxbkg2MzRkdXZSUnRmVjJxSExCZVNXNlVRdnd0U0piMlMyOTIyS040T2JQRjFXWTNGOSs5VmxOclRTd3JGYXozOUtrN2puTFZuckZtbTk3VVJuc1pEcDBHTVlzYTVZYmYxaWRwdjZxVDRYbGd3bEgrZDc3UnIxeXBMbnZ2VEl4ZDZQcjY3Rm1PWE9XdjBsU1IzMjlicW5mVlZlTTMwMFBMZHhBV201S2F4SnJzeVZmMzQ3aVZGRDlsQzc5OGNaTHRQdWI1bWlnZmZCZS9BYnB1dDl2cGZjYzhSRkxQcWxmdXZGT0duL2lobWRmK3c2TkpiYU9LeFgzNUFEZldCTFhndHh4TC9wM1pPbldKNXlVclJ5VDBMaWQxTStqZmFSNVFrSlVYdGZJVjg0a2EvZlFVM1ROaC8zL2NmRjEyMUpTUGQyeVZ4T250RVoyblh3OUxtNWNUL3BOaUN0RDJuN1Nyd25iVE5CemYvdWdKamMxcHNGbEdRUVF5SWtBQ1hwT0FrazExajZCYjMzL0VmMi9UOXcrT0ozMlRmVHN6NkkweEhjNXZIMGV6NTE0MnhNTU8zRzFVeG83clhFVEs3T083MXlXNzJMYnBFbWVQZm1ONHVHZSs3VEw0anMvR1pYUFRjTHQ3ZGhHMFQ3dHlWSW91UTVOU3QxOTJXMHBkQ2JkVGYzc2VybHg5Zm1uYVErK2NvVW1sTzcrUS8waGxIS0cxbzlyUjlFK292VFNia3ZSZm1wMTljMlg2YjE3UHlhWnk3dk5ueGJwanc5c29YMzJPY2twWkxHY0tjNll0a3hIOUQycDk3WGZxWmxkcjVXWE1ZbDYxQ0x0S1hOSVBkSzFEeDJZeitwYXgydmoyVXRVTW1leHpRYnJwZTRuYWpUN0xTWjlHdHBESkcvWDBIZVFJT3ExYmk5eWUxbmpOazJhY1V1ZmloTjdOZEFuMVRSSXZmK3QwZXkzMTZoL1NkK0s2MWQ4KzR1MmJXN1pOMytmM1R4SnR6ZS9XUmYzN3E3NVMxb0dWNG11T2JDVEF0ODU5MGltVnR2c08xZFAzSGlleXZjV21MemVMRDVCT3ZxMDkrczNGKzAwK0tIZHYzd0hZVUp0MjN6dUpuVG1NMS9mOWZVeGV5d0pKWEwyV0dHM0NqdDZ2a01uY1gzRnJhOXZmTFhId2FSKzV6dFE0bHZISFUvY2NvZktZYmR3dDk3dWVPeU94ZmI0NHY3RzJIWDBiZGZ0SVc0OTdaWWN0VG03M3I3OXVhM2ZiaGYyOXQzZnlOQVlGVHJna09Sa3Uvbkd5Mmg5ZDNTeEQ3T0Y0aGx5Q3UyelQxTjNtS0NuSC9pQUpqWnhCajMwcThibkNPUlJnQVE5ajFHbFRtdUZRQ1ZCdjBPUzc4aDNhT0xtVG14OGt4djd4OTlOY3FQbDNRbVVPeW1NMXJPcDdFbWhPN216SjhEUnhNUmw5aVhBZHNMZ2xzR2RZTHNwa0R2SmlVc0dRdW1UblR6YTVRNGxNdTZrTUpSUXVCTXFuMi9TbVNYZlpNMDE5RTB5UXhQRVVDeVQ0aFJYRHA5cmxIeTU3Y1cxcXRPdTczaGVEMTEvb2RRN21HV2JSWnFsdlk3NG1PNjlkU3RWdm5EYm1sbW9UaTJ0M1RwdzNMOTExT0svYVllZUp6V3VyN2VjUzVvMWpFcmNOTnBPRDZNZVlaWnYzbktjTnZqM01wVVdsOHIzd3B1dTJYbEhnK1ljWVM2c0h6ckhXVTJDSHEzbjF0N2VSazFqcldiY0xEWHVWbm1WV3psUDdTM3FsWGUycVAwZlM0ZWxyWkZxUmFGeUdYdEhiWTMrMmJTcGZsM2NVNzhiMkZidG5jMVNueW16ZTlqQ2pyWDluYTkwamJyb1oxZnBsUGY5dVh6d3BIelFvbEY2YWY0RTdiemZwelQvUCtiSjcrN05CcjQrYm84TmRxMTk3Y3J1WDNGam5hK3Z1b21ZYnp5SlBqUEx4bTNETno3YTY5cC85eVg1U1VtZTd5ZklONTY1ZGFqMnA4c2V4KzBFMGY3ZDhNVW5PdGppR3pQaWVsYm9PenZXZGowanU2Z3Rtbi9iQndiY3N0bmxzZVB0YmpQMDIyQ1h3NDJuMnpic3NyZ083Z0VSM3hnYWFpTjIyM1A3aTYvL1JQV00ycXRkaDM0UzlHcTdCTXNqa0JNQkV2U2NCSkpxckgwQ1F3bDYzQ1h1dmg5czMrVnY3b1FyZEpiSU55R0lQck1ubXI3TEZlMTE0OG9RT2xNUXhjQzNidHJQZkJNdmU2SnQ5dUZPU24zNzlaMTFDNVVoY3JHVEIzdGk2WjQ1akdMaGxzc3VtKys3YUQxM2docE42TXozN3RraDkweVRteXlrcmFjOUVVNHpzZlJObEgzdHg2N1Q4RDVZcUMzcHdiOWNwRjIzZTZueWZ2SEJoUGlTNjNmVHljY2RPUmhIMzRHaXFFNW1oVnFwcGs0YmpWK290emMvcDNjdnVsOWJETXpXbEs3TzhrbGZrN0Q3MGphN3Q5aUhNOW9PYU5UNnQzUnBZSUZVZm5aams3VDBnbkdhKzJWemMzamxTZkp1Q2hKcDJZSysxTThWczF1UXVlZDE2bmxOR3YrWlRwVVdTd1d6bzhhQzVwOWMxT0xMSzJmUW8vOU1RbTR1WTEvUzBLREhDbHZwVCtOZXA1czdkdGFzd2dTcDNkUTZ1b3pkTGxsY1FocnFQMFUxeitqV0g2NjdXTHU5NGFXaEt4ekdTYjk3Y0hzZDh2YVRKWm1qQ2FFL29XVERsOUJHMnhpdUVuN3dsUjFWZHgyN1BQYStvdktFeGk2M0hxR0RYMjVmOGZXWHVFVExyYis5UGJmdjIyZTEvUThUWGZuRmc2SDYyK05QcUsvR3hUTDBPK0dPajBtK1BsZDMyNkhFMWU1OTFmNmUrT3BtSjd1KzhkMXVNMUVQOUkzVG9kOXBleDEzLzc1MTNMWmc3eXM2aUdHM0E4Nmd4d3hBZklWQXJnVkkwSE1kWGlxM0pnVldUdENybWRDR0pubDI2dUZPZW4wVEMzdDUzMlEyYnAya012ak9oTmpicy9WSFVuZmZKTjJ0ZjFLZDBwYkJQVERnVHViaXl1ODdxQkJONmtPVE50OEUxYmVPbXk3NmtwODBuN2xKUnpXeDg4VTBxVndOT3VMOWY5VzFQNzljV2pSNGR0WThHRzU1azNiNzBPZjB6TzJUckVUVGQ4bXFXNzRhcVZpamx2b3ViVkZ2a3ZVbjlmYk81N1ZEeDMvVTJHY2V0RlpKMXFONzFuM1RZRFA5blhoaW5hWmMwcXVCUlpVREJvVW1hZjZIRzdUNHlzb0Q0dHoxZk9tQ3E1RVV5VXJxWE5DNHcrdTEzdFhkR2xnNGVNOTNxN1QwL0JZdC9ISkgrU3k1K2ROVGxKNW8ya3EzTjJ5cmg3bzMxV1BkNjZsN29FSHFONldQcmh1SWJOejJZcGZFUGdBWExXY25LOUZuZGRyM3FDZjAreXN1bFpaVUh2aGVQbmpRSk8zem9aUDF4OTlzTXlqckcwbmpFaEMzMy9uS0d1b2pvVDd1amdlaC9WZFRycEdNY1hHdElxbE9icnNPalhHK0ZteWIrcTZjcW1ic0RjVXpUWng4U1cvY09KdFVSN3ZjSS9tZGlMUHlIVXp3amZWSlBUMVVyalR4VHVvN3ZuNFpyV1BPb0kvbkVuY2ZJWjhoa0hNQkV2U2NCNWpxclRtQitFdmNreVkwb1FRcTZjZmVOMG56cFJCMkFtcFBNdUtXRFUwQWZST2twTzBreFNWcC9XcnFGTGN2ZDJLV3RGM2ZBWUc0aENDVStDZFpwb21qN1Q3U0dDYWxsNjZkbTVoSDM5dnRxYWpHOVh2MXpNUG5hc1B4UzFUcUdUeDczaWFkY2NFQk92c0w3OUxRNmRvMC9jQzJNUHNwVmpaWUswMmZ2bFI3TFh4ZXU3WThxZDJXemRaR25iTldQSEROSk92MnZlc0RxdFcwODFvMTdyVEZHbGhhT1lOZXFpL29sWGZVcU9QQi9wV3VYWWliOWllMVh0LzNEWnNYTmZPeEFaVzZTK1dINWRXWXE5UWZhTkpENzVpcXg5ZWZybnY3M3FnSGE2YnJ4WGtUQmg4dkg1VStNay9xRTBrbERsMjIyNkFmWDNhRlRqem1JV25wNERicXBhZG5UOVZiMy9rSkxYeXh6YnJVUGFsZEpwVXg2ZnRRZTZpbW4wWmxqUHBFbW9SOUpQMStKT09lT3g3WS9TZkp4dTE3U1FmbTBtelBkNENpMnZWOGRmS2RyUTYxSFh2czhvMDM5bTloWE5uaXJvaFlVM1ZLKzlzUTZydWNRUi9KV01zNkNPUkJnQVE5RDFHa0RtdWx3UEFFM1hlRTNqNXk3aVorYnVJVG1yaTRrMUY3RWhSdDN6ZHhzU2V2b1VtaWIwTG9samwwQ2JhZFZFVDNZcnVYU2tiTHVCTnAzMzdkL2RpVE9yTzgrYysrRkQzcE1reDdRaFN0NjA0ZzQ1SUNYenhERS9aUW9wQ1VPS1JOR256bGRIMlNEc2pZY1kzVzlTVjA3cGs3WC96cjlLMkxmNnZQSG5kMytRcnA4bG5aQnVueEY2ZnJ6WHQrVWwyTHpQbGlrM3k2WjRMakp2cStTL25OOHVaaThCcXB0a2FGdmo1dHRzRWk3ZDd4c25icWUwb2IxN3lpRFRxV2FjTEFJaFZMSmdHdjBmclhOcXJoblozbDk1RVhpdExBUUkxbWJkZWczcm1Wcy9CdUJKTWk1RXM1ekdlRHBWcXh6ZktGNlRWdDJ2U1pMdFZPNmEyYzdxK1R1Z3ExbWpEMUcrcnViNnhjWm1BeTl4WDNsY2Q1aFBhYzVuTTNoa1dOMzdCZC8vN1R0N1hCcE1FREttWXpiZEtGbCs2aFQzM3ljT3ZhQk4rQncxRGk2T3NqYnIvMHhkV09nbTlvVHpvTEhZMEgwZVhIZGpsQzQwaW9YRW45M0IybmZURnp4OXFrdmhnYVI4eDZvWU1zdnJoWG01VDY5aHZhcmp1K3BLbGo2UGNremJiYzN6TGZlT1YrRmhvRGs4WjUzL2ZSdG4wSEMzempiL1NiRXZvZEN2MjJ1UDFoZ0RQb3ZpR0F6eEJZQndSSTBOZUJJRlBGTlNNd1BFRVBYWklZS2x0U2FwQTArYkszbTdTdGtaYkJuY2lrdlp4d0xNb1dta3ltbVdSV1l4ZG5ZMDhBNCtvVU44bDN0NTgyVm1tWGM3ZWY5c0NGYjJLZTFJL010dXUxNFJzVzZvay9mRU90ZGIxRHIxV2JMQjM4a1kvb2xoOXZIM1BKZE56MlEvVzFQemVUWjNPUXBpZzFGZFJRMjYwWnl6dTB5ZVJYdFdYUGE5cThlNUZPdlBzQlRkaTJRd1BtZmV4MVVtRyt0SENMV3ZXcnIzeUlKN3FJUExvYjFKUW8rbnVVN3RsUk4zdXo5bHF1d0xMYVJpMnJyZGVDK2dZdHFKMnVGOXFuNnRuV1NYcWtaeU5kZU12MWV1dWJuaSsvNHEyY3BrMldObjdiVi9UUy9ST2RzOVMrZGhGcWIwbHg4ZlVKMTdOQkozN3hQdjM0SzFlcC9INjd3V1ppRGlEc2MvUkhkZjhkbXcvZWtwQjJYMG45MDdlZGFpN2Jyclljb2ZJa2pWbnVlcjZ4STIxYzdBU3ltaXVrUWxhK2U5WkhNNVpYWTVwbS9QRXRrN1JlMHRoYzdmclYxQ250c3U1Qm1MRzRDaUUwTG5PSmU5cW9zQndDZVJNZ1FjOWJSS25QV2lPdzhpWHVTWk9MYW9vK2x0dXFacjlqdmV6YVVBL2ZXYSs0ZTFOOXlkTkk3bVd0MWpKcFlyaW1MUXNxdEpSMCtTOS9vMk1QZkVScUg2eGZrL1NIdjI2cGQrejF5WVNIamxYcmtiUjhsRktiUktaV2F1N1MzR2ZQMUxUbTlzcXJ6cHFseHgrZG9WUDNlNjgyYTUycmlYM2RtdGpicVhHOVBXb2U2RlZkZjc4S0pXbmNoTjdLWmZNMU5lcHNMNnJmbkFDdktXcDVzYWlsdFUxYVhOZW9CWFdOV3RqWXBGZVdqZGY4eGVQVldWZW54ZldONmpaSEFaWkdWM1kwNkl6di9sWm5uWGhiK2FGNTVYTnNVNlFQZk9aby9lSTd1MWtITHRJY2pFaXF1Ky83dVBaVFVLRnVRTCs2NmxjNitvQkhLMG02cVhTajlPUUwwN1RqMnordHJnWG1tZkxSd2FhUjdML2Fmak1XKzFnZDJ4aHR2eHZ0K21uck9KYjdHY3R0eFpVL2FjeExXL2UxZWJrNFN4TDB0VGx5bEEyQlZTbEFncjRxZGRuMk9pMlE3alZyWTBXME9pWk1TV2Mza3VveWtqS09kcDlKWlVyemZiWGxybmI1cEdRcVRSbEh1OHhZbExsTyt4ejZwRzY2N0NkcVZwOEd6SDNXUlhPVmU2MzJQKzRqK3ZQdnRuVE93bGE3ejJxWE55YlJPa1Z0OXViWDlKODd6aWsvQkwzOFNySHgwbVcvM1ZVZk91b0VxV0RlTXhZdEgxbFdrdEg2S1lQbjBBc0Y5U3lwa1hxaUpIWHdvSXk1SDc2OEcvUC81aS9SbVdEemR6dWhyZE1CSDN0U3QzM2prbUZsK09FbGI5WEhUejAyY0Y5K21yajZYRVppVmF0dGRwdWp4Mi8vdG1vSEJzb0hNY3FIT0taSVIzL3FPUDNtd3AxSGVQV0Q3Vm5OZ2Era3VvK2tqdFd1VSszeVNXVk84LzJhMkdlYWNxVk5wTk5zYXlSMUhNazZkbG5HNHJka3RHVklZMk12UTRKZXJSakxJNUFYQVJMMHZFU1NlcXgxQWlUb3F5SWtxM3VDWkNkNXE2SStvVzJPeFdTeW12S08xclh5OExhbi8zdU90cHc2WDRwZTBUMUJPdWZTZCtqTG56akljNGwwdGZ1c2RubTcvblU2NU1USGRkUDNmeW90Rzh5bkowZ2YrOVo3ZGZFWDkxU2x3S0Uvb2VkRFZPTnJscTNSOUEwWDY5RUh6OWUwcG83S0FZeDY2Vzh2enRUT2U1eFdmb3A2cFdTanFlZG9rK0ZXZmU2c1cvVE56OTljZGlvWFpZcDA3b1g3NkV1ZmV2ZmdGUkJqbVdSWGF4aVhjS1haMWxqWXB0bFBOY3VzN3I1ZVRkblNMbHV0NjFnZFZFcGJQdDl5MVpaNUxINExxcm5GeU95UEJIMDBFV1pkQkxJc1FJS2U1ZWhSOXJWYW9KS2czMTU1WjlGYTgyY2trNUxRcE44NWs1aTZqbkdUTTk4Mmt5YXdvVHI1UG85N3lGTHFDamdMUnZzWmphMjc3MnFlU0R6U2NvL2xlblU2L2pNUDZlZm5YYW1TU1RUTmcrSHFwTmtMeDJtbi8vbTA1cjA0ZmpCQjl6MktMVzA1NHB6ajdNMTNUZnIwbCs3VStWKzlxVkkrODRxMWNkSmU3L3VZN3IxK0swbTlua0lrYmROTlZOM3l1ZXNYcExZYVBYTHYrZHBwODltVll3SzEwcXZ0YmRwcGo5TTA1d1ZqRkxYLzBTYmFJKzJiQmRXMjlPdnluLzlhUngveGp6SkxYMitOZGpyNE5EMSt6NGFEVG1rVDlMSHNEN2FIK2J2OW9MV2tOalhTOFNNdUlSdkx1aVcxRzdkcCt2cUJXNTZSam5OeDlhbzJ1WXpyMTZIZmdHcGptMmJzU0JPcnBOOGt0NzJsMldiY1FZRzBCeWhJME5ORW1HVVF5S01BQ1hvZW8wcWQxZ3FCOUs5WlMxUGNrVTRJUXBPN05QdE1zOHhZbGN2ZVY5STJreWJjMVU0TTA5U3ptbVdTeXA5bVcyT3hqVFQ3R1l0bGF0UzJhWmVldVBmL05IUGNrc3I5M1dhenpkS256ejVFRjV5NzMrQVo2dEhFelU2V1JtTFRwRXQrZElWT2V2OERLclZYM3ZYZFcxL1VkbS82cko1OWJ2MkVCN1JWYXhSM0lLRlpQL25aejNYQ3NRK1hEeFNZY3BTSzBwNG5uNnI3ZnIzWkNCL0VGaXJmU0p6TXRvcXFhK3pXS1orOVgrdVBXNnBiNzkxRzk5NWliaytJM2pLL3BoUDBVSEtlTms3VnRNTnFsazI3LzZReGVTUnhXeFBsSEdsOTA0N1BZMVdua1hpT2RaK0t0bGR0V1VqUVYwVXJZNXNJWkVHQUJEMExVYUtNbVJRWVN0QWJyRmRLcFQwU1AxYVRrN2pKWUZ3aWtlWUlmNmlNb1VuSVdOUXBUYm5pSmxmUmQzRm40TXd5b2JPamRxS1lkaEtYTkNsTFd5ZDdPVGQydnUrU0RuckViUytweTluck51cDdQLzZOUHZIKys4ckpiL25zZVpQMGoyZG1hTWM5UGlkMTJNOUdkNTg4bmJZTVpybWsyTVhFcHJWV2Q5MzZRKzM5eG1jcTcyVXZTaSswVDlMT3UzMVNDMmFiOTN6YnoyMnY1bUJBdGJHcjE5R2ZmRVJYWG5DNXRHQ3dtVFZKbi8zZXUzVCs2ZStvNGtER1dNZmIzZDdnZy9YSzVNYkdKT2RwRXF0cVBOeCtGdmZLdFZCc2t4emN4TWhkM2kxRFV2bEhNMlltYlRzdWlWdFRmVCswMzhqTjV6R1Nla2I5MjNjMVJMUzkwYllQWC91TkszOVNQWksrajlxczNjYml4bTFmK1VqUWszNkorQjZCdkFxUW9PYzFzdFJyalFzTVhlTGVHUFBPNTlDRUwrNTl3YjRmZnJlNmFaTGtORW1ldloya3k2N05zdEVUcTkySnJ5L3BpWnZnaE1ydks0TnZYejRQKzdQUWdaS2tWejJaY2tYMURKbTdaVTl5ODVVL3FaNmgySVVtdW5hWjR5YWxhUzVqdGZkUnEyM2U5TElldnYxQ3RkYjNETDFXYllLMHo4ZE8wUjkvWk02OG1wZCsrOHJsdHVOb0dWL1NaTGVmYWcrdUZOUTJyVXQvdWVzaXZYN0RWeXRYczlkTDkvOW5VNzM5SFNlcmI0SHZkVlZST3dpMXJUU0ptdHQzVExscnRjbStDL1g4clYrWGxnNjJueWJwNnR2ZW9LUGU4OUhCQjhXNTIvWmRydXhMVnVMNnF0bFhhSjJvSGZ2NmhKMkl4Vm5FTFJkcWIrNzJiSE0zQWJUakg1WFg3WXR1djdQYlUyaDdidDNqK3AyOS9hU0VNcTc4U2VWS2V2VmJWQTY3WFlUODQvcWRIZSs0TmhBdDU4YkhYc2NlTjkxOWhzb1F0MDdVWHFOOXU2K2w4LzArSkxuNWZqZDliVFBhVHRMMmZQWHl0Wis0c1RmME94ZlprcUM3djdMOEc0RjFSWUFFZlYySk5QVmM3UUwrQkQzdDVhR2g1TS8rM0RjaEhlbjI0N1lib3ZOTk5OTXcreVlsb1cyNWt5QjNVdWRPM09MS0dpM3JTelRjeVhmY0dmU2tPb1lTTER2SlNKcVlKVTBPMDViQlRtYmlKcmxKNWZGTlJndFNjMG0zM2Y0VEhiRGpVeXAxVmk3WlZvdjAwMnQzMVlrZlBWN3E2TFN1UmtpVC9DZlZLK2w3WDUrbzFlYmJ6ZFg5dDEra3FhMGRsWlBCcG94WHYxa25Idisrd0tYYjFTYmc5dkwyaE53dGIwRjF0WDE2NGFWek5LTjVxUVo2S2crS2UzYitWRzI1NjVlbFJiNTc0WDExamp1Ym1CUkx0MDNZN1RMa20zUkFJSzZkSmNVczdudGZzdWQ3YUYvY21kZHE5bS9ITVJvbmtzYUdwUEtuR1V2U0pQKytjV3NrNDNZMUhxSHRKLzMycERGTGFxZnU5NzREVlhiNTBoelVUREwwMVRmMGUrVTdVSmptdHkxTkdhTHRrS0NQdExXeUhnSlpGeUJCejNvRUtmOWFLeEMrQnoxcFlqS1NLdmtTcUpGc3A5ckpwcnQ4MG1RbVRUSVFOK2tjYVQyVG9aZFJ2Z0FBSUFCSlJFRlV6Sk8rOXlVMUlTczN1VXV6N2RCa2RLeGk2RXM0cTUxRXUyV3MxVUhIL0V1Lys5RlBwSzdCVjVmVlNsMmxXcjFoNzgvbzJVZlhjeTRkTit2YnlXc2FsN0dvZjYzMit0OW5kZWYzTGxhZE9ZdHM1dkVUcGMrZmM1QytlZWErQ1pkdnB5bGpOYkVyU0RVRjNYSGZwZHJ2OVUrcjFGMDVxTEdrdjFGYnYva0xldlcvNHp5WDJ5Y2RyQWtkK0lncmUxTGltNlpmajBWczBvdzNTZTAwVFl5UyttcjBmZWdLbXJUcmo1VmJVc3g5NVVtS2Q3VUhiK09TOEdvUzlORFltUlMzMEQ1OFk1blpSNW9EZ0dsK24reTI0THU2SnFuTnVnbDRrbFhjOWtqUVYvVW93L1lSV0ZzRlNORFgxc2hRcnN3TGhKL2lualF4aVVzR1ErdjZKdHp1UkNFTmFXamlIbjBlYlRQTkpDbHVNcFJrRUpkUWh2YnR1aVZON0gzTDIyWngrMGxiL3JnSmU5cFltbTI0WllsYjE3NVN3SzVQTllsYzB2NXExRENoUi9mZjlYM3R1TlZzbFpaWFhnTnVIZ3ozblYvdXBjK2NkRVRnMVdXaG1DVEYxSFpNbXJqYlh1YnZkZnJJNlgvUnBhZGZYYjY4dmRRdkZTWkpoMzM4Qk4xNDZmYWVCRDN0aE5wWGx5UTM4MzI5dm43V2pmcnk1LzVZZVdDZGNXdVM5amp5Rk4xM3l4YURUMHEzdHhQWGo1UDJsNVJNaE5wS1hFSWFTa0NxaVdHYXBDMnRRZEs0bHBTVTJXT2VPLzdGdFR1N0RxRnhNUzQrY1dOSTNEanN1Mm9vcWMxV1U2KzBjVXpiOXFvZGg2UCs2NDdGcm5GY0cwMTYxa3ZTK09rYmM5MXh4VjBtN1c5SDNHK0MreDBKZWxMdjVuc0U4aXBBZ3A3WHlGS3ZOUzR3UEVFM0V3THpYK2dlYmZ0NzMrVFZOMm1LdTdmWmJNTTlHNVJtb21vbU52WjI3Y3NLN2ZXajVjeCszTE1NdmtzUjAweFVvL0pHeTlvVDBXaUNHVTJLSWtmZlplcythOTlrcjVwSmRSUzdVR0xoWGdJY0xSZTZITmZuWWJjUGUzOTIzZDM2eGsza2ZjbUZyenhwYld5dlpuMzVxemZwNjErOG8veSs3SUdTVk5NZ1BmcmZHZHJ2NkpNMS84bVd3WGJraTVzOXNmWGRSeHZYcmwwTGV6SnYxOFBlUnAzTy85NTErdlNIL2xRKzAxLysweXh0dGY4WDlNeWZwdzBtNkhGeHNyY2I5U3UzSDd2SnBEdjgyRzI1VnUvKzRLTzYvcUtmUzhzSGwydVZUanYvTUgzM3kyKzNMcm0zdCtFbVpYRnVVZnMzNjlqcmhTNEJkdmZqR3pwOVNheXYvOFNWMmQydTcyeTFtOHpaZmNKM1NYSG9qSGZjSmZtK1BtUFh4ZTY3OXZaRHR4VlVZMk9QcjI2Ymlic1VQdHFIejhQdVQzWi9pR3ZUdnQ4aVU3L0l3WGUyM2RkKzNMRTYxQ2JpTGdmM09maCt1MEx0TkZyZi9kMXg0NUxtWUpUYk5ueTJ2dDhsZDl1MmcvdTdHUnBEN00ranVwS2crMFlqUGtOZ1hSQWdRVjhYb2t3ZDE0akE4RXZjZlQvOGJyRjhDWFEwUWJBblF0RjZTWmYwdWR0TDgyOTdjdW9yWHpUeENFMEUzUWxOdEkyNGZkc1RORjg5N1hMNDZwdzAwVS9yWEcyZDdPMjZpVVhTNWFScEo0SjJtV3g3MnpsdW9tOGY5QWdkU0FuVkk5UnRhbFF6dmFUK0Z6NGptVnZNKzZTU2VhLzRKT25ZazQvUnJ5N2ROZkJlOGJqTGR1UDgzTzljaDFBYml6NnYxUTNYL1VpSDdmZkVpa3ZLTzFXdm1hLzdraFl0TWs5dzcvTWNaSW9iTW56SnNjL1FQcGhnbDdtb3JYZC9WWCs3L2p0cXJ1dXRuTkZ2a1g1ODFadjFrUSsrMTlxUW0zZ2s5UVBieWRjbmtzYUx1SDRTZDlBdGxMaUd4b0swNDVkWkxxbk1jV05tcUEvR2pjV1JXeFF2My9hVDJxTTduc1c5dWNEWHpuejdEQjJJaUd1bmFYNVAwb3pudm5qWmRYUVRWbDh5YnZmUmFKOXhCK0pDOVFyVnlkZFczRGduL2Y3NXhuK3pqdmt2emFYdW9XV1QybERjK0V1Q0h0ZkMrUTZCUEF1UW9PYzV1dFJ0alFxczJmZWd4MDFrUnNxU05Ga2U2WGFyV1c5VjFDdnRKRGx1SWhWWHJwR1V1ZHJKYTlJK3hqSjJSVjMyNnl2MWdjUC9xdExnazhqTmE5VWVlSG9UdlhXbnoxcXZDdk5OaU5OT2RxdHBFL0hMTmt6dDA5L3YrNjYyWGUvVnlpdldHcVNuNWszVHRqdDhUcVZPKzB6NFNOcUJMd21OU3dETjhqVnFhdW5TQTMrK1NEdTg3cFVWRDRyN3gzTXp0ZWVoSjZ0OXRubnJnNTNjanlSMlNlMWhKTDZyWXB0eGZXb2taYXgySGJkT0kwbUU0L2E1dHNTdVdwZHFsMS9WYlNOTmVhcTFUaXB6MHZkcHlqVFNNU1ZhandSOXBNcXNoMERXQlVqUXN4NUJ5ci9XQ294dGd1NUxCRlozMVpNU2o5Rk9SdExXWjFWTm5HemphdmRSN2ZLaHVycG5wdEthSkMxWDdlUTEycDVicjNydGNlRFR1dlVYbDZxMTJLZUJQcW1tV0xtSGVwL2pQNlkvWHJOVjRPeDVhSHRKNVI3dDkwVk4zMlNoSG4vd0FrMnBiNjg4d2IxQit1Ty90OUErYi91RTFHOWVBVGZhSkRFdXlRdTBpN3FDcnJueEYzclAyeC9YUUdmRmNHNVhxL1o4MThmMXpDUHJPL2ZGanpSMm83VnoxeCtyTmg1WHJ0V3hqN2g0cncwSitsakhMYXZicTdZdEpQV1RhcmUzcXR5U3ltbnZsd1I5VlVXQjdTS3d0Z3VRb0svdEVhSjhtUldJVDlCSE8xbW85b3p0U1BhWGRoOXBsNnMybENNcGMrZ2dnZms4NmRMTHBNdlNxMDBzUmxKKzN6cWoyVTdhZGRNc1Z5T05LK25oUDErb1hWNzNra3FEOTNNWDJxUWZYYmViVHZyZll6VjBVM1hhV0tmWnI1M2NSMzlQRzZ1aXR0ditaZjNycjkrdVhJNXY1c2JOMGlWWHYxVW5mL0FZVDNtcm1UeW5TV0JEMjJ2VUY3NTJxNzd4LzI2VjJnZXZvRzJVRGpycUJOMzZ1emM0RDRveisxbFZCMjVjMjdTdWFlTnJiei91a3ZPNHZwbDJYOVcwcFZEc1JyT050T1cwNDFuTk9tbVhUVHNlajlWWUV4cHowOFM3bWpFMVZDLzdjN3VmMkdPK3ozd2tzUjdKT21uakZwWFJMamNKZWpWNkxJdEFuZ1JJMFBNVVRlcXlWZ2tNVDlEZCt6U2pIK1BvM3JiUWZkUnVRdUo3RUk3N0lDaDdZbVJQZk0za0l0cWYrYnM5YWZFOW9DaHUzM2I1MDA0STNVbFN0RjVTblh3VGw2U0pmMVMvcUY2MnIrK2VXZCs5MmttVE1idjg5Z081b2dsV1ZBYTdyUGJEN2VJbXR1NmtNL3EzSFNmYnpmN2VqcTNaaDMzL1pPaGVZbnRTNk5ZNytuZFJIL3JVZy9ycE9WZVY4L0JTU1NyVVNmTTZXclR6LzN4S3M1NlpNbmcvdDEwdisrRko3dDk5N2NHMkM2MXJ0Mk96Zktqdm1QV0xldDFXOC9URUk5OVVmVjkvNVhiekZ1blVyeDJtaS81dm44RUUzZTB2dnRzTG9uMjZNUTMxTHp2bWJubk52K3QxOEhzZjA0MC8vWmxxb3BQNHJkTHBGeCtrODA3YlQ1TDUwRjdQdmpmYWpsVmMzN0RqNEl0cG11Mjc2L242cWx1ZVVMdDJIZXl5dTJPTkwrbHk2K056RGUwamFrdnVHR2crOTluYWlaNzdzRFU3NW01Zjl6MHN6UFVJUGF3c1pPMkxZMXo1M1A0WC9kdlUweDRQN0RIU0hqTjhZNVFiRDdmdit2cXFPeWJaTWZDTmwrNlk3dGJSN3VmMjJCdlZ5WHdXMWNQVUllNWdXN1NzL1hzWXRRVjd2UFF0NTdiVnVQSEhObmJqNk9zMzBmNGluejVOM1dHQ25uN2dBNXJZMU9EcldIeUdBQUk1RlNCQnoybGdxZGFhRjFqNUlYSHVSTS8rZ2ZiOWtMc1RObmRTRkRkeEMwMlM0OHJnMjM3Y1JObFhQbmUvdnNRZ3FReWppVjNJekxYMkhaQ3dEM1RFbGNGWHB6VGI5MDNJMHRZMXpUN2Q3WStrL2ZqYVZHVUMzREordVI3LzIzZTAyZFFGR3VpVmFzem0yNlF6dnY5T25mM1ovUWVUODZRMkVacXd1cE56Kzk5cGJFTm42d3BTYzBuWDNQQkx2V2UveDhvYmZmenBHVHI0MkE5cjFpUGpQVTl3RC9XQkpOdTRldnRpVjZzdDlwcW5oNis2UUJQcXVpcVgzcmRLVi8vaGpUcnFrQTk0RG5URTljMGs4OUJZa0RUK1ZEdStqRVhmcjZZdWFkcTMyOTdTanJOUlhaS3VxRWl6dlRUTHBCbXZRMzBpN2JwSlkzR283NDlsbjdDVDdxVHhNRzE4M2FzdlFtMG9UZHR5Zis4aUU5OUJtZENZNVhvbDdUY3VMcHhCVC9zTHlYSUk1RTJBQkQxdkVhVSthNDFBY29JZU9qTVQvY0FuSlFYVlRLamlKdmh4RTdDazVLaGE3bW9TbWFReSs3NFBmUlpubGZhNzBJUXNhU0taTkVFYml6SzdjZkpOTEVOSmJOeEVNL3F1VWVkZmZJMCtmZUs5MHBMQmMxUDEwdVBQVGRldSszNVMzUXZyQjg5WXBkbFcyb210cjIybHNYVFhxMUh0eEQ2OTg2aG5OS0d0VTlkY3ZMMjYyczJEMkV6eTVUc0FaWDhXU3RCR20relVxS0cxVjMvK3d3KzB5emF6eXU5blY1MzB3cHlKMm5TSEwwczlVVktYcGcrTXBQMVVVLzZ4S29PN25aSEVNcW12eHRVcjFFL2RjYmFhTVMycC9ZUzI1VnN2N2ZpeXV0MUdPczRtT1k2MkRhWnA5NlA1amZTVnoyMHJ2Z05BU2VOc05TNGs2RWxhZkk5QVhnVkkwUE1hV2VxMXhnV0dFdlRvMHJTNEkvMmhIM3JmRVgzM2FMNXYwdUNlRFU2YVNMaG5ObXkrdU1zMnE3MHF3RGRKZDBObGw3MmFDWGZhTXlkMjhoTjNaaVJ0WWhKWHA3aTZST3ZaOFV0SzlrUHJoSnA3VkQvZlpmM3U1TlV0Ui9UdkdrM2Zkb21ldWU4OHRhcTdjcmJYWEFYYUtMMy9NLytyS3k3WlRaVVhqUHN1M1hYYm5WMythUDl4Vnk2RTRtOXZOMDNmaVM0WmpTNTlOWlh3OVVlN1RIWmM0eEtxdURqNnltWStLNVlOZjNIMXIzWGNBWTlVYnQydmtYcUxSVzJ4L3hmMTRrTVRyUU1lb2JyR2ZaN21LcFUweVdXYVBtV1BIYUdEanI1MjRFdElSMU9udUhZUWFtdWhzU0RVYjlNazF1NDJrd3pUalBHaHRtcjN1ZEJWUWE2elhUN2ZPTzlMTU5QRUphbWV2bmpibjdreGNuL1gwbzdIY2I4Wjd2NlNrdWxRdk5QK1hpYjF3eVJYRXZRMVBwR2pBQWlzSVFFUzlEVUV6Mjd6TDVCOEJ0MmRnSXcwT1FzbDQ2R0VLMjZTNHB2Y3BKa291Y21lTzZGTTJxZGIxcVNKa3k4cFN2dlphQ2FTdmttaSsxbFNNaExWTlUyOFEzV0tTd3Fyc1E3RnphNVRuUTQrOEZIZGZNTmwwakpwb0NUVnRFZzMzUE42SFg3Z0J3ZlBRa2QxOXRVOWJzS2NOSmxPK2o0VUQxOU0waDYwU2hPWHBIN2lKa0creExWZXA1NTFqeTc4M1BVcXRVc0ZzMGliZE5neEg5Q04xKzQ0K0xxNnVJTnhvY1RZTjdZbTFTbVVxUHJHRU45NGtMVFB1TzBualZPaGJhY1psMEpKdTd0Tlg1S2N0SDFmblVKandXakcrcmgxUTIwZzFBL2p4dG5RZ1lLNGVvWmlGeG9EUTl2eTllT2tQaGEzamkreERpWGJTV05nVW50UFkyMlB5WEcvYmE0UENicXY5L01aQXV1Q0FBbjZ1aEJsNnJoR0JPSVQ5TkJFTG5RR3l2MkJkeWRtSTUzTXBKbDhoQ1lVb1VRM2FjS1Q1cXhDS01HUG0xaEhwcjRKYmRva1lDU1RPUGNoUVdtU1ZOL2tNcTZaSnNVM0tRRkxtaURHeGJLb2JYZWNvOGYvL0cwVis4MlQ0U3IzUzcvdWJXZm92MytaNUx3U0xEUXg5N1dKcERyNVBOTGFwdTN5YWJhWGRwbWtNNWh1REdxMXgzN1A2RTgzL2JCODRDTnkvZXFGKyt1c3p4ODhtS0RiYlRyVVYwZmFEMzE5SWltQlN4b3ZrdHB3bW42WXBqNmgvcFBVcHRMRU1xNXZKbTNmdDI3U1BrUDFyVGI1SHF1cmdkTFV3YTJUNy9mSTExWkNkUXIxOVdwK0swSnRMODR4cnMvNkRpWWt4WElrNDZ5dlRVWGxJa0ZQTzVLekhBSjVFeUJCejF0RXFjOWFJNUI4QmoxdE1qNlNLcVdaU0tTWkNNY3RNOXIxcTAxUzB6ckVUWGlTdGpHU09vMWswcDVVRHZmN3BEcWxUZENUSnJIMjkvWTI2M1hTcCs3VkdWLzZnNVoyTnVuL0x0MWJ2empYWE5yZTdXd3dqVjlvRWp2U05qdmFmYVpOckt1TldaSjFqY1p2MmFYRmYvOWltYkg4VlB3RzZYZVBiYWREM3ZiaHdJUGkwaVF5YVpZWnFYVTFCbW5hckp2RWpTYVdvY1F5NldxY1ZiM1BhclkvMHRpNS9kYVhISTgyZHZZMlJ6dmVwQ2xMVXZ1cDl2ZGpMTFkzMm5xbmFRdjJNaVRvYVZvS3l5Q1FSd0VTOUR4R2xUcXRGUUtWQlAxMlNlWWU5R2lTR1AyLy9Xb2YrelBmYTlEczE5N1lSL1h0Q1lyNVBGck9QbVBnZnVaT3NpS3E2UExmYUYzNzNrYjdzMmlmTnJGN0g2UzkvNmhjdnZXaXN0akpndm03TzRreDJ3KzlDaW5haHYzNnAxQWQ3ZjBsMVRNcWs2L3U3cnAyK2V5LzIzVlBpbmZrNlhzb21SM3pwUGJqWG5uZ0s0UGRWdHkyRi9sSDkycWI3NlA0MWxwUFBUZmZtM2VXeGJXZktPWjJQTjEyRnVxcTluSnhyejBLVGRKRC9TUnVhTERic1p2d1JBNXVPdzcxRTNmL2dmMFd4K21GcDc2Z2phY3Qwa0MzVkZNdnpXdHYwWG96dithczRIc05vUDFaVkQ1ZisvRzlCaXJOWjNaYmlJcGpmMmJITmFsOVIrVnlYM2NZK1VYamxOdWVJdTlRRzdEcjY0NFJidHZ3alhGdUczWEhNbmVNZGNlc3BQSzU0MW1vRE5FcjBPeitsdFEzMG94bjd1K0pmYkRDTjZhRzJwUmRydEI0Nzc0R0xjbkcxNmJzT3J1djlEUGZ1ZTNiYmFOdVAzSGJtLzE3YUxlcGFOdDJlN1Evczl1bFd5NzM5OHMzeGxYN0d4bU4wU1RvY1NNMjN5R1Fad0VTOUR4SGw3cXRVWUdoQk4wOE1kbzlpK01tb2ZhUHZEc3hjTmQxSjQzUmo3K2RuUGttdXRHRXpwNFl4WDNtU3d5VDFvMnJwNi9Pb1FteFhYNWZmYVBQN0VtcWIxdDJlZTJ5SmZuYjIvY1p1ZHV5bC9HNXVmdXo2MlEzVTk5eXZtWWMycDV2MmJpazNsZU9hTnVoWk15WGxLWnBGL1oyZmZGMVAwdHJaRnU0KzNBUFJ2aVdkZjN0TmhWWEpuZGJTWDNKUFhoaWxtL1JkYmRkck1QM2Vsd0R5NlNhb3FRbWFjWmJ6OVFyajQ3elBDaHVwTzBzYlJ2MmJUOXA3SXJySzI2N2lCdVg3TmpaWTFwYzN3bkZ3RzBIY2YzVkhVdEM3Yzc5UERRK3VtTzUrKzlRbnd1MUgvZnpwUExHbGN2bjRNWWs5SHZpK3gxSzZ2ZHA2elRTOFRGa2JmZGhYNzhiYVp1eXg0bzREMStNYkt2UWI1RWJPeEowM3k4YW55R3dMZ2lRb0s4TFVhYU9hMFJnNVV2YzNjbHZtb2x2MnFLSEpyZjIrcUVFT1dtU0ZacUlwRWttUThtVGV6QWhLWGxPbWd5bHJZTnZzbXhQbUYxSG4zOVN2WDJUeHJpRExHbjNFWmRjK21Mcm05aUgybE9hQ1hKUyswbmJWa2RhaHFUWXhUbUdZaGJhWmx5L1NZcFhVdnV3MTIvUVI3LzVKMTM4eVd1a3BZUFhqa3lTM3Z2aDQzWHR6M2FTMURPNGNOdzJmVzAyVFh1SWEwOXhDVVkxOFhNZGZRbGJYTiszKzZhNzN6U0pyMi85VUZLZnB2MkdYS3ZwYTJuMmt6UnVKKzF2dE8wNnpSaVdaandJTFJQWEgzMEp0VDIraitWdlIxSWR4cUlmSlkwbGNXTXZDWHExdllYbEVjaUxBQWw2WGlKSlBkWTZnWlZmc3haTnF1eWo1Rkd4ZldlTWZKTWtlM2w3RXAyMGJYdWlhay9vZlJObSt6TzdyS0V6OU80azJOMitIUnI3N0tzYk1uZGk1dHRPNkV4WWFKOGhWL2RzdTF2UGF1dHR4OHIzZDNjUzVwNmw4c1hTL1N3VVk1K3ArMW5hWmRLVW81cXprWEdPU2UzSmJldlZsTTBYQTdldnhiWEwwSmxHWDNMZzl1ZTR2dXlXb1U2N0gvU2M3cnYyKzFMbjRBbnpjZEo1bCt5ajB6OTV1Q3J2WHh0SnZlUEdpYVQrR09xSGFjcGh0MUZmZk9QYXNMMzl0RzBzTHFhK2ZjWEZMK21BYWR4NDdLdDNWRGEzTFZiVDk5MWxRMjNORjlPMFkxeW9yYnQrYVpkengvVlFqTktPVWZidlM5SnZZdHc0WHUzNDZXdnZ2dDlPM3o3VDJzZjFVN01ORXZSUWErSnpCUEl1UUlLZTl3aFR2elVtTUR4QmozNndveC80ME9Ra2xNRDZscTltd213enVPL0VqaVl1N2dRNUttdTFUeW0zSnpIdVJNVXRjMmhpNmQ3VG1tWmk1aVpHZHIyUzdtRlBtdmpHSmJoMmJPM25CZmdtbHU1a05TNFJUSE1neHl6ajNtY2FGMC9YT3hSYlgxemN5V1JTKzB0cXMya1RkTHVPYmh0TlU0WlFXN0luN0tZc3Z2dW9RNVAweUNJcW16dEo5OTJuYXZmOWFMczFtckg1WXYzakw5L1Z0THBsS2cxVUhoUjM1OSsyMHY0SGYwUnF0L2VmMUFkQy9UZDBvTXZ0cDc3NzB0TW1wYjdrSjVRTWgvcVNiWm9tUWZjZFNIQzNrYVlOK3ZxKzNYZDlZMWJTZUdEM243Z0RPS0Z0dTJPSHI2NTIyNHRMQ0gxdE5EVHV4aVc0Y1FjTGZIM1ovZWxOK2kxSUdnL2NjZGFPdGEvOXVaK0Z0cDltbkhYSDdhSCtXL25HN2llKzU2SDR4dG1vLy9uRzYrZ3pFblMzRmZGdkJOWVZBUkwwZFNYUzFITzFDM3pqdXcvcmk2ZmRVcm1wZE5pRHo5eUpzVHNaOUUxVWZldUVKclJwdGhlM2JqVlU5aVFqelhxKzVWZjNaM0grZGxuaXl1VmJMclR1YVBZWDF4YmNKTUJPYXRMRW90cGx4aXBPYVQzYzhybkpZbHo1eDZxc2FmdllTUGRYa0FvRHV2ZnVDN1huam5OVjZwSUs5ZExUTDdmb0xYdWZxc1Z6SjFxdnNVdTdENTlMVWo5Tk83Nk1kUm1xN1dQMjJKWlVsclR0TEdrN2FkdFpuSEUxKzNETG5UVFdwSTEzTldWSU16WWsvWTRsZmUvMnJiUmpiNXF5cFZrbXJVZklQMHFpUjdLZHRHMnFYNjFiVGREemZ6OUJVNXJOczJ6NGd3QUM2NG9BQ2ZxNkVtbnF1ZG9GcnIvbE9aMS8zbC9WMmxybjJYZm9SejN1Uno5dUl1WkxYdEpPeXBNU3ZhVHRwSjFzcEpuSWhKSXdkOTFRbWRKT0NzZTZPWXhrY2xtdGE5SSswazdVZllsdktMa2ZpNlFqYlQzVHRBODdRVXNUdzdGb0QybkxWWDAvTUs5VzYrc3Q2a3VuUDZoOTl2eVhCcnJxVlZOVFVtZHZnNzd5L1lQMHlOMnRhbWd3WjkvU0pyTFZsMkZvamJSeFN1TWVXbVlrKzZpMkRTYU5aMk5kL3RHVXoyN1BhVzNHYXJteGFGTWhhMSsvcXpZdUkrbDNxN0pPVWZsSHM0KzBkYW9zMTljN29QVzJhZE9QenQ5SHJmWDFvMm00cklzQUFoa1RJRUhQV01Bb0xnSUlJSUFBQWdnZ2dBQUNDQ0NBUUQ0RlNORHpHVmRxaFFBQ0NDQ0FBQUlJSUlBQUFnZ2drREVCRXZTTUJZemlJb0FBQWdnZ2dBQUNDQ0NBQUFJSTVGT0FCRDJmY2FWV0NDQ0FBQUlJSUlBQUFnZ2dnQUFDR1JNZ1FjOVl3Q2d1QWdnZ2dBQUNDQ0NBQUFJSUlJQkFQZ1ZJMFBNWlYycUZBQUlJSUlBQUFnZ2dnQUFDQ0NDUU1RRVM5SXdGak9JaWdBQUNDQ0NBQUFJSUlJQUFBZ2prVTRBRVBaOXhwVllJSUlBQUFnZ2dnQUFDQ0NDQUFBSVpFeUJCejFqQUtDNENDQ0NBQUFJSUlJQUFBZ2dnZ0VBK0JValE4eGxYYW9VQUFnZ2dnQUFDQ0NDQUFBSUlJSkF4QVJMMGpBV000aUtBQUFJSUlJQUFBZ2dnZ0FBQ0NPUlRnQVE5bjNHbFZnZ2dnQUFDQ0NDQUFBSUlJSUFBQWhrVElFSFBXTUFvTGdJSUlJQUFBZ2dnZ0FBQ0NDQ0FRRDRGU05EekdWZHFoUUFDQ0NDQUFBSUlJSUFBQWdnZ2tERUJFdlNNQll6aUlvQUFBZ2dnZ0FBQ0NDQ0FBQUlJNUZPQUJEMmZjYVZXQ0NDQUFBSUlJSUFBQWdnZ2dBQUNHUk1nUWM5WXdDZ3VBZ2dnZ0FBQ0NDQ0FBQUlJSUlCQVBnVkkwUE1aVjJxRkFBSUlJSUFBQWdnZ2dBQUNDQ0NRTVFFUzlJd0ZqT0lpZ0FBQ0NDQ0FBQUlJSUlBQUFnamtVNEFFUFo5eHBWWUlJSUFBQWdnZ2dBQUNDQ0NBQUFJWkV5QkJ6MWpBS0M0Q0NDQ0FBQUlJSUlBQUFnZ2dnRUErQlVqUTh4bFhhb1VBQWdnZ2dBQUNDQ0NBQUFJSUlKQXhBUkwwakFXTTRpS0FBQUlJSUlBQUFnZ2dnQUFDQ09SVGdBUTluM0dsVmdnZ2dBQUNDQ0NBQUFJSUlJQUFBaGtUSUVIUFdNQW9MZ0lJSUlBQUFnZ2dnQUFDQ0NDQVFENEZTTkR6R1ZkcWhRQUNDQ0NBQUFJSUlJQUFBZ2dna0RFQkV2U01CWXppSW9BQUFnZ2dnQUFDQ0NDQUFBSUk1Rk9BQkQyZmNhVldDQ0NBQUFJSUlJQUFBZ2dnZ0FBQ0dSTWdRYzlZd0NndUFnZ2dnQUFDQ0NDQUFBSUlJSUJBUGdWSTBQTVpWMnFGQUFJSUlJQUFBZ2dnZ0FBQ0NDQ1FNUUVTOUl3RmpPSWlnQUFDQ0NDQUFBSUlJSUFBQWdqa1U0QUVQWjl4cFZZSUlJQUFBZ2dnZ0FBQ0NDQ0FBQUlaRXlCQnoxakFLQzRDQ0NDQUFBSUlJSUFBQWdnZ2dFQStCVWpROHhsWGFvVUFBZ2dnZ0FBQ0NDQ0FBQUlJSUpBeEFSTDBqQVdNNGlLQUFBSUlJSUFBQWdnZ2dBQUNDT1JUZ0FROW4zR2xWZ2dnZ0FBQ0NDQ0FBQUlJSUlBQUFoa1RJRUhQV01Bb0xnSUlJSUFBQWdnZ2dBQUNDQ0NBUUQ0RlNORHpHVmRxaFFBQ0NDQ0FBQUlJSUlBQUFnZ2drREVCRXZTTUJZemlJb0FBQWdnZ2dBQUNDQ0NBQUFJSTVGT0FCRDJmY2FWV0NDQ0FBQUlJSUlBQUFnZ2dnQUFDR1JNZ1FjOVl3Q2d1QWdnZ2dBQUNDQ0NBQUFJSUlJQkFQZ1ZJMFBNWlYycUZBQUlJSUlBQUFnZ2dnQUFDQ0NDUU1RRVM5SXdGak9JaWdBQUNDQ0NBQUFJSUlJQUFBZ2prVTRBRVBaOXhwVllJSUlBQUFnZ2dnQUFDQ0NDQUFBSVpFeUJCejFqQUtDNENDQ0NBQUFJSUlJQUFBZ2dnZ0VBK0JValE4eGxYYW9VQUFnZ2dnQUFDQ0NDQUFBSUlJSkF4QVJMMGpBV000aUtBQUFJSUlJQUFBZ2dnZ0FBQ0NPUlRnQVE5bjNHbFZnZ2dnQUFDQ0NDQUFBSUlJSUFBQWhrVElFSFBXTUFvTGdJSUlJQUFBZ2dnZ0FBQ0NDQ0FRRDRGU05EekdWZHFoUUFDQ0NDQUFBSUlJSUFBQWdnZ2tERUJFdlNNQll6aUlvQUFBZ2dnZ0FBQ0NDQ0FBQUlJNUZPQUJEMmZjYVZXQ0NDQUFBSUlJSUFBQWdnZ2dBQUNHUk1nUWM5WXdDZ3VBZ2dnZ0FBQ0NDQ0FBQUlJSUlCQVBnVkkwUE1aVjJxRkFBSUlJSUFBQWdnZ2dBQUNDQ0NRTVFFUzlJd0ZqT0lpZ0FBQ0NDQ0FBQUlJSUlBQUFnamtVNEFFUFo5eHBWWUlJSUFBQWdnZ2dBQUNDQ0NBQUFJWkV5QkJ6MWpBS0M0Q0NDQ0FBQUlJSUlBQUFnZ2dnRUErQlVqUTh4bFhhb1VBQWdnZ2dBQUNDQ0NBQUFJSUlKQXhBUkwwakFXTTRpS0FBQUlJSUlBQUFnZ2dnQUFDQ09SVGdBUTluM0dsVmdnZ2dBQUNDQ0NBQUFJSUlJQUFBaGtUSUVIUFdNQW9MZ0lJSUlBQUFnZ2dnQUFDQ0NDQVFENEZTTkR6R1ZkcWhRQUNDQ0NBQUFJSUlJQUFBZ2dna0RFQkV2U01CWXppSW9BQUFnZ2dnQUFDQ0NDQUFBSUk1Rk9BQkQyZmNhVldDQ0NBQUFJSUlJQUFBZ2dnZ0FBQ0dSTWdRYzlZd0NndUFnZ2dnQUFDQ0NDQUFBSUlJSUJBUGdWSTBQTVpWMnFGQUFJSUlJQUFBZ2dnZ0FBQ0NDQ1FNUUVTOUl3RmpPSWlnQUFDQ0NDQUFBSUlJSUFBQWdqa1U0QUVQWjl4cFZZSUlJQUFBZ2dnZ0FBQ0NDQ0FBQUlaRXlCQnoxakFLQzRDQ0NDQUFBSUlJSUFBQWdnZ2dFQStCVWpROHhsWGFvVUFBZ2dnZ0FBQ0NDQ0FBQUlJSUpBeEFSTDBqQVdNNGlLQUFBSUlJSUFBQWdnZ2dBQUNDT1JUZ0FROW4zR2xWZ2dnZ0FBQ0NDQ0FBQUlJSUlBQUFoa1RJRUhQV01Bb0xnSUlJSUFBQWdnZ2dBQUNDQ0NBUUQ0RlNORHpHVmRxaFFBQ0NDQ0FBQUlJSUlBQUFnZ2drREVCRXZTTUJZemlJb0FBQWdnZ2dBQUNDQ0NBQUFJSTVGT0FCRDJmY2FWV0NDQ0FBQUlJSUlBQUFnZ2dnQUFDR1JNZ1FjOVl3Q2d1QWdnZ2dBQUNDQ0NBQUFJSUlJQkFQZ1ZJMFBNWlYycUZBQUlJSUlBQUFnZ2dnQUFDQ0NDUU1RRVM5SXdGak9JaWdBQUNDQ0NBQUFJSUlJQUFBZ2prVTRBRVBaOXhwVllJSUlBQUFnZ2dnQUFDQ0NDQUFBSVpFeUJCejFqQUtDNENDQ0NBQUFJSUlJQUFBZ2dnZ0VBK0JValE4eGxYYW9VQUFnZ2dnQUFDQ0NDQUFBSUlJSkF4QVJMMGpBV000aUtBQUFJSUlJQUFBZ2dnZ0FBQ0NPUlRnQVE5bjNHbFZnZ2dnQUFDQ0NDQUFBSUlJSUFBQWhrVElFSFBXTUFvTGdJSUlJQUFBZ2dnZ0FBQ0NDQ0FRRDRGU05EekdWZHFoUUFDQ0NDQUFBSUlJSUFBQWdnZ2tERUJFdlNNQll6aUlvQUFBZ2dnZ0FBQ0NDQ0FBQUlJNUZPQUJEMmZjYVZXQ0NDQUFBSUlJSUFBQWdnZ2dBQUNHUk1nUWM5WXdDZ3VBZ2dnZ0FBQ0NDQ0FBQUlJSUlCQVBnVkkwUE1aVjJxRkFBSUlJSUFBQWdnZ2dBQUNDQ0NRTVFFUzlJd0ZqT0lpZ0FBQ0NDQ0FBQUlJSUlBQUFnamtVNEFFUFo5eHBWWUlJSUFBQWdnZ2dBQUNDQ0NBQUFJWkV5QkJ6MWpBS0M0Q0NDQ0FBQUlJSUlBQUFnZ2dnRUErQlVqUTh4bFhhb1VBQWdnZ2dBQUNDQ0NBQUFJSUlKQXhBUkwwakFXTTRpS0FBQUlJSUlBQUFnZ2dnQUFDQ09SVGdBUTluM0dsVmdnZ2dBQUNDQ0FSb01wMUFBQUlha2xFUVZTQUFBSUlJSUFBQWhrVElFSFBXTUFvTGdJSUlJQUFBZ2dnZ0FBQ0NDQ0FRRDRGU05EekdWZHFoUUFDQ0NDQUFBSUlJSUFBQWdnZ2tERUJFdlNNQll6aUlvQUFBZ2dnZ0FBQ0NDQ0FBQUlJNUZPQUJEMmZjYVZXQ0NDQUFBSUlJSUFBQWdnZ2dBQUNHUk1nUWM5WXdDZ3VBZ2dnZ0FBQ0NDQ0FBQUlJSUlCQVBnVkkwUE1aVjJxRkFBSUlJSUFBQWdnZ2dBQUNDQ0NRTVFFUzlJd0ZqT0lpZ0FBQ0NDQ0FBQUlJSUlBQUFnamtVNEFFUFo5eHBWWUlJSUFBQWdnZ2dBQUNDQ0NBQUFJWkV5QkJ6MWpBS0M0Q0NDQ0FBQUlJSUlBQUFnZ2dnRUErQlVqUTh4bFhhb1VBQWdnZ2dBQUNDQ0NBQUFJSUlKQXhBUkwwakFXTTRpS0FBQUlJSUlBQUFnZ2dnQUFDQ09SVGdBUTluM0dsVmdnZ2dBQUNDQ0NBQUFJSUlJQUFBaGtUSUVIUFdNQW9MZ0lJSUlBQUFnZ2dnQUFDQ0NDQVFENEZTTkR6R1ZkcWhRQUNDQ0NBQUFJSUlJQUFBZ2dna0RFQkV2U01CWXppSW9BQUFnZ2dnQUFDQ0NDQUFBSUk1Rk9BQkQyZmNhVldDQ0NBQUFJSUlJQUFBZ2dnZ0FBQ0dSTWdRYzlZd0NndUFnZ2dnQUFDQ0NDQUFBSUlJSUJBUGdWSTBQTVpWMnFGQUFJSUlJQUFBZ2dnZ0FBQ0NDQ1FNUUVTOUl3RmpPSWlnQUFDQ0NDQUFBSUlJSUFBQWdqa1U0QUVQWjl4cFZZSUlJQUFBZ2dnZ0FBQ0NDQ0FBQUlaRXlCQnoxakFLQzRDQ0NDQUFBSUlJSUFBQWdnZ2dFQStCVWpROHhsWGFvVUFBZ2dnZ0FBQ0NDQ0FBQUlJSUpBeEFSTDBqQVdNNGlLQUFBSUlJSUFBQWdnZ2dBQUNDT1JUZ0FROW4zR2xWZ2dnZ0FBQ0NDQ0FBQUlJSUlBQUFoa1RJRUhQV01Bb0xnSUlJSUFBQWdnZ2dBQUNDQ0NBUUQ0RlNORHpHVmRxaFFBQ0NDQ0FBQUlJSUlBQUFnZ2drREVCRXZTTUJZemlJb0FBQWdnZ2dBQUNDQ0NBQUFJSTVGT0FCRDJmY2FWV0NDQ0FBQUlJSUlBQUFnZ2dnQUFDR1JNZ1FjOVl3Q2d1QWdnZ2dBQUNDQ0NBQUFJSUlJQkFQZ1ZJMFBNWlYycUZBQUlJSUlBQUFnZ2dnQUFDQ0NDUU1RRVM5SXdGak9JaWdBQUNDQ0NBQUFJSUlJQUFBZ2prVTRBRVBaOXhwVllJSUlBQUFnZ2dnQUFDQ0NDQUFBSVpFeUJCejFqQUtDNENDQ0NBQUFJSUlJQUFBZ2dnZ0VBK0JValE4eGxYYW9VQUFnZ2dnQUFDQ0NDQUFBSUlJSkF4QVJMMGpBV000aUtBQUFJSUlJQUFBZ2dnZ0FBQ0NPUlRnQVE5bjNHbFZnZ2dnQUFDQ0NDQUFBSUlJSUFBQWhrVElFSFBXTUFvTGdJSUlJQUFBZ2dnZ0FBQ0NDQ0FRRDRGU05EekdWZHFoUUFDQ0NDQUFBSUlJSUFBQWdnZ2tERUJFdlNNQll6aUlvQUFBZ2dnZ0FBQ0NDQ0FBQUlJNUZPQUJEMmZjYVZXQ0NDQUFBSUlJSUFBQWdnZ2dBQUNHUk1nUWM5WXdDZ3VBZ2dnZ0FBQ0NDQ0FBQUlJSUlCQVBnVkkwUE1aVjJxRkFBSUlJSUFBQWdnZ2dBQUNDQ0NRTVFFUzlJd0ZqT0lpZ0FBQ0NDQ0FBQUlJSUlBQUFnamtVNEFFUFo5eHBWWUlJSUFBQWdnZ2dBQUNDQ0NBQUFJWkV5QkJ6MWpBS0M0Q0NDQ0FBQUlJSUlBQUFnZ2dnRUErQlVqUTh4bFhhb1VBQWdnZ2dBQUNDQ0NBQUFJSUlKQXhBUkwwakFXTTRpS0FBQUlJSUlBQUFnZ2dnQUFDQ09SVGdBUTluM0dsVmdnZ2dBQUNDQ0NBQUFJSUlJQUFBaGtUSUVIUFdNQW9MZ0lJSUlBQUFnZ2dnQUFDQ0NDQVFENEZTTkR6R1ZkcWhRQUNDQ0NBQUFJSUlJQUFBZ2dna0RFQkV2U01CWXppSW9BQUFnZ2dnQUFDQ0NDQUFBSUk1Rk9BQkQyZmNhVldDQ0NBQUFJSUlJQUFBZ2dnZ0FBQ0dSTWdRYzlZd0NndUFnZ2dnQUFDQ0NDQUFBSUlJSUJBUGdWSTBQTVpWMnFGQUFJSUlJQUFBZ2dnZ0FBQ0NDQ1FNUUVTOUl3RmpPSWlnQUFDQ0NDQUFBSUlJSUFBQWdqa1U0QUVQWjl4cFZZSUlJQUFBZ2dnZ0FBQ0NDQ0FBQUlaRXlCQnoxakFLQzRDQ0NDQUFBSUlJSUFBQWdnZ2dFQStCVWpROHhsWGFvVUFBZ2dnZ0FBQ0NDQ0FBQUlJSUpBeEFSTDBqQVdNNGlLQUFBSUlJSUFBQWdnZ2dBQUNDT1JUZ0FROW4zR2xWZ2dnZ0FBQ0NDQ0FBQUlJSUlBQUFoa1RJRUhQV01Bb0xnSUlJSUFBQWdnZ2dBQUNDQ0NBUUQ0RlNORHpHVmRxaFFBQ0NDQ0FBQUlJSUlBQUFnZ2drREVCRXZTTUJZemlJb0FBQWdnZ2dBQUNDQ0NBQUFJSTVGT0FCRDJmY2FWV0NDQ0FBQUlJSUlBQUFnZ2dnQUFDR1JNZ1FjOVl3Q2d1QWdnZ2dBQUNDQ0NBQUFJSUlJQkFQZ1ZJMFBNWlYycUZBQUlJSUlBQUFnZ2dnQUFDQ0NDUU1RRVM5SXdGak9JaWdBQUNDQ0NBQUFJSUlJQUFBZ2prVTRBRVBaOXhwVllJSUlBQUFnZ2dnQUFDQ0NDQUFBSVpFeUJCejFqQUtDNENDQ0NBQUFJSUlJQUFBZ2dnZ0VBK0JValE4eGxYYW9VQUFnZ2dnQUFDQ0NDQUFBSUlJSkF4QVJMMGpBV000aUtBQUFJSUlJQUFBZ2dnZ0FBQ0NPUlRnQVE5bjNHbFZnZ2dnQUFDQ0NDQUFBSUlJSUFBQWhrVElFSFBXTUFvTGdJSUlJQUFBZ2dnZ0FBQ0NDQ0FRRDRGU05EekdWZHFoUUFDQ0NDQUFBSUlJSUFBQWdnZ2tERUJFdlNNQll6aUlvQUFBZ2dnZ0FBQ0NDQ0FBQUlJNUZPQUJEMmZjYVZXQ0NDQUFBSUlJSUFBQWdnZ2dBQUNHUk1nUWM5WXdDZ3VBZ2dnZ0FBQ0NDQ0FBQUlJSUlCQVBnVkkwUE1aVjJxRkFBSUlJSUFBQWdnZ2dBQUNDQ0NRTVFFUzlJd0ZqT0lpZ0FBQ0NDQ0FBQUlJSUlBQUFnamtVNEFFUFo5eHBWWUlJSUFBQWdnZ2dBQUNDQ0NBQUFJWkV5QkJ6MWpBS0M0Q0NDQ0FBQUlJSUlBQUFnZ2dnRUErQlVqUTh4bFhhb1VBQWdnZ2dBQUNDQ0NBQUFJSUlKQXhBUkwwakFXTTRpS0FBQUlJSUlBQUFnZ2dnQUFDQ09SVGdBUTluM0dsVmdnZ2dBQUNDQ0NBQUFJSUlJQUFBaGtUSUVIUFdNQW9MZ0lJSUlBQUFnZ2dnQUFDQ0NDQVFENEZTTkR6R1ZkcWhRQUNDQ0NBQUFJSUlJQUFBZ2dna0RFQkV2U01CWXppSW9BQUFnZ2dnQUFDQ0NDQUFBSUk1Rk9BQkQyZmNhVldDQ0NBQUFJSUlJQUFBZ2dnZ0FBQ0dSTWdRYzlZd0NndUFnZ2dnQUFDQ0NDQUFBSUlJSUJBUGdWSTBQTVpWMnFGQUFJSUlJQUFBZ2dnZ0FBQ0NDQ1FNWUgvRDFHTnIvTjVUZHVPQUFBQUFFbEZUa1N1UW1DQyIgaWQ9ImgiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjYxNCIvPjwvZGVmcz48L3N2Zz4=);
  background-size: cover;
  width: 100%;
  margin-left: -12px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.bid-rating-wrapper {
  align-items: center;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px 24px;
  position: relative;
}
.bid-rating-wrapper-content {
  display: flex;
  flex-direction: row;
  gap: 0 16px;
}
.bid-rating-wrapper-loader {
  display: none;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translate(0, -50%);
}
.bid-rating-wrapper_loading .bid-rating-wrapper-content {
  visibility: hidden;
}
.bid-rating-wrapper_loading .bid-rating-wrapper-loader {
  display: block;
}
.card-color-rare {
  background-color: #FDEDE9;
}
.card-color-average {
  background-color: #FDF8E7;
}
.card-color-often {
  background-color: #F0FBF3;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.styles-module__win-percentage-tag--s3A7P {
  border-radius: 4px;
  cursor: default;
  padding: 4px 8px;
  color: #2A3137;
}
.styles-module__tag-color-rare--mJRz_ {
  background-color: #FDEDE9;
}
.styles-module__tag-color-average--Dnr6c {
  background-color: #FDF8E7;
}
.styles-module__tag-color-often--WN6Mo {
  background-color: #F0FBF3;
}

.PromotionDatesControls-module__controls--fe_R3 {
  display: flex;
  align-items: center;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.HowItWorksModal-module__principle-list--jkwQH {
  font-family: var(--magritte-typography-paragraph-2-regular-font-family-v21-4-6);
  font-weight: var(--magritte-typography-paragraph-2-regular-font-weight-v21-4-6);
  line-height: var(--magritte-typography-paragraph-2-regular-line-height-v21-4-6);
  font-size: var(--magritte-typography-paragraph-2-regular-font-size-v21-4-6);
  letter-spacing: var(--magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6);
  text-indent: var(--magritte-typography-paragraph-2-regular-text-indent-v21-4-6);
  text-transform: var(--magritte-typography-paragraph-2-regular-text-transform-v21-4-6);
  text-decoration: var(--magritte-typography-paragraph-2-regular-text-decoration-v21-4-6);
  padding-left: 24px;
}
.HowItWorksModal-module__principle-list-item--EphNr {
  list-style-type: decimal;
}
.HowItWorksModal-module__image--qsFyq {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzA2IiBoZWlnaHQ9IjMwNiIgdmlld0JveD0iMCAwIDcwNiAzMDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMzIwXzgzNjUxKSI+CjxyZWN0IHdpZHRoPSI3MDYiIGhlaWdodD0iMzA2IiBmaWxsPSIjRThGNEZGIi8+CjxwYXRoIGQ9Ik0yMTkgMjY3QzIxOSAyNjUuODk1IDIxOS44OTUgMjY1IDIyMSAyNjVINDI1QzQyNi4xMDUgMjY1IDQyNyAyNjUuODk1IDQyNyAyNjdWMjgxSDIxOVYyNjdaIiBmaWxsPSIjRURFRkYwIi8+CjxwYXRoIGQ9Ik0yMjUuMjMyIDI3NlYyNjguODQySDIyNy45MThDMjI4LjQ2NSAyNjguODQyIDIyOC45MDMgMjY4LjkxNSAyMjkuMjMxIDI2OS4wNjJDMjI5LjU2MyAyNjkuMjA1IDIyOS44MjIgMjY5LjQyOCAyMzAuMDA4IDI2OS43M0MyMzAuMTk3IDI3MC4wMyAyMzAuMjkxIDI3MC4zNDQgMjMwLjI5MSAyNzAuNjczQzIzMC4yOTEgMjcwLjk3OSAyMzAuMjA4IDI3MS4yNjcgMjMwLjA0MiAyNzEuNTM3QzIyOS44NzYgMjcxLjgwNyAyMjkuNjI1IDI3Mi4wMjUgMjI5LjI5IDI3Mi4xOTFDMjI5LjcyMyAyNzIuMzE4IDIzMC4wNTUgMjcyLjUzNSAyMzAuMjg2IDI3Mi44NDFDMjMwLjUyMSAyNzMuMTQ3IDIzMC42MzggMjczLjUwOCAyMzAuNjM4IDI3My45MjVDMjMwLjYzOCAyNzQuMjYgMjMwLjU2NiAyNzQuNTczIDIzMC40MjMgMjc0Ljg2MkMyMzAuMjgzIDI3NS4xNDkgMjMwLjEwOSAyNzUuMzcgMjI5LjkgMjc1LjUyNkMyMjkuNjkyIDI3NS42ODMgMjI5LjQzIDI3NS44MDEgMjI5LjExNCAyNzUuODgzQzIyOC44MDIgMjc1Ljk2MSAyMjguNDE4IDI3NiAyMjcuOTYyIDI3NkgyMjUuMjMyWk0yMjYuMTggMjcxLjg1SDIyNy43MjhDMjI4LjE0NyAyNzEuODUgMjI4LjQ0OSAyNzEuODIyIDIyOC42MzEgMjcxLjc2N0MyMjguODcyIDI3MS42OTUgMjI5LjA1MiAyNzEuNTc2IDIyOS4xNzMgMjcxLjQxQzIyOS4yOTcgMjcxLjI0NCAyMjkuMzU4IDI3MS4wMzYgMjI5LjM1OCAyNzAuNzg1QzIyOS4zNTggMjcwLjU0OCAyMjkuMzAxIDI3MC4zMzkgMjI5LjE4OCAyNzAuMTZDMjI5LjA3NCAyNjkuOTc4IDIyOC45MTEgMjY5Ljg1NCAyMjguNjk5IDI2OS43ODlDMjI4LjQ4OCAyNjkuNzIxIDIyOC4xMjUgMjY5LjY4NyAyMjcuNjEgMjY5LjY4N0gyMjYuMThWMjcxLjg1Wk0yMjYuMTggMjc1LjE1NUgyMjcuOTYyQzIyOC4yNjggMjc1LjE1NSAyMjguNDgzIDI3NS4xNDQgMjI4LjYwNiAyNzUuMTIxQzIyOC44MjUgMjc1LjA4MiAyMjkuMDA3IDI3NS4wMTcgMjI5LjE1MyAyNzQuOTI2QzIyOS4zIDI3NC44MzUgMjI5LjQyIDI3NC43MDMgMjI5LjUxNSAyNzQuNTNDMjI5LjYwOSAyNzQuMzU0IDIyOS42NTYgMjc0LjE1MyAyMjkuNjU2IDI3My45MjVDMjI5LjY1NiAyNzMuNjU4IDIyOS41ODggMjczLjQyNyAyMjkuNDUxIDI3My4yMzFDMjI5LjMxNCAyNzMuMDMzIDIyOS4xMjQgMjcyLjg5NSAyMjguODggMjcyLjgxNkMyMjguNjM5IDI3Mi43MzUgMjI4LjI5MSAyNzIuNjk0IDIyNy44MzUgMjcyLjY5NEgyMjYuMThWMjc1LjE1NVpNMjM1LjIxMyAyNzUuMzZDMjM0Ljg4NyAyNzUuNjM3IDIzNC41NzMgMjc1LjgzMiAyMzQuMjcxIDI3NS45NDZDMjMzLjk3MSAyNzYuMDYgMjMzLjY0OSAyNzYuMTE3IDIzMy4zMDQgMjc2LjExN0MyMzIuNzM0IDI3Ni4xMTcgMjMyLjI5NiAyNzUuOTc5IDIzMS45OSAyNzUuNzAyQzIzMS42ODQgMjc1LjQyMiAyMzEuNTMxIDI3NS4wNjYgMjMxLjUzMSAyNzQuNjMzQzIzMS41MzEgMjc0LjM3OSAyMzEuNTg4IDI3NC4xNDggMjMxLjcwMiAyNzMuOTM5QzIzMS44MTkgMjczLjcyOCAyMzEuOTcxIDI3My41NTkgMjMyLjE1NiAyNzMuNDMyQzIzMi4zNDUgMjczLjMwNSAyMzIuNTU3IDI3My4yMDkgMjMyLjc5MSAyNzMuMTQ0QzIzMi45NjQgMjczLjA5OCAyMzMuMjI0IDI3My4wNTQgMjMzLjU3MiAyNzMuMDEyQzIzNC4yODIgMjcyLjkyNyAyMzQuODA0IDI3Mi44MjYgMjM1LjE0IDI3Mi43MDlDMjM1LjE0MyAyNzIuNTg5IDIzNS4xNDUgMjcyLjUxMiAyMzUuMTQ1IDI3Mi40NzlDMjM1LjE0NSAyNzIuMTIxIDIzNS4wNjIgMjcxLjg2OSAyMzQuODk2IDI3MS43MjNDMjM0LjY3MSAyNzEuNTI0IDIzNC4zMzcgMjcxLjQyNSAyMzMuODk1IDI3MS40MjVDMjMzLjQ4MSAyNzEuNDI1IDIzMy4xNzUgMjcxLjQ5OCAyMzIuOTc3IDI3MS42NDVDMjMyLjc4MSAyNzEuNzg4IDIzMi42MzYgMjcyLjA0MyAyMzIuNTQyIDI3Mi40MTFMMjMxLjY4MyAyNzIuMjk0QzIzMS43NjEgMjcxLjkyNiAyMzEuODg5IDI3MS42MyAyMzIuMDY4IDI3MS40MDVDMjMyLjI0NyAyNzEuMTc3IDIzMi41MDYgMjcxLjAwMyAyMzIuODQ1IDI3MC44ODNDMjMzLjE4MyAyNzAuNzU5IDIzMy41NzYgMjcwLjY5NyAyMzQuMDIxIDI3MC42OTdDMjM0LjQ2NCAyNzAuNjk3IDIzNC44MjQgMjcwLjc0OSAyMzUuMTAxIDI3MC44NTRDMjM1LjM3NyAyNzAuOTU4IDIzNS41ODEgMjcxLjA5IDIzNS43MTEgMjcxLjI0OUMyMzUuODQxIDI3MS40MDUgMjM1LjkzMiAyNzEuNjA0IDIzNS45ODQgMjcxLjg0NUMyMzYuMDE0IDI3MS45OTQgMjM2LjAyOCAyNzIuMjY1IDIzNi4wMjggMjcyLjY1NVYyNzMuODI3QzIzNi4wMjggMjc0LjY0NCAyMzYuMDQ2IDI3NS4xNjIgMjM2LjA4MiAyNzUuMzhDMjM2LjEyMSAyNzUuNTk1IDIzNi4xOTYgMjc1LjgwMSAyMzYuMzA3IDI3NkgyMzUuMzg5QzIzNS4yOTggMjc1LjgxOCAyMzUuMjM5IDI3NS42MDQgMjM1LjIxMyAyNzUuMzZaTTIzNS4xNCAyNzMuMzk3QzIzNC44MjEgMjczLjUyOCAyMzQuMzQyIDI3My42MzggMjMzLjcwNCAyNzMuNzI5QzIzMy4zNDMgMjczLjc4MiAyMzMuMDg3IDI3My44NCAyMzIuOTM4IDI3My45MDVDMjMyLjc4OCAyNzMuOTcgMjMyLjY3MiAyNzQuMDY2IDIzMi41OTEgMjc0LjE5M0MyMzIuNTA5IDI3NC4zMTcgMjMyLjQ2OSAyNzQuNDU1IDIzMi40NjkgMjc0LjYwOEMyMzIuNDY5IDI3NC44NDMgMjMyLjU1NyAyNzUuMDM4IDIzMi43MzIgMjc1LjE5NEMyMzIuOTExIDI3NS4zNTEgMjMzLjE3MiAyNzUuNDI5IDIzMy41MTQgMjc1LjQyOUMyMzMuODUyIDI3NS40MjkgMjM0LjE1MyAyNzUuMzU1IDIzNC40MTcgMjc1LjIwOUMyMzQuNjgxIDI3NS4wNTkgMjM0Ljg3NCAyNzQuODU2IDIzNC45OTggMjc0LjU5OUMyMzUuMDkyIDI3NC40IDIzNS4xNCAyNzQuMTA3IDIzNS4xNCAyNzMuNzJWMjczLjM5N1pNMjM3LjM5MSAyNzAuODE0SDIzOC4yN1YyNzMuMDU2QzIzOC41NDkgMjczLjA1NiAyMzguNzQ1IDI3My4wMDIgMjM4Ljg1NSAyNzIuODk1QzIzOC45NjkgMjcyLjc4NyAyMzkuMTM1IDI3Mi40NzUgMjM5LjM1NCAyNzEuOTU3QzIzOS41MjYgMjcxLjU0NyAyMzkuNjY2IDI3MS4yNzcgMjM5Ljc3MyAyNzEuMTQ2QzIzOS44ODEgMjcxLjAxNiAyNDAuMDA1IDI3MC45MjggMjQwLjE0NSAyNzAuODgzQzI0MC4yODUgMjcwLjgzNyAyNDAuNTA5IDI3MC44MTQgMjQwLjgxOCAyNzAuODE0SDI0MC45OTRWMjcxLjU0MkwyNDAuNzUgMjcxLjUzN0MyNDAuNTE5IDI3MS41MzcgMjQwLjM3MSAyNzEuNTcxIDI0MC4zMDYgMjcxLjY0QzI0MC4yMzcgMjcxLjcxMSAyNDAuMTMzIDI3MS45MjQgMjM5Ljk5MyAyNzIuMjc5QzIzOS44NiAyNzIuNjE4IDIzOS43MzggMjcyLjg1MiAyMzkuNjI3IDI3Mi45ODJDMjM5LjUxNiAyNzMuMTEzIDIzOS4zNDUgMjczLjIzMSAyMzkuMTE0IDI3My4zMzlDMjM5LjQ5MiAyNzMuNDQgMjM5Ljg2MyAyNzMuNzkxIDI0MC4yMjggMjc0LjM5NEwyNDEuMTg5IDI3NkgyNDAuMjIzTDIzOS4yODUgMjc0LjM5NEMyMzkuMDkzIDI3NC4wNzEgMjM4LjkyNSAyNzMuODYgMjM4Ljc4MiAyNzMuNzU5QzIzOC42MzkgMjczLjY1NSAyMzguNDY4IDI3My42MDMgMjM4LjI3IDI3My42MDNWMjc2SDIzNy4zOTFWMjcwLjgxNFpNMjQ1LjM3OSAyNzUuMzZDMjQ1LjA1MyAyNzUuNjM3IDI0NC43MzkgMjc1LjgzMiAyNDQuNDM3IDI3NS45NDZDMjQ0LjEzNyAyNzYuMDYgMjQzLjgxNSAyNzYuMTE3IDI0My40NyAyNzYuMTE3QzI0Mi45IDI3Ni4xMTcgMjQyLjQ2MiAyNzUuOTc5IDI0Mi4xNTYgMjc1LjcwMkMyNDEuODUgMjc1LjQyMiAyNDEuNjk3IDI3NS4wNjYgMjQxLjY5NyAyNzQuNjMzQzI0MS42OTcgMjc0LjM3OSAyNDEuNzU0IDI3NC4xNDggMjQxLjg2OCAyNzMuOTM5QzI0MS45ODUgMjczLjcyOCAyNDIuMTM3IDI3My41NTkgMjQyLjMyMiAyNzMuNDMyQzI0Mi41MTEgMjczLjMwNSAyNDIuNzIzIDI3My4yMDkgMjQyLjk1NyAyNzMuMTQ0QzI0My4xMyAyNzMuMDk4IDI0My4zOSAyNzMuMDU0IDI0My43MzggMjczLjAxMkMyNDQuNDQ4IDI3Mi45MjcgMjQ0Ljk3IDI3Mi44MjYgMjQ1LjMwNiAyNzIuNzA5QzI0NS4zMDkgMjcyLjU4OSAyNDUuMzExIDI3Mi41MTIgMjQ1LjMxMSAyNzIuNDc5QzI0NS4zMTEgMjcyLjEyMSAyNDUuMjI4IDI3MS44NjkgMjQ1LjA2MiAyNzEuNzIzQzI0NC44MzcgMjcxLjUyNCAyNDQuNTAzIDI3MS40MjUgMjQ0LjA2MSAyNzEuNDI1QzI0My42NDcgMjcxLjQyNSAyNDMuMzQxIDI3MS40OTggMjQzLjE0MyAyNzEuNjQ1QzI0Mi45NDcgMjcxLjc4OCAyNDIuODAyIDI3Mi4wNDMgMjQyLjcwOCAyNzIuNDExTDI0MS44NDkgMjcyLjI5NEMyNDEuOTI3IDI3MS45MjYgMjQyLjA1NSAyNzEuNjMgMjQyLjIzNCAyNzEuNDA1QzI0Mi40MTMgMjcxLjE3NyAyNDIuNjcyIDI3MS4wMDMgMjQzLjAxMSAyNzAuODgzQzI0My4zNDkgMjcwLjc1OSAyNDMuNzQyIDI3MC42OTcgMjQ0LjE4OCAyNzAuNjk3QzI0NC42MyAyNzAuNjk3IDI0NC45OSAyNzAuNzQ5IDI0NS4yNjcgMjcwLjg1NEMyNDUuNTQzIDI3MC45NTggMjQ1Ljc0NyAyNzEuMDkgMjQ1Ljg3NyAyNzEuMjQ5QzI0Ni4wMDcgMjcxLjQwNSAyNDYuMDk4IDI3MS42MDQgMjQ2LjE1IDI3MS44NDVDMjQ2LjE4IDI3MS45OTQgMjQ2LjE5NCAyNzIuMjY1IDI0Ni4xOTQgMjcyLjY1NVYyNzMuODI3QzI0Ni4xOTQgMjc0LjY0NCAyNDYuMjEyIDI3NS4xNjIgMjQ2LjI0OCAyNzUuMzhDMjQ2LjI4NyAyNzUuNTk1IDI0Ni4zNjIgMjc1LjgwMSAyNDYuNDczIDI3NkgyNDUuNTU1QzI0NS40NjQgMjc1LjgxOCAyNDUuNDA1IDI3NS42MDQgMjQ1LjM3OSAyNzUuMzZaTTI0NS4zMDYgMjczLjM5N0MyNDQuOTg3IDI3My41MjggMjQ0LjUwOCAyNzMuNjM4IDI0My44NyAyNzMuNzI5QzI0My41MDkgMjczLjc4MiAyNDMuMjUzIDI3My44NCAyNDMuMTA0IDI3My45MDVDMjQyLjk1NCAyNzMuOTcgMjQyLjgzOCAyNzQuMDY2IDI0Mi43NTcgMjc0LjE5M0MyNDIuNjc1IDI3NC4zMTcgMjQyLjYzNSAyNzQuNDU1IDI0Mi42MzUgMjc0LjYwOEMyNDIuNjM1IDI3NC44NDMgMjQyLjcyMyAyNzUuMDM4IDI0Mi44OTggMjc1LjE5NEMyNDMuMDc3IDI3NS4zNTEgMjQzLjMzOCAyNzUuNDI5IDI0My42OCAyNzUuNDI5QzI0NC4wMTggMjc1LjQyOSAyNDQuMzE5IDI3NS4zNTUgMjQ0LjU4MyAyNzUuMjA5QzI0NC44NDcgMjc1LjA1OSAyNDUuMDQgMjc0Ljg1NiAyNDUuMTY0IDI3NC41OTlDMjQ1LjI1OCAyNzQuNCAyNDUuMzA2IDI3NC4xMDcgMjQ1LjMwNiAyNzMuNzJWMjczLjM5N1pNMjQ3LjU2NiAyNzAuODE0SDI0OC40NDVWMjcyLjk3M0gyNTAuODgyVjI3MC44MTRIMjUxLjc2MVYyNzZIMjUwLjg4MlYyNzMuN0gyNDguNDQ1VjI3NkgyNDcuNTY2VjI3MC44MTRaTTI1Ni40NzMgMjc0LjEwMUwyNTcuMzM3IDI3NC4yMTNDMjU3LjI0MyAyNzQuODA5IDI1NyAyNzUuMjc2IDI1Ni42MDkgMjc1LjYxNEMyNTYuMjIyIDI3NS45NSAyNTUuNzQ1IDI3Ni4xMTcgMjU1LjE3OSAyNzYuMTE3QzI1NC40NjkgMjc2LjExNyAyNTMuODk4IDI3NS44ODYgMjUzLjQ2NSAyNzUuNDI0QzI1My4wMzUgMjc0Ljk1OCAyNTIuODIgMjc0LjI5MyAyNTIuODIgMjczLjQyN0MyNTIuODIgMjcyLjg2NyAyNTIuOTEzIDI3Mi4zNzcgMjUzLjA5OSAyNzEuOTU3QzI1My4yODQgMjcxLjUzNyAyNTMuNTY2IDI3MS4yMjMgMjUzLjk0MyAyNzEuMDE1QzI1NC4zMjQgMjcwLjgwMyAyNTQuNzM4IDI3MC42OTcgMjU1LjE4NCAyNzAuNjk3QzI1NS43NDcgMjcwLjY5NyAyNTYuMjA3IDI3MC44NCAyNTYuNTY1IDI3MS4xMjdDMjU2LjkyNCAyNzEuNDEgMjU3LjE1MyAyNzEuODE0IDI1Ny4yNTQgMjcyLjMzOEwyNTYuMzk5IDI3Mi40N0MyNTYuMzE4IDI3Mi4xMjEgMjU2LjE3MyAyNzEuODU5IDI1NS45NjUgMjcxLjY4NEMyNTUuNzYgMjcxLjUwOCAyNTUuNTExIDI3MS40MiAyNTUuMjE4IDI3MS40MkMyNTQuNzc1IDI3MS40MiAyNTQuNDE1IDI3MS41NzkgMjU0LjEzOSAyNzEuODk4QzI1My44NjIgMjcyLjIxNCAyNTMuNzI0IDI3Mi43MTUgMjUzLjcyNCAyNzMuNDAyQzI1My43MjQgMjc0LjA5OSAyNTMuODU3IDI3NC42MDUgMjU0LjEyNCAyNzQuOTIxQzI1NC4zOTEgMjc1LjIzNyAyNTQuNzM5IDI3NS4zOTUgMjU1LjE2OSAyNzUuMzk1QzI1NS41MTQgMjc1LjM5NSAyNTUuODAyIDI3NS4yODkgMjU2LjAzMyAyNzUuMDc3QzI1Ni4yNjQgMjc0Ljg2NiAyNTYuNDExIDI3NC41NCAyNTYuNDczIDI3NC4xMDFaTTI1OC4wODkgMjcwLjgxNEgyNTguOTY4VjI3NC43N0wyNjEuNDA0IDI3MC44MTRIMjYyLjM1MlYyNzZIMjYxLjQ3M1YyNzIuMDY5TDI1OS4wMzYgMjc2SDI1OC4wODlWMjcwLjgxNFpNMjYzLjY3NSAyNzAuODE0SDI2NC41NTRWMjc0Ljc3TDI2Ni45OSAyNzAuODE0SDI2Ny45MzhWMjc2SDI2Ny4wNTlWMjcyLjA2OUwyNjQuNjIyIDI3NkgyNjMuNjc1VjI3MC44MTRaTTI3My4wNDUgMjczLjQyMkwyNzQuMzEgMjc1LjY0OEgyNzMuNTk3TDI3Mi4wMzkgMjczLjQyMkwyNzMuNTk3IDI3MS4xOTVIMjc0LjMxOUwyNzMuMDQ1IDI3My40MjJaTTI3NC45MzUgMjczLjQyMkwyNzYuMjI0IDI3NS42NDhIMjc1LjQ4MUwyNzMuOTUzIDI3My40MjJMMjc1LjQ4MSAyNzEuMTk1SDI3Ni4yMjRMMjc0LjkzNSAyNzMuNDIyWk0yODIuODMgMjczLjQ5TDI4My43NzcgMjczLjcyOUMyODMuNTc5IDI3NC41MDcgMjgzLjIyMSAyNzUuMTAyIDI4Mi43MDMgMjc1LjUxMkMyODIuMTg5IDI3NS45MTkgMjgxLjU1OSAyNzYuMTIyIDI4MC44MTMgMjc2LjEyMkMyODAuMDQyIDI3Ni4xMjIgMjc5LjQxNCAyNzUuOTY2IDI3OC45MjkgMjc1LjY1M0MyNzguNDQ3IDI3NS4zMzggMjc4LjA3OSAyNzQuODgyIDI3Ny44MjUgMjc0LjI4NkMyNzcuNTc1IDI3My42OSAyNzcuNDQ5IDI3My4wNTEgMjc3LjQ0OSAyNzIuMzY3QzI3Ny40NDkgMjcxLjYyMiAyNzcuNTkxIDI3MC45NzIgMjc3Ljg3NCAyNzAuNDE5QzI3OC4xNiAyNjkuODYyIDI3OC41NjYgMjY5LjQ0MSAyNzkuMDkgMjY5LjE1NEMyNzkuNjE3IDI2OC44NjUgMjgwLjE5NyAyNjguNzIgMjgwLjgyOCAyNjguNzJDMjgxLjU0NCAyNjguNzIgMjgyLjE0NiAyNjguOTAyIDI4Mi42MzUgMjY5LjI2N0MyODMuMTIzIDI2OS42MzEgMjgzLjQ2MyAyNzAuMTQ0IDI4My42NTUgMjcwLjgwNUwyODIuNzIzIDI3MS4wMjRDMjgyLjU1NyAyNzAuNTA0IDI4Mi4zMTYgMjcwLjEyNCAyODIgMjY5Ljg4N0MyODEuNjg0IDI2OS42NDkgMjgxLjI4NyAyNjkuNTMgMjgwLjgwOSAyNjkuNTNDMjgwLjI1OCAyNjkuNTMgMjc5Ljc5OCAyNjkuNjYyIDI3OS40MjcgMjY5LjkyNkMyNzkuMDU5IDI3MC4xODkgMjc4LjggMjcwLjU0NCAyNzguNjUgMjcwLjk5QzI3OC41MDEgMjcxLjQzMyAyNzguNDI2IDI3MS44OSAyNzguNDI2IDI3Mi4zNjJDMjc4LjQyNiAyNzIuOTcxIDI3OC41MTQgMjczLjUwMyAyNzguNjg5IDI3My45NTlDMjc4Ljg2OCAyNzQuNDExIDI3OS4xNDUgMjc0Ljc1IDI3OS41MiAyNzQuOTc1QzI3OS44OTQgMjc1LjE5OSAyODAuMjk5IDI3NS4zMTIgMjgwLjczNSAyNzUuMzEyQzI4MS4yNjYgMjc1LjMxMiAyODEuNzE1IDI3NS4xNTkgMjgyLjA4MyAyNzQuODUzQzI4Mi40NTEgMjc0LjU0NyAyODIuNyAyNzQuMDkyIDI4Mi44MyAyNzMuNDlaTTI4NC4zNjMgMjcwLjgxNEgyODguNTc3VjI3MS41NDJIMjg2LjkwN1YyNzZIMjg2LjAzM1YyNzEuNTQySDI4NC4zNjNWMjcwLjgxNFpNMjkyLjY4NCAyNzUuMzZDMjkyLjM1OCAyNzUuNjM3IDI5Mi4wNDQgMjc1LjgzMiAyOTEuNzQxIDI3NS45NDZDMjkxLjQ0MiAyNzYuMDYgMjkxLjExOSAyNzYuMTE3IDI5MC43NzQgMjc2LjExN0MyOTAuMjA1IDI3Ni4xMTcgMjg5Ljc2NyAyNzUuOTc5IDI4OS40NjEgMjc1LjcwMkMyODkuMTU1IDI3NS40MjIgMjg5LjAwMiAyNzUuMDY2IDI4OS4wMDIgMjc0LjYzM0MyODkuMDAyIDI3NC4zNzkgMjg5LjA1OSAyNzQuMTQ4IDI4OS4xNzMgMjczLjkzOUMyODkuMjkgMjczLjcyOCAyODkuNDQxIDI3My41NTkgMjg5LjYyNyAyNzMuNDMyQzI4OS44MTYgMjczLjMwNSAyOTAuMDI3IDI3My4yMDkgMjkwLjI2MiAyNzMuMTQ0QzI5MC40MzQgMjczLjA5OCAyOTAuNjk1IDI3My4wNTQgMjkxLjA0MyAyNzMuMDEyQzI5MS43NTMgMjcyLjkyNyAyOTIuMjc1IDI3Mi44MjYgMjkyLjYxIDI3Mi43MDlDMjkyLjYxNCAyNzIuNTg5IDI5Mi42MTUgMjcyLjUxMiAyOTIuNjE1IDI3Mi40NzlDMjkyLjYxNSAyNzIuMTIxIDI5Mi41MzIgMjcxLjg2OSAyOTIuMzY2IDI3MS43MjNDMjkyLjE0MiAyNzEuNTI0IDI5MS44MDggMjcxLjQyNSAyOTEuMzY1IDI3MS40MjVDMjkwLjk1MiAyNzEuNDI1IDI5MC42NDYgMjcxLjQ5OCAyOTAuNDQ3IDI3MS42NDVDMjkwLjI1MiAyNzEuNzg4IDI5MC4xMDcgMjcyLjA0MyAyOTAuMDEzIDI3Mi40MTFMMjg5LjE1MyAyNzIuMjk0QzI4OS4yMzEgMjcxLjkyNiAyODkuMzYgMjcxLjYzIDI4OS41MzkgMjcxLjQwNUMyODkuNzE4IDI3MS4xNzcgMjg5Ljk3NyAyNzEuMDAzIDI5MC4zMTUgMjcwLjg4M0MyOTAuNjU0IDI3MC43NTkgMjkxLjA0NiAyNzAuNjk3IDI5MS40OTIgMjcwLjY5N0MyOTEuOTM1IDI3MC42OTcgMjkyLjI5NSAyNzAuNzQ5IDI5Mi41NzEgMjcwLjg1NEMyOTIuODQ4IDI3MC45NTggMjkzLjA1MSAyNzEuMDkgMjkzLjE4MiAyNzEuMjQ5QzI5My4zMTIgMjcxLjQwNSAyOTMuNDAzIDI3MS42MDQgMjkzLjQ1NSAyNzEuODQ1QzI5My40ODQgMjcxLjk5NCAyOTMuNDk5IDI3Mi4yNjUgMjkzLjQ5OSAyNzIuNjU1VjI3My44MjdDMjkzLjQ5OSAyNzQuNjQ0IDI5My41MTcgMjc1LjE2MiAyOTMuNTUzIDI3NS4zOEMyOTMuNTkyIDI3NS41OTUgMjkzLjY2NyAyNzUuODAxIDI5My43NzcgMjc2SDI5Mi44NTlDMjkyLjc2OCAyNzUuODE4IDI5Mi43MSAyNzUuNjA0IDI5Mi42ODQgMjc1LjM2Wk0yOTIuNjEgMjczLjM5N0MyOTIuMjkxIDI3My41MjggMjkxLjgxMyAyNzMuNjM4IDI5MS4xNzUgMjczLjcyOUMyOTAuODEzIDI3My43ODIgMjkwLjU1OCAyNzMuODQgMjkwLjQwOCAyNzMuOTA1QzI5MC4yNTggMjczLjk3IDI5MC4xNDMgMjc0LjA2NiAyOTAuMDYyIDI3NC4xOTNDMjg5Ljk4IDI3NC4zMTcgMjg5LjkzOSAyNzQuNDU1IDI4OS45MzkgMjc0LjYwOEMyODkuOTM5IDI3NC44NDMgMjkwLjAyNyAyNzUuMDM4IDI5MC4yMDMgMjc1LjE5NEMyOTAuMzgyIDI3NS4zNTEgMjkwLjY0MyAyNzUuNDI5IDI5MC45ODQgMjc1LjQyOUMyOTEuMzIzIDI3NS40MjkgMjkxLjYyNCAyNzUuMzU1IDI5MS44ODggMjc1LjIwOUMyOTIuMTUxIDI3NS4wNTkgMjkyLjM0NSAyNzQuODU2IDI5Mi40NjkgMjc0LjU5OUMyOTIuNTYzIDI3NC40IDI5Mi42MSAyNzQuMTA3IDI5Mi42MSAyNzMuNzJWMjczLjM5N1pNMjk0Ljg3MSAyNzAuODE0SDI5NS43NVYyNzIuOTczSDI5OC4xODdWMjcwLjgxNEgyOTkuMDY1VjI3NkgyOTguMTg3VjI3My43SDI5NS43NVYyNzZIMjk0Ljg3MVYyNzAuODE0Wk0zMDEuMDg3IDI3MC44MTRIMzA0LjdWMjc1LjI3N0gzMDUuMjYyVjI3Ny40N0gzMDQuNTM5VjI3NkgzMDAuNDU3VjI3Ny40N0gyOTkuNzM0VjI3NS4yNzdIMzAwLjE5OEMzMDAuODE3IDI3NC40MzggMzAxLjExMyAyNzIuOTUgMzAxLjA4NyAyNzAuODE0Wk0zMDEuODE5IDI3MS41NDJDMzAxLjc1NCAyNzMuMjI1IDMwMS40OTQgMjc0LjQ3IDMwMS4wMzggMjc1LjI3N0gzMDMuODI2VjI3MS41NDJIMzAxLjgxOVpNMzA5LjYxNyAyNzUuMzZDMzA5LjI5MiAyNzUuNjM3IDMwOC45NzggMjc1LjgzMiAzMDguNjc1IDI3NS45NDZDMzA4LjM3NSAyNzYuMDYgMzA4LjA1MyAyNzYuMTE3IDMwNy43MDggMjc2LjExN0MzMDcuMTM4IDI3Ni4xMTcgMzA2LjcwMSAyNzUuOTc5IDMwNi4zOTUgMjc1LjcwMkMzMDYuMDg5IDI3NS40MjIgMzA1LjkzNiAyNzUuMDY2IDMwNS45MzYgMjc0LjYzM0MzMDUuOTM2IDI3NC4zNzkgMzA1Ljk5MyAyNzQuMTQ4IDMwNi4xMDYgMjczLjkzOUMzMDYuMjI0IDI3My43MjggMzA2LjM3NSAyNzMuNTU5IDMwNi41NjEgMjczLjQzMkMzMDYuNzQ5IDI3My4zMDUgMzA2Ljk2MSAyNzMuMjA5IDMwNy4xOTUgMjczLjE0NEMzMDcuMzY4IDI3My4wOTggMzA3LjYyOCAyNzMuMDU0IDMwNy45NzcgMjczLjAxMkMzMDguNjg2IDI3Mi45MjcgMzA5LjIwOSAyNzIuODI2IDMwOS41NDQgMjcyLjcwOUMzMDkuNTQ3IDI3Mi41ODkgMzA5LjU0OSAyNzIuNTEyIDMwOS41NDkgMjcyLjQ3OUMzMDkuNTQ5IDI3Mi4xMjEgMzA5LjQ2NiAyNzEuODY5IDMwOS4zIDI3MS43MjNDMzA5LjA3NSAyNzEuNTI0IDMwOC43NDIgMjcxLjQyNSAzMDguMjk5IDI3MS40MjVDMzA3Ljg4NSAyNzEuNDI1IDMwNy41NzkgMjcxLjQ5OCAzMDcuMzgxIDI3MS42NDVDMzA3LjE4NiAyNzEuNzg4IDMwNy4wNDEgMjcyLjA0MyAzMDYuOTQ2IDI3Mi40MTFMMzA2LjA4NyAyNzIuMjk0QzMwNi4xNjUgMjcxLjkyNiAzMDYuMjk0IDI3MS42MyAzMDYuNDczIDI3MS40MDVDMzA2LjY1MiAyNzEuMTc3IDMwNi45MSAyNzEuMDAzIDMwNy4yNDkgMjcwLjg4M0MzMDcuNTg4IDI3MC43NTkgMzA3Ljk4IDI3MC42OTcgMzA4LjQyNiAyNzAuNjk3QzMwOC44NjggMjcwLjY5NyAzMDkuMjI4IDI3MC43NDkgMzA5LjUwNSAyNzAuODU0QzMwOS43ODIgMjcwLjk1OCAzMDkuOTg1IDI3MS4wOSAzMTAuMTE1IDI3MS4yNDlDMzEwLjI0NSAyNzEuNDA1IDMxMC4zMzcgMjcxLjYwNCAzMTAuMzg5IDI3MS44NDVDMzEwLjQxOCAyNzEuOTk0IDMxMC40MzMgMjcyLjI2NSAzMTAuNDMzIDI3Mi42NTVWMjczLjgyN0MzMTAuNDMzIDI3NC42NDQgMzEwLjQ1MSAyNzUuMTYyIDMxMC40ODYgMjc1LjM4QzMxMC41MjUgMjc1LjU5NSAzMTAuNiAyNzUuODAxIDMxMC43MTEgMjc2SDMwOS43OTNDMzA5LjcwMiAyNzUuODE4IDMwOS42NDMgMjc1LjYwNCAzMDkuNjE3IDI3NS4zNlpNMzA5LjU0NCAyNzMuMzk3QzMwOS4yMjUgMjczLjUyOCAzMDguNzQ2IDI3My42MzggMzA4LjEwOCAyNzMuNzI5QzMwNy43NDcgMjczLjc4MiAzMDcuNDkyIDI3My44NCAzMDcuMzQyIDI3My45MDVDMzA3LjE5MiAyNzMuOTcgMzA3LjA3NiAyNzQuMDY2IDMwNi45OTUgMjc0LjE5M0MzMDYuOTE0IDI3NC4zMTcgMzA2Ljg3MyAyNzQuNDU1IDMwNi44NzMgMjc0LjYwOEMzMDYuODczIDI3NC44NDMgMzA2Ljk2MSAyNzUuMDM4IDMwNy4xMzcgMjc1LjE5NEMzMDcuMzE2IDI3NS4zNTEgMzA3LjU3NiAyNzUuNDI5IDMwNy45MTggMjc1LjQyOUMzMDguMjU3IDI3NS40MjkgMzA4LjU1OCAyNzUuMzU1IDMwOC44MjEgMjc1LjIwOUMzMDkuMDg1IDI3NS4wNTkgMzA5LjI3OSAyNzQuODU2IDMwOS40MDIgMjc0LjU5OUMzMDkuNDk3IDI3NC40IDMwOS41NDQgMjc0LjEwNyAzMDkuNTQ0IDI3My43MlYyNzMuMzk3Wk0zMTEuOCAyNzcuOTg3VjI3MC44MTRIMzEyLjYwMVYyNzEuNDg4QzMxMi43ODkgMjcxLjIyNSAzMTMuMDAzIDI3MS4wMjggMzEzLjI0IDI3MC44OTdDMzEzLjQ3OCAyNzAuNzY0IDMxMy43NjYgMjcwLjY5NyAzMTQuMTA0IDI3MC42OTdDMzE0LjU0NyAyNzAuNjk3IDMxNC45MzggMjcwLjgxMSAzMTUuMjc2IDI3MS4wMzlDMzE1LjYxNSAyNzEuMjY3IDMxNS44NyAyNzEuNTg5IDMxNi4wNDMgMjcyLjAwNkMzMTYuMjE1IDI3Mi40MTkgMzE2LjMwMiAyNzIuODczIDMxNi4zMDIgMjczLjM2OEMzMTYuMzAyIDI3My44OTkgMzE2LjIwNiAyNzQuMzc3IDMxNi4wMTQgMjc0LjgwNEMzMTUuODI1IDI3NS4yMjcgMzE1LjU0OCAyNzUuNTUyIDMxNS4xODQgMjc1Ljc4QzMxNC44MjIgMjc2LjAwNSAzMTQuNDQxIDI3Ni4xMTcgMzE0LjA0MSAyNzYuMTE3QzMxMy43NDggMjc2LjExNyAzMTMuNDg0IDI3Ni4wNTUgMzEzLjI1IDI3NS45MzJDMzEzLjAxOSAyNzUuODA4IDMxMi44MjggMjc1LjY1MiAzMTIuNjc5IDI3NS40NjNWMjc3Ljk4N0gzMTEuOFpNMzEyLjU5NiAyNzMuNDM3QzMxMi41OTYgMjc0LjEwNCAzMTIuNzMxIDI3NC41OTcgMzEzLjAwMSAyNzQuOTE2QzMxMy4yNzEgMjc1LjIzNSAzMTMuNTk4IDI3NS4zOTUgMzEzLjk4MiAyNzUuMzk1QzMxNC4zNzMgMjc1LjM5NSAzMTQuNzA3IDI3NS4yMyAzMTQuOTgzIDI3NC45MDFDMzE1LjI2MyAyNzQuNTY5IDMxNS40MDMgMjc0LjA1NyAzMTUuNDAzIDI3My4zNjNDMzE1LjQwMyAyNzIuNzAyIDMxNS4yNjcgMjcyLjIwOCAzMTQuOTkzIDI3MS44NzlDMzE0LjcyMyAyNzEuNTUgMzE0LjM5OSAyNzEuMzg2IDMxNC4wMjEgMjcxLjM4NkMzMTMuNjQ3IDI3MS4zODYgMzEzLjMxNSAyNzEuNTYyIDMxMy4wMjUgMjcxLjkxM0MzMTIuNzM5IDI3Mi4yNjEgMzEyLjU5NiAyNzIuNzY5IDMxMi41OTYgMjczLjQzN1pNMzE2LjY2OCAyNzAuODE0SDMyMC44ODJWMjcxLjU0MkgzMTkuMjEyVjI3NkgzMTguMzM4VjI3MS41NDJIMzE2LjY2OFYyNzAuODE0Wk0zMjQuNjI3IDI2OC44NDJIMzMwLjI1N1YyNzZIMzI5LjMwNVYyNjkuNjg3SDMyNS41NzRWMjc2SDMyNC42MjdWMjY4Ljg0MlpNMzMyLjEyMiAyNzAuODE0SDMzNi4yMDRWMjc2SDMzNS4zM1YyNzEuNTQySDMzMy4wMDFWMjc0LjEyNUMzMzMuMDAxIDI3NC43MjcgMzMyLjk4MSAyNzUuMTI0IDMzMi45NDIgMjc1LjMxNkMzMzIuOTAzIDI3NS41MDggMzMyLjc5NiAyNzUuNjc2IDMzMi42MiAyNzUuODE5QzMzMi40NDQgMjc1Ljk2MyAzMzIuMTkgMjc2LjAzNCAzMzEuODU4IDI3Ni4wMzRDMzMxLjY1MyAyNzYuMDM0IDMzMS40MTcgMjc2LjAyMSAzMzEuMTUgMjc1Ljk5NVYyNzUuMjYzSDMzMS41MzZDMzMxLjcxOCAyNzUuMjYzIDMzMS44NDkgMjc1LjI0NSAzMzEuOTI3IDI3NS4yMDlDMzMyLjAwNSAyNzUuMTcgMzMyLjA1NyAyNzUuMTEgMzMyLjA4MyAyNzUuMDI4QzMzMi4xMDkgMjc0Ljk0NyAzMzIuMTIyIDI3NC42ODIgMzMyLjEyMiAyNzQuMjMyVjI3MC44MTRaTTMzNy41NDIgMjcwLjgxNEgzMzguNDIxVjI3Mi45ODJIMzM5LjQ4NUMzMzkuNTYzIDI3Mi4yNCAzMzkuNzk1IDI3MS42NzQgMzQwLjE3OSAyNzEuMjgzQzM0MC41NjYgMjcwLjg5MyAzNDEuMDY3IDI3MC42OTcgMzQxLjY4MyAyNzAuNjk3QzM0Mi4yMDcgMjcwLjY5NyAzNDIuNjIgMjcwLjgwMyAzNDIuOTIzIDI3MS4wMTVDMzQzLjIyNiAyNzEuMjI2IDM0My40NzUgMjcxLjUxOCAzNDMuNjcgMjcxLjg4OUMzNDMuODY4IDI3Mi4yNiAzNDMuOTY4IDI3Mi43NTkgMzQzLjk2OCAyNzMuMzg4QzM0My45NjggMjc0LjI4MyAzNDMuNzY0IDI3NC45NjIgMzQzLjM1NyAyNzUuNDI0QzM0Mi45NTEgMjc1Ljg4NiAzNDIuMzk5IDI3Ni4xMTcgMzQxLjcwMiAyNzYuMTE3QzM0MS4wNTQgMjc2LjExNyAzNDAuNTM1IDI3NS45MDIgMzQwLjE0NSAyNzUuNDczQzMzOS43NTQgMjc1LjA0MyAzMzkuNTM0IDI3NC40NTQgMzM5LjQ4NSAyNzMuNzA1SDMzOC40MjFWMjc2SDMzNy41NDJWMjcwLjgxNFpNMzQxLjczMSAyNzEuNDQ0QzM0MS4zMDIgMjcxLjQ0NCAzNDAuOTY2IDI3MS42MSAzNDAuNzI2IDI3MS45NDJDMzQwLjQ4OCAyNzIuMjcxIDM0MC4zNjkgMjcyLjczMyAzNDAuMzY5IDI3My4zMjlDMzQwLjM2OSAyNzQuMDQyIDM0MC40OSAyNzQuNTY0IDM0MC43MyAyNzQuODk2QzM0MC45NzEgMjc1LjIyOSAzNDEuMjk0IDI3NS4zOTUgMzQxLjY5NyAyNzUuMzk1QzM0Mi4wOTggMjc1LjM5NSAzNDIuNDI1IDI3NS4yNDIgMzQyLjY3OSAyNzQuOTM2QzM0Mi45MzYgMjc0LjYyNiAzNDMuMDY0IDI3NC4xMyAzNDMuMDY0IDI3My40NDZDMzQzLjA2NCAyNzIuNzc5IDM0Mi45NTQgMjcyLjI3OSAzNDIuNzMyIDI3MS45NDdDMzQyLjUxMSAyNzEuNjEyIDM0Mi4xNzcgMjcxLjQ0NCAzNDEuNzMxIDI3MS40NDRaTTM0OC40MTYgMjc0LjEwMUwzNDkuMjggMjc0LjIxM0MzNDkuMTg2IDI3NC44MDkgMzQ4Ljk0MyAyNzUuMjc2IDM0OC41NTMgMjc1LjYxNEMzNDguMTY1IDI3NS45NSAzNDcuNjg4IDI3Ni4xMTcgMzQ3LjEyMiAyNzYuMTE3QzM0Ni40MTIgMjc2LjExNyAzNDUuODQxIDI3NS44ODYgMzQ1LjQwOCAyNzUuNDI0QzM0NC45NzkgMjc0Ljk1OCAzNDQuNzY0IDI3NC4yOTMgMzQ0Ljc2NCAyNzMuNDI3QzM0NC43NjQgMjcyLjg2NyAzNDQuODU2IDI3Mi4zNzcgMzQ1LjA0MiAyNzEuOTU3QzM0NS4yMjggMjcxLjUzNyAzNDUuNTA5IDI3MS4yMjMgMzQ1Ljg4NyAyNzEuMDE1QzM0Ni4yNjggMjcwLjgwMyAzNDYuNjgxIDI3MC42OTcgMzQ3LjEyNyAyNzAuNjk3QzM0Ny42OSAyNzAuNjk3IDM0OC4xNTEgMjcwLjg0IDM0OC41MDkgMjcxLjEyN0MzNDguODY3IDI3MS40MSAzNDkuMDk2IDI3MS44MTQgMzQ5LjE5NyAyNzIuMzM4TDM0OC4zNDMgMjcyLjQ3QzM0OC4yNjEgMjcyLjEyMSAzNDguMTE3IDI3MS44NTkgMzQ3LjkwOCAyNzEuNjg0QzM0Ny43MDMgMjcxLjUwOCAzNDcuNDU0IDI3MS40MiAzNDcuMTYxIDI3MS40MkMzNDYuNzE4IDI3MS40MiAzNDYuMzU5IDI3MS41NzkgMzQ2LjA4MiAyNzEuODk4QzM0NS44MDUgMjcyLjIxNCAzNDUuNjY3IDI3Mi43MTUgMzQ1LjY2NyAyNzMuNDAyQzM0NS42NjcgMjc0LjA5OSAzNDUuOCAyNzQuNjA1IDM0Ni4wNjcgMjc0LjkyMUMzNDYuMzM0IDI3NS4yMzcgMzQ2LjY4MyAyNzUuMzk1IDM0Ny4xMTIgMjc1LjM5NUMzNDcuNDU3IDI3NS4zOTUgMzQ3Ljc0NSAyNzUuMjg5IDM0Ny45NzcgMjc1LjA3N0MzNDguMjA4IDI3NC44NjYgMzQ4LjM1NCAyNzQuNTQgMzQ4LjQxNiAyNzQuMTAxWk0zNTMuMjM1IDI3My40MjJMMzUxLjk2MSAyNzEuMTk1SDM1Mi42ODRMMzU0LjI0MSAyNzMuNDIyTDM1Mi42ODQgMjc1LjY0OEgzNTEuOTY2TDM1My4yMzUgMjczLjQyMlpNMzUxLjM0NiAyNzMuNDIyTDM1MC4wNTcgMjcxLjE5NUgzNTAuNzk0TDM1Mi4zMjcgMjczLjQyMkwzNTAuNzk0IDI3NS42NDhIMzUwLjA1N0wzNTEuMzQ2IDI3My40MjJaTTM1OC4zODIgMjcwLjgxNEgzNTkuMjYxVjI3NC43N0wzNjEuNjk3IDI3MC44MTRIMzYyLjY0NVYyNzZIMzYxLjc2NlYyNzIuMDY5TDM1OS4zMjkgMjc2SDM1OC4zODJWMjcwLjgxNFpNMzY3Ljc1MiAyNzMuNDIyTDM2OS4wMTcgMjc1LjY0OEgzNjguMzA0TDM2Ni43NDYgMjczLjQyMkwzNjguMzA0IDI3MS4xOTVIMzY5LjAyNkwzNjcuNzUyIDI3My40MjJaTTM2OS42NDIgMjczLjQyMkwzNzAuOTMxIDI3NS42NDhIMzcwLjE4OEwzNjguNjYgMjczLjQyMkwzNzAuMTg4IDI3MS4xOTVIMzcwLjkzMUwzNjkuNjQyIDI3My40MjJaTTM3Ny41MzcgMjczLjQ5TDM3OC40ODQgMjczLjcyOUMzNzguMjg2IDI3NC41MDcgMzc3LjkyOCAyNzUuMTAyIDM3Ny40MSAyNzUuNTEyQzM3Ni44OTYgMjc1LjkxOSAzNzYuMjY2IDI3Ni4xMjIgMzc1LjUyMSAyNzYuMTIyQzM3NC43NDkgMjc2LjEyMiAzNzQuMTIxIDI3NS45NjYgMzczLjYzNiAyNzUuNjUzQzM3My4xNTQgMjc1LjMzOCAzNzIuNzg2IDI3NC44ODIgMzcyLjUzMiAyNzQuMjg2QzM3Mi4yODIgMjczLjY5IDM3Mi4xNTYgMjczLjA1MSAzNzIuMTU2IDI3Mi4zNjdDMzcyLjE1NiAyNzEuNjIyIDM3Mi4yOTggMjcwLjk3MiAzNzIuNTgxIDI3MC40MTlDMzcyLjg2OCAyNjkuODYyIDM3My4yNzMgMjY5LjQ0MSAzNzMuNzk3IDI2OS4xNTRDMzc0LjMyNCAyNjguODY1IDM3NC45MDQgMjY4LjcyIDM3NS41MzUgMjY4LjcyQzM3Ni4yNTEgMjY4LjcyIDM3Ni44NTQgMjY4LjkwMiAzNzcuMzQyIDI2OS4yNjdDMzc3LjgzIDI2OS42MzEgMzc4LjE3IDI3MC4xNDQgMzc4LjM2MiAyNzAuODA1TDM3Ny40MyAyNzEuMDI0QzM3Ny4yNjQgMjcwLjUwNCAzNzcuMDIzIDI3MC4xMjQgMzc2LjcwNyAyNjkuODg3QzM3Ni4zOTEgMjY5LjY0OSAzNzUuOTk0IDI2OS41MyAzNzUuNTE2IDI2OS41M0MzNzQuOTY1IDI2OS41MyAzNzQuNTA1IDI2OS42NjIgMzc0LjEzNCAyNjkuOTI2QzM3My43NjYgMjcwLjE4OSAzNzMuNTA3IDI3MC41NDQgMzczLjM1NyAyNzAuOTlDMzczLjIwOCAyNzEuNDMzIDM3My4xMzMgMjcxLjg5IDM3My4xMzMgMjcyLjM2MkMzNzMuMTMzIDI3Mi45NzEgMzczLjIyMSAyNzMuNTAzIDM3My4zOTYgMjczLjk1OUMzNzMuNTc2IDI3NC40MTEgMzczLjg1MiAyNzQuNzUgMzc0LjIyNyAyNzQuOTc1QzM3NC42MDEgMjc1LjE5OSAzNzUuMDA2IDI3NS4zMTIgMzc1LjQ0MiAyNzUuMzEyQzM3NS45NzMgMjc1LjMxMiAzNzYuNDIyIDI3NS4xNTkgMzc2Ljc5IDI3NC44NTNDMzc3LjE1OCAyNzQuNTQ3IDM3Ny40MDcgMjc0LjA5MiAzNzcuNTM3IDI3My40OVpNMzc5LjA3IDI3MC44MTRIMzgzLjI4NFYyNzEuNTQySDM4MS42MTRWMjc2SDM4MC43NFYyNzEuNTQySDM3OS4wN1YyNzAuODE0Wk0zODcuMzkxIDI3NS4zNkMzODcuMDY1IDI3NS42MzcgMzg2Ljc1MSAyNzUuODMyIDM4Ni40NDggMjc1Ljk0NkMzODYuMTQ5IDI3Ni4wNiAzODUuODI2IDI3Ni4xMTcgMzg1LjQ4MSAyNzYuMTE3QzM4NC45MTIgMjc2LjExNyAzODQuNDc0IDI3NS45NzkgMzg0LjE2OCAyNzUuNzAyQzM4My44NjIgMjc1LjQyMiAzODMuNzA5IDI3NS4wNjYgMzgzLjcwOSAyNzQuNjMzQzM4My43MDkgMjc0LjM3OSAzODMuNzY2IDI3NC4xNDggMzgzLjg4IDI3My45MzlDMzgzLjk5NyAyNzMuNzI4IDM4NC4xNDggMjczLjU1OSAzODQuMzM0IDI3My40MzJDMzg0LjUyMyAyNzMuMzA1IDM4NC43MzQgMjczLjIwOSAzODQuOTY5IDI3My4xNDRDMzg1LjE0MSAyNzMuMDk4IDM4NS40MDIgMjczLjA1NCAzODUuNzUgMjczLjAxMkMzODYuNDYgMjcyLjkyNyAzODYuOTgyIDI3Mi44MjYgMzg3LjMxNyAyNzIuNzA5QzM4Ny4zMjEgMjcyLjU4OSAzODcuMzIyIDI3Mi41MTIgMzg3LjMyMiAyNzIuNDc5QzM4Ny4zMjIgMjcyLjEyMSAzODcuMjM5IDI3MS44NjkgMzg3LjA3MyAyNzEuNzIzQzM4Ni44NDkgMjcxLjUyNCAzODYuNTE1IDI3MS40MjUgMzg2LjA3MiAyNzEuNDI1QzM4NS42NTkgMjcxLjQyNSAzODUuMzUzIDI3MS40OTggMzg1LjE1NCAyNzEuNjQ1QzM4NC45NTkgMjcxLjc4OCAzODQuODE0IDI3Mi4wNDMgMzg0LjcyIDI3Mi40MTFMMzgzLjg2IDI3Mi4yOTRDMzgzLjkzOCAyNzEuOTI2IDM4NC4wNjcgMjcxLjYzIDM4NC4yNDYgMjcxLjQwNUMzODQuNDI1IDI3MS4xNzcgMzg0LjY4NCAyNzEuMDAzIDM4NS4wMjIgMjcwLjg4M0MzODUuMzYxIDI3MC43NTkgMzg1Ljc1MyAyNzAuNjk3IDM4Ni4xOTkgMjcwLjY5N0MzODYuNjQyIDI3MC42OTcgMzg3LjAwMiAyNzAuNzQ5IDM4Ny4yNzggMjcwLjg1NEMzODcuNTU1IDI3MC45NTggMzg3Ljc1OCAyNzEuMDkgMzg3Ljg4OSAyNzEuMjQ5QzM4OC4wMTkgMjcxLjQwNSAzODguMTEgMjcxLjYwNCAzODguMTYyIDI3MS44NDVDMzg4LjE5MSAyNzEuOTk0IDM4OC4yMDYgMjcyLjI2NSAzODguMjA2IDI3Mi42NTVWMjczLjgyN0MzODguMjA2IDI3NC42NDQgMzg4LjIyNCAyNzUuMTYyIDM4OC4yNiAyNzUuMzhDMzg4LjI5OSAyNzUuNTk1IDM4OC4zNzQgMjc1LjgwMSAzODguNDg0IDI3NkgzODcuNTY2QzM4Ny40NzUgMjc1LjgxOCAzODcuNDE3IDI3NS42MDQgMzg3LjM5MSAyNzUuMzZaTTM4Ny4zMTcgMjczLjM5N0MzODYuOTk4IDI3My41MjggMzg2LjUyIDI3My42MzggMzg1Ljg4MiAyNzMuNzI5QzM4NS41MjEgMjczLjc4MiAzODUuMjY1IDI3My44NCAzODUuMTE1IDI3My45MDVDMzg0Ljk2NSAyNzMuOTcgMzg0Ljg1IDI3NC4wNjYgMzg0Ljc2OSAyNzQuMTkzQzM4NC42ODcgMjc0LjMxNyAzODQuNjQ2IDI3NC40NTUgMzg0LjY0NiAyNzQuNjA4QzM4NC42NDYgMjc0Ljg0MyAzODQuNzM0IDI3NS4wMzggMzg0LjkxIDI3NS4xOTRDMzg1LjA4OSAyNzUuMzUxIDM4NS4zNSAyNzUuNDI5IDM4NS42OTEgMjc1LjQyOUMzODYuMDMgMjc1LjQyOSAzODYuMzMxIDI3NS4zNTUgMzg2LjU5NSAyNzUuMjA5QzM4Ni44NTggMjc1LjA1OSAzODcuMDUyIDI3NC44NTYgMzg3LjE3NiAyNzQuNTk5QzM4Ny4yNyAyNzQuNCAzODcuMzE3IDI3NC4xMDcgMzg3LjMxNyAyNzMuNzJWMjczLjM5N1pNMzg5LjU3OCAyNzAuODE0SDM5MC40NTdWMjcyLjk3M0gzOTIuODk0VjI3MC44MTRIMzkzLjc3MlYyNzZIMzkyLjg5NFYyNzMuN0gzOTAuNDU3VjI3NkgzODkuNTc4VjI3MC44MTRaTTM5NS43OTQgMjcwLjgxNEgzOTkuNDA3VjI3NS4yNzdIMzk5Ljk2OVYyNzcuNDdIMzk5LjI0NlYyNzZIMzk1LjE2NFYyNzcuNDdIMzk0LjQ0MVYyNzUuMjc3SDM5NC45MDVDMzk1LjUyNCAyNzQuNDM4IDM5NS44MiAyNzIuOTUgMzk1Ljc5NCAyNzAuODE0Wk0zOTYuNTI2IDI3MS41NDJDMzk2LjQ2MSAyNzMuMjI1IDM5Ni4yMDEgMjc0LjQ3IDM5NS43NDUgMjc1LjI3N0gzOTguNTMzVjI3MS41NDJIMzk2LjUyNlpNNDA0LjMyNCAyNzUuMzZDNDAzLjk5OSAyNzUuNjM3IDQwMy42ODUgMjc1LjgzMiA0MDMuMzgyIDI3NS45NDZDNDAzLjA4MiAyNzYuMDYgNDAyLjc2IDI3Ni4xMTcgNDAyLjQxNSAyNzYuMTE3QzQwMS44NDUgMjc2LjExNyA0MDEuNDA4IDI3NS45NzkgNDAxLjEwMiAyNzUuNzAyQzQwMC43OTYgMjc1LjQyMiA0MDAuNjQzIDI3NS4wNjYgNDAwLjY0MyAyNzQuNjMzQzQwMC42NDMgMjc0LjM3OSA0MDAuNyAyNzQuMTQ4IDQwMC44MTMgMjczLjkzOUM0MDAuOTMxIDI3My43MjggNDAxLjA4MiAyNzMuNTU5IDQwMS4yNjggMjczLjQzMkM0MDEuNDU2IDI3My4zMDUgNDAxLjY2OCAyNzMuMjA5IDQwMS45MDIgMjczLjE0NEM0MDIuMDc1IDI3My4wOTggNDAyLjMzNSAyNzMuMDU0IDQwMi42ODQgMjczLjAxMkM0MDMuMzkzIDI3Mi45MjcgNDAzLjkxNiAyNzIuODI2IDQwNC4yNTEgMjcyLjcwOUM0MDQuMjU0IDI3Mi41ODkgNDA0LjI1NiAyNzIuNTEyIDQwNC4yNTYgMjcyLjQ3OUM0MDQuMjU2IDI3Mi4xMjEgNDA0LjE3MyAyNzEuODY5IDQwNC4wMDcgMjcxLjcyM0M0MDMuNzgyIDI3MS41MjQgNDAzLjQ0OSAyNzEuNDI1IDQwMy4wMDYgMjcxLjQyNUM0MDIuNTkyIDI3MS40MjUgNDAyLjI4NiAyNzEuNDk4IDQwMi4wODggMjcxLjY0NUM0MDEuODkzIDI3MS43ODggNDAxLjc0OCAyNzIuMDQzIDQwMS42NTMgMjcyLjQxMUw0MDAuNzk0IDI3Mi4yOTRDNDAwLjg3MiAyNzEuOTI2IDQwMS4wMDEgMjcxLjYzIDQwMS4xOCAyNzEuNDA1QzQwMS4zNTkgMjcxLjE3NyA0MDEuNjE4IDI3MS4wMDMgNDAxLjk1NiAyNzAuODgzQzQwMi4yOTUgMjcwLjc1OSA0MDIuNjg3IDI3MC42OTcgNDAzLjEzMyAyNzAuNjk3QzQwMy41NzYgMjcwLjY5NyA0MDMuOTM1IDI3MC43NDkgNDA0LjIxMiAyNzAuODU0QzQwNC40ODkgMjcwLjk1OCA0MDQuNjkyIDI3MS4wOSA0MDQuODIyIDI3MS4yNDlDNDA0Ljk1MiAyNzEuNDA1IDQwNS4wNDQgMjcxLjYwNCA0MDUuMDk2IDI3MS44NDVDNDA1LjEyNSAyNzEuOTk0IDQwNS4xNCAyNzIuMjY1IDQwNS4xNCAyNzIuNjU1VjI3My44MjdDNDA1LjE0IDI3NC42NDQgNDA1LjE1OCAyNzUuMTYyIDQwNS4xOTMgMjc1LjM4QzQwNS4yMzIgMjc1LjU5NSA0MDUuMzA3IDI3NS44MDEgNDA1LjQxOCAyNzZINDA0LjVDNDA0LjQwOSAyNzUuODE4IDQwNC4zNSAyNzUuNjA0IDQwNC4zMjQgMjc1LjM2Wk00MDQuMjUxIDI3My4zOTdDNDAzLjkzMiAyNzMuNTI4IDQwMy40NTMgMjczLjYzOCA0MDIuODE1IDI3My43MjlDNDAyLjQ1NCAyNzMuNzgyIDQwMi4xOTkgMjczLjg0IDQwMi4wNDkgMjczLjkwNUM0MDEuODk5IDI3My45NyA0MDEuNzg0IDI3NC4wNjYgNDAxLjcwMiAyNzQuMTkzQzQwMS42MjEgMjc0LjMxNyA0MDEuNTggMjc0LjQ1NSA0MDEuNTggMjc0LjYwOEM0MDEuNTggMjc0Ljg0MyA0MDEuNjY4IDI3NS4wMzggNDAxLjg0NCAyNzUuMTk0QzQwMi4wMjMgMjc1LjM1MSA0MDIuMjgzIDI3NS40MjkgNDAyLjYyNSAyNzUuNDI5QzQwMi45NjQgMjc1LjQyOSA0MDMuMjY1IDI3NS4zNTUgNDAzLjUyOCAyNzUuMjA5QzQwMy43OTIgMjc1LjA1OSA0MDMuOTg2IDI3NC44NTYgNDA0LjEwOSAyNzQuNTk5QzQwNC4yMDQgMjc0LjQgNDA0LjI1MSAyNzQuMTA3IDQwNC4yNTEgMjczLjcyVjI3My4zOTdaTTQwNi41MDcgMjc3Ljk4N1YyNzAuODE0SDQwNy4zMDhWMjcxLjQ4OEM0MDcuNDk2IDI3MS4yMjUgNDA3LjcxIDI3MS4wMjggNDA3Ljk0NyAyNzAuODk3QzQwOC4xODUgMjcwLjc2NCA0MDguNDczIDI3MC42OTcgNDA4LjgxMiAyNzAuNjk3QzQwOS4yNTQgMjcwLjY5NyA0MDkuNjQ1IDI3MC44MTEgNDA5Ljk4MyAyNzEuMDM5QzQxMC4zMjIgMjcxLjI2NyA0MTAuNTc3IDI3MS41ODkgNDEwLjc1IDI3Mi4wMDZDNDEwLjkyMyAyNzIuNDE5IDQxMS4wMDkgMjcyLjg3MyA0MTEuMDA5IDI3My4zNjhDNDExLjAwOSAyNzMuODk5IDQxMC45MTMgMjc0LjM3NyA0MTAuNzIxIDI3NC44MDRDNDEwLjUzMiAyNzUuMjI3IDQxMC4yNTUgMjc1LjU1MiA0MDkuODkxIDI3NS43OEM0MDkuNTI5IDI3Ni4wMDUgNDA5LjE0OCAyNzYuMTE3IDQwOC43NDggMjc2LjExN0M0MDguNDU1IDI3Ni4xMTcgNDA4LjE5MSAyNzYuMDU1IDQwNy45NTcgMjc1LjkzMkM0MDcuNzI2IDI3NS44MDggNDA3LjUzNSAyNzUuNjUyIDQwNy4zODYgMjc1LjQ2M1YyNzcuOTg3SDQwNi41MDdaTTQwNy4zMDMgMjczLjQzN0M0MDcuMzAzIDI3NC4xMDQgNDA3LjQzOCAyNzQuNTk3IDQwNy43MDggMjc0LjkxNkM0MDcuOTc4IDI3NS4yMzUgNDA4LjMwNSAyNzUuMzk1IDQwOC42ODkgMjc1LjM5NUM0MDkuMDggMjc1LjM5NSA0MDkuNDE0IDI3NS4yMyA0MDkuNjkgMjc0LjkwMUM0MDkuOTcgMjc0LjU2OSA0MTAuMTEgMjc0LjA1NyA0MTAuMTEgMjczLjM2M0M0MTAuMTEgMjcyLjcwMiA0MDkuOTc0IDI3Mi4yMDggNDA5LjcgMjcxLjg3OUM0MDkuNDMgMjcxLjU1IDQwOS4xMDYgMjcxLjM4NiA0MDguNzI5IDI3MS4zODZDNDA4LjM1NCAyNzEuMzg2IDQwOC4wMjIgMjcxLjU2MiA0MDcuNzMyIDI3MS45MTNDNDA3LjQ0NiAyNzIuMjYxIDQwNy4zMDMgMjcyLjc2OSA0MDcuMzAzIDI3My40MzdaTTQxMS4zNzUgMjcwLjgxNEg0MTUuNTg5VjI3MS41NDJINDEzLjkxOVYyNzZINDEzLjA0NVYyNzEuNTQySDQxMS4zNzVWMjcwLjgxNFpNNDE5LjYzMiAyNzMuNDIyTDQxOC4zNTcgMjcxLjE5NUg0MTkuMDhMNDIwLjYzOCAyNzMuNDIyTDQxOS4wOCAyNzUuNjQ4SDQxOC4zNjJMNDE5LjYzMiAyNzMuNDIyWk00MTcuNzQyIDI3My40MjJMNDE2LjQ1MyAyNzEuMTk1SDQxNy4xOUw0MTguNzI0IDI3My40MjJMNDE3LjE5IDI3NS42NDhINDE2LjQ1M0w0MTcuNzQyIDI3My40MjJaIiBmaWxsPSIjNDk0QjREIi8+CjxwYXRoIGQ9Ik0yMTkgMjAyQzIxOSAyMDAuODk1IDIxOS44OTUgMjAwIDIyMSAyMDBIMzI3QzMyOC4xMDUgMjAwIDMyOSAyMDAuODk1IDMyOSAyMDJWMjE2SDIxOVYyMDJaIiBmaWxsPSIjRURFRkYwIi8+CjxwYXRoIGQ9Ik0yMjQuMjMyIDIxMVYyMDMuODQySDIyNi45MThDMjI3LjQ2NSAyMDMuODQyIDIyNy45MDMgMjAzLjkxNSAyMjguMjMxIDIwNC4wNjJDMjI4LjU2MyAyMDQuMjA1IDIyOC44MjIgMjA0LjQyOCAyMjkuMDA4IDIwNC43M0MyMjkuMTk3IDIwNS4wMyAyMjkuMjkxIDIwNS4zNDQgMjI5LjI5MSAyMDUuNjczQzIyOS4yOTEgMjA1Ljk3OSAyMjkuMjA4IDIwNi4yNjcgMjI5LjA0MiAyMDYuNTM3QzIyOC44NzYgMjA2LjgwNyAyMjguNjI1IDIwNy4wMjUgMjI4LjI5IDIwNy4xOTFDMjI4LjcyMyAyMDcuMzE4IDIyOS4wNTUgMjA3LjUzNSAyMjkuMjg2IDIwNy44NDFDMjI5LjUyMSAyMDguMTQ3IDIyOS42MzggMjA4LjUwOCAyMjkuNjM4IDIwOC45MjVDMjI5LjYzOCAyMDkuMjYgMjI5LjU2NiAyMDkuNTczIDIyOS40MjMgMjA5Ljg2MkMyMjkuMjgzIDIxMC4xNDkgMjI5LjEwOSAyMTAuMzcgMjI4LjkgMjEwLjUyNkMyMjguNjkyIDIxMC42ODMgMjI4LjQzIDIxMC44MDEgMjI4LjExNCAyMTAuODgzQzIyNy44MDIgMjEwLjk2MSAyMjcuNDE4IDIxMSAyMjYuOTYyIDIxMUgyMjQuMjMyWk0yMjUuMTggMjA2Ljg1SDIyNi43MjhDMjI3LjE0NyAyMDYuODUgMjI3LjQ0OSAyMDYuODIyIDIyNy42MzEgMjA2Ljc2N0MyMjcuODcyIDIwNi42OTUgMjI4LjA1MiAyMDYuNTc2IDIyOC4xNzMgMjA2LjQxQzIyOC4yOTcgMjA2LjI0NCAyMjguMzU4IDIwNi4wMzYgMjI4LjM1OCAyMDUuNzg1QzIyOC4zNTggMjA1LjU0OCAyMjguMzAxIDIwNS4zMzkgMjI4LjE4OCAyMDUuMTZDMjI4LjA3NCAyMDQuOTc4IDIyNy45MTEgMjA0Ljg1NCAyMjcuNjk5IDIwNC43ODlDMjI3LjQ4OCAyMDQuNzIxIDIyNy4xMjUgMjA0LjY4NyAyMjYuNjEgMjA0LjY4N0gyMjUuMThWMjA2Ljg1Wk0yMjUuMTggMjEwLjE1NUgyMjYuOTYyQzIyNy4yNjggMjEwLjE1NSAyMjcuNDgzIDIxMC4xNDQgMjI3LjYwNiAyMTAuMTIxQzIyNy44MjUgMjEwLjA4MiAyMjguMDA3IDIxMC4wMTcgMjI4LjE1MyAyMDkuOTI2QzIyOC4zIDIwOS44MzUgMjI4LjQyIDIwOS43MDMgMjI4LjUxNSAyMDkuNTNDMjI4LjYwOSAyMDkuMzU0IDIyOC42NTYgMjA5LjE1MyAyMjguNjU2IDIwOC45MjVDMjI4LjY1NiAyMDguNjU4IDIyOC41ODggMjA4LjQyNyAyMjguNDUxIDIwOC4yMzFDMjI4LjMxNCAyMDguMDMzIDIyOC4xMjQgMjA3Ljg5NSAyMjcuODggMjA3LjgxNkMyMjcuNjM5IDIwNy43MzUgMjI3LjI5MSAyMDcuNjk0IDIyNi44MzUgMjA3LjY5NEgyMjUuMThWMjEwLjE1NVpNMjM0LjIxMyAyMTAuMzZDMjMzLjg4NyAyMTAuNjM3IDIzMy41NzMgMjEwLjgzMiAyMzMuMjcxIDIxMC45NDZDMjMyLjk3MSAyMTEuMDYgMjMyLjY0OSAyMTEuMTE3IDIzMi4zMDQgMjExLjExN0MyMzEuNzM0IDIxMS4xMTcgMjMxLjI5NiAyMTAuOTc5IDIzMC45OSAyMTAuNzAyQzIzMC42ODQgMjEwLjQyMiAyMzAuNTMxIDIxMC4wNjYgMjMwLjUzMSAyMDkuNjMzQzIzMC41MzEgMjA5LjM3OSAyMzAuNTg4IDIwOS4xNDggMjMwLjcwMiAyMDguOTM5QzIzMC44MTkgMjA4LjcyOCAyMzAuOTcxIDIwOC41NTkgMjMxLjE1NiAyMDguNDMyQzIzMS4zNDUgMjA4LjMwNSAyMzEuNTU3IDIwOC4yMDkgMjMxLjc5MSAyMDguMTQ0QzIzMS45NjQgMjA4LjA5OCAyMzIuMjI0IDIwOC4wNTQgMjMyLjU3MiAyMDguMDEyQzIzMy4yODIgMjA3LjkyNyAyMzMuODA0IDIwNy44MjYgMjM0LjE0IDIwNy43MDlDMjM0LjE0MyAyMDcuNTg5IDIzNC4xNDUgMjA3LjUxMiAyMzQuMTQ1IDIwNy40NzlDMjM0LjE0NSAyMDcuMTIxIDIzNC4wNjIgMjA2Ljg2OSAyMzMuODk2IDIwNi43MjNDMjMzLjY3MSAyMDYuNTI0IDIzMy4zMzcgMjA2LjQyNSAyMzIuODk1IDIwNi40MjVDMjMyLjQ4MSAyMDYuNDI1IDIzMi4xNzUgMjA2LjQ5OCAyMzEuOTc3IDIwNi42NDVDMjMxLjc4MSAyMDYuNzg4IDIzMS42MzYgMjA3LjA0MyAyMzEuNTQyIDIwNy40MTFMMjMwLjY4MyAyMDcuMjk0QzIzMC43NjEgMjA2LjkyNiAyMzAuODg5IDIwNi42MyAyMzEuMDY4IDIwNi40MDVDMjMxLjI0NyAyMDYuMTc3IDIzMS41MDYgMjA2LjAwMyAyMzEuODQ1IDIwNS44ODNDMjMyLjE4MyAyMDUuNzU5IDIzMi41NzYgMjA1LjY5NyAyMzMuMDIxIDIwNS42OTdDMjMzLjQ2NCAyMDUuNjk3IDIzMy44MjQgMjA1Ljc0OSAyMzQuMTAxIDIwNS44NTRDMjM0LjM3NyAyMDUuOTU4IDIzNC41ODEgMjA2LjA5IDIzNC43MTEgMjA2LjI0OUMyMzQuODQxIDIwNi40MDUgMjM0LjkzMiAyMDYuNjA0IDIzNC45ODQgMjA2Ljg0NUMyMzUuMDE0IDIwNi45OTQgMjM1LjAyOCAyMDcuMjY1IDIzNS4wMjggMjA3LjY1NVYyMDguODI3QzIzNS4wMjggMjA5LjY0NCAyMzUuMDQ2IDIxMC4xNjIgMjM1LjA4MiAyMTAuMzhDMjM1LjEyMSAyMTAuNTk1IDIzNS4xOTYgMjEwLjgwMSAyMzUuMzA3IDIxMUgyMzQuMzg5QzIzNC4yOTggMjEwLjgxOCAyMzQuMjM5IDIxMC42MDQgMjM0LjIxMyAyMTAuMzZaTTIzNC4xNCAyMDguMzk3QzIzMy44MjEgMjA4LjUyOCAyMzMuMzQyIDIwOC42MzggMjMyLjcwNCAyMDguNzI5QzIzMi4zNDMgMjA4Ljc4MiAyMzIuMDg3IDIwOC44NCAyMzEuOTM4IDIwOC45MDVDMjMxLjc4OCAyMDguOTcgMjMxLjY3MiAyMDkuMDY2IDIzMS41OTEgMjA5LjE5M0MyMzEuNTA5IDIwOS4zMTcgMjMxLjQ2OSAyMDkuNDU1IDIzMS40NjkgMjA5LjYwOEMyMzEuNDY5IDIwOS44NDMgMjMxLjU1NyAyMTAuMDM4IDIzMS43MzIgMjEwLjE5NEMyMzEuOTExIDIxMC4zNTEgMjMyLjE3MiAyMTAuNDI5IDIzMi41MTQgMjEwLjQyOUMyMzIuODUyIDIxMC40MjkgMjMzLjE1MyAyMTAuMzU1IDIzMy40MTcgMjEwLjIwOUMyMzMuNjgxIDIxMC4wNTkgMjMzLjg3NCAyMDkuODU2IDIzMy45OTggMjA5LjU5OUMyMzQuMDkyIDIwOS40IDIzNC4xNCAyMDkuMTA3IDIzNC4xNCAyMDguNzJWMjA4LjM5N1pNMjM2LjM5MSAyMDUuODE0SDIzNy4yN1YyMDguMDU2QzIzNy41NDkgMjA4LjA1NiAyMzcuNzQ1IDIwOC4wMDIgMjM3Ljg1NSAyMDcuODk1QzIzNy45NjkgMjA3Ljc4NyAyMzguMTM1IDIwNy40NzUgMjM4LjM1NCAyMDYuOTU3QzIzOC41MjYgMjA2LjU0NyAyMzguNjY2IDIwNi4yNzcgMjM4Ljc3MyAyMDYuMTQ2QzIzOC44ODEgMjA2LjAxNiAyMzkuMDA1IDIwNS45MjggMjM5LjE0NSAyMDUuODgzQzIzOS4yODUgMjA1LjgzNyAyMzkuNTA5IDIwNS44MTQgMjM5LjgxOCAyMDUuODE0SDIzOS45OTRWMjA2LjU0MkwyMzkuNzUgMjA2LjUzN0MyMzkuNTE5IDIwNi41MzcgMjM5LjM3MSAyMDYuNTcxIDIzOS4zMDYgMjA2LjY0QzIzOS4yMzcgMjA2LjcxMSAyMzkuMTMzIDIwNi45MjQgMjM4Ljk5MyAyMDcuMjc5QzIzOC44NiAyMDcuNjE4IDIzOC43MzggMjA3Ljg1MiAyMzguNjI3IDIwNy45ODJDMjM4LjUxNiAyMDguMTEzIDIzOC4zNDUgMjA4LjIzMSAyMzguMTE0IDIwOC4zMzlDMjM4LjQ5MiAyMDguNDQgMjM4Ljg2MyAyMDguNzkxIDIzOS4yMjggMjA5LjM5NEwyNDAuMTg5IDIxMUgyMzkuMjIzTDIzOC4yODUgMjA5LjM5NEMyMzguMDkzIDIwOS4wNzEgMjM3LjkyNSAyMDguODYgMjM3Ljc4MiAyMDguNzU5QzIzNy42MzkgMjA4LjY1NSAyMzcuNDY4IDIwOC42MDMgMjM3LjI3IDIwOC42MDNWMjExSDIzNi4zOTFWMjA1LjgxNFpNMjQ0LjM3OSAyMTAuMzZDMjQ0LjA1MyAyMTAuNjM3IDI0My43MzkgMjEwLjgzMiAyNDMuNDM3IDIxMC45NDZDMjQzLjEzNyAyMTEuMDYgMjQyLjgxNSAyMTEuMTE3IDI0Mi40NyAyMTEuMTE3QzI0MS45IDIxMS4xMTcgMjQxLjQ2MiAyMTAuOTc5IDI0MS4xNTYgMjEwLjcwMkMyNDAuODUgMjEwLjQyMiAyNDAuNjk3IDIxMC4wNjYgMjQwLjY5NyAyMDkuNjMzQzI0MC42OTcgMjA5LjM3OSAyNDAuNzU0IDIwOS4xNDggMjQwLjg2OCAyMDguOTM5QzI0MC45ODUgMjA4LjcyOCAyNDEuMTM3IDIwOC41NTkgMjQxLjMyMiAyMDguNDMyQzI0MS41MTEgMjA4LjMwNSAyNDEuNzIzIDIwOC4yMDkgMjQxLjk1NyAyMDguMTQ0QzI0Mi4xMyAyMDguMDk4IDI0Mi4zOSAyMDguMDU0IDI0Mi43MzggMjA4LjAxMkMyNDMuNDQ4IDIwNy45MjcgMjQzLjk3IDIwNy44MjYgMjQ0LjMwNiAyMDcuNzA5QzI0NC4zMDkgMjA3LjU4OSAyNDQuMzExIDIwNy41MTIgMjQ0LjMxMSAyMDcuNDc5QzI0NC4zMTEgMjA3LjEyMSAyNDQuMjI4IDIwNi44NjkgMjQ0LjA2MiAyMDYuNzIzQzI0My44MzcgMjA2LjUyNCAyNDMuNTAzIDIwNi40MjUgMjQzLjA2MSAyMDYuNDI1QzI0Mi42NDcgMjA2LjQyNSAyNDIuMzQxIDIwNi40OTggMjQyLjE0MyAyMDYuNjQ1QzI0MS45NDcgMjA2Ljc4OCAyNDEuODAyIDIwNy4wNDMgMjQxLjcwOCAyMDcuNDExTDI0MC44NDkgMjA3LjI5NEMyNDAuOTI3IDIwNi45MjYgMjQxLjA1NSAyMDYuNjMgMjQxLjIzNCAyMDYuNDA1QzI0MS40MTMgMjA2LjE3NyAyNDEuNjcyIDIwNi4wMDMgMjQyLjAxMSAyMDUuODgzQzI0Mi4zNDkgMjA1Ljc1OSAyNDIuNzQyIDIwNS42OTcgMjQzLjE4OCAyMDUuNjk3QzI0My42MyAyMDUuNjk3IDI0My45OSAyMDUuNzQ5IDI0NC4yNjcgMjA1Ljg1NEMyNDQuNTQzIDIwNS45NTggMjQ0Ljc0NyAyMDYuMDkgMjQ0Ljg3NyAyMDYuMjQ5QzI0NS4wMDcgMjA2LjQwNSAyNDUuMDk4IDIwNi42MDQgMjQ1LjE1IDIwNi44NDVDMjQ1LjE4IDIwNi45OTQgMjQ1LjE5NCAyMDcuMjY1IDI0NS4xOTQgMjA3LjY1NVYyMDguODI3QzI0NS4xOTQgMjA5LjY0NCAyNDUuMjEyIDIxMC4xNjIgMjQ1LjI0OCAyMTAuMzhDMjQ1LjI4NyAyMTAuNTk1IDI0NS4zNjIgMjEwLjgwMSAyNDUuNDczIDIxMUgyNDQuNTU1QzI0NC40NjQgMjEwLjgxOCAyNDQuNDA1IDIxMC42MDQgMjQ0LjM3OSAyMTAuMzZaTTI0NC4zMDYgMjA4LjM5N0MyNDMuOTg3IDIwOC41MjggMjQzLjUwOCAyMDguNjM4IDI0Mi44NyAyMDguNzI5QzI0Mi41MDkgMjA4Ljc4MiAyNDIuMjUzIDIwOC44NCAyNDIuMTA0IDIwOC45MDVDMjQxLjk1NCAyMDguOTcgMjQxLjgzOCAyMDkuMDY2IDI0MS43NTcgMjA5LjE5M0MyNDEuNjc1IDIwOS4zMTcgMjQxLjYzNSAyMDkuNDU1IDI0MS42MzUgMjA5LjYwOEMyNDEuNjM1IDIwOS44NDMgMjQxLjcyMyAyMTAuMDM4IDI0MS44OTggMjEwLjE5NEMyNDIuMDc3IDIxMC4zNTEgMjQyLjMzOCAyMTAuNDI5IDI0Mi42OCAyMTAuNDI5QzI0My4wMTggMjEwLjQyOSAyNDMuMzE5IDIxMC4zNTUgMjQzLjU4MyAyMTAuMjA5QzI0My44NDcgMjEwLjA1OSAyNDQuMDQgMjA5Ljg1NiAyNDQuMTY0IDIwOS41OTlDMjQ0LjI1OCAyMDkuNCAyNDQuMzA2IDIwOS4xMDcgMjQ0LjMwNiAyMDguNzJWMjA4LjM5N1pNMjQ2LjU2NiAyMDUuODE0SDI0Ny40NDVWMjA3Ljk3M0gyNDkuODgyVjIwNS44MTRIMjUwLjc2MVYyMTFIMjQ5Ljg4MlYyMDguN0gyNDcuNDQ1VjIxMUgyNDYuNTY2VjIwNS44MTRaTTI1NS40NzMgMjA5LjEwMUwyNTYuMzM3IDIwOS4yMTNDMjU2LjI0MyAyMDkuODA5IDI1NiAyMTAuMjc2IDI1NS42MDkgMjEwLjYxNEMyNTUuMjIyIDIxMC45NSAyNTQuNzQ1IDIxMS4xMTcgMjU0LjE3OSAyMTEuMTE3QzI1My40NjkgMjExLjExNyAyNTIuODk4IDIxMC44ODYgMjUyLjQ2NSAyMTAuNDI0QzI1Mi4wMzUgMjA5Ljk1OCAyNTEuODIgMjA5LjI5MyAyNTEuODIgMjA4LjQyN0MyNTEuODIgMjA3Ljg2NyAyNTEuOTEzIDIwNy4zNzcgMjUyLjA5OSAyMDYuOTU3QzI1Mi4yODQgMjA2LjUzNyAyNTIuNTY2IDIwNi4yMjMgMjUyLjk0MyAyMDYuMDE1QzI1My4zMjQgMjA1LjgwMyAyNTMuNzM4IDIwNS42OTcgMjU0LjE4NCAyMDUuNjk3QzI1NC43NDcgMjA1LjY5NyAyNTUuMjA3IDIwNS44NCAyNTUuNTY1IDIwNi4xMjdDMjU1LjkyNCAyMDYuNDEgMjU2LjE1MyAyMDYuODE0IDI1Ni4yNTQgMjA3LjMzOEwyNTUuMzk5IDIwNy40N0MyNTUuMzE4IDIwNy4xMjEgMjU1LjE3MyAyMDYuODU5IDI1NC45NjUgMjA2LjY4NEMyNTQuNzYgMjA2LjUwOCAyNTQuNTExIDIwNi40MiAyNTQuMjE4IDIwNi40MkMyNTMuNzc1IDIwNi40MiAyNTMuNDE1IDIwNi41NzkgMjUzLjEzOSAyMDYuODk4QzI1Mi44NjIgMjA3LjIxNCAyNTIuNzI0IDIwNy43MTUgMjUyLjcyNCAyMDguNDAyQzI1Mi43MjQgMjA5LjA5OSAyNTIuODU3IDIwOS42MDUgMjUzLjEyNCAyMDkuOTIxQzI1My4zOTEgMjEwLjIzNyAyNTMuNzM5IDIxMC4zOTUgMjU0LjE2OSAyMTAuMzk1QzI1NC41MTQgMjEwLjM5NSAyNTQuODAyIDIxMC4yODkgMjU1LjAzMyAyMTAuMDc3QzI1NS4yNjQgMjA5Ljg2NiAyNTUuNDExIDIwOS41NCAyNTUuNDczIDIwOS4xMDFaTTI1Ny4wODkgMjA1LjgxNEgyNTcuOTY4VjIwOS43N0wyNjAuNDA0IDIwNS44MTRIMjYxLjM1MlYyMTFIMjYwLjQ3M1YyMDcuMDY5TDI1OC4wMzYgMjExSDI1Ny4wODlWMjA1LjgxNFpNMjYyLjY3NSAyMDUuODE0SDI2My41NTRWMjA5Ljc3TDI2NS45OSAyMDUuODE0SDI2Ni45MzhWMjExSDI2Ni4wNTlWMjA3LjA2OUwyNjMuNjIyIDIxMUgyNjIuNjc1VjIwNS44MTRaTTI3Mi4wNDUgMjA4LjQyMkwyNzMuMzEgMjEwLjY0OEgyNzIuNTk3TDI3MS4wMzkgMjA4LjQyMkwyNzIuNTk3IDIwNi4xOTVIMjczLjMxOUwyNzIuMDQ1IDIwOC40MjJaTTI3My45MzUgMjA4LjQyMkwyNzUuMjI0IDIxMC42NDhIMjc0LjQ4MUwyNzIuOTUzIDIwOC40MjJMMjc0LjQ4MSAyMDYuMTk1SDI3NS4yMjRMMjczLjkzNSAyMDguNDIyWk0yNzYuNzMyIDIwMy44NDJIMjgyLjM2MlYyMTFIMjgxLjQxVjIwNC42ODdIMjc3LjY4VjIxMUgyNzYuNzMyVjIwMy44NDJaTTI4My43OTggMjEyLjk4N1YyMDUuODE0SDI4NC41OTlWMjA2LjQ4OEMyODQuNzg3IDIwNi4yMjUgMjg1LjAwMSAyMDYuMDI4IDI4NS4yMzggMjA1Ljg5N0MyODUuNDc2IDIwNS43NjQgMjg1Ljc2NCAyMDUuNjk3IDI4Ni4xMDMgMjA1LjY5N0MyODYuNTQ1IDIwNS42OTcgMjg2LjkzNiAyMDUuODExIDI4Ny4yNzQgMjA2LjAzOUMyODcuNjEzIDIwNi4yNjcgMjg3Ljg2OCAyMDYuNTg5IDI4OC4wNDEgMjA3LjAwNkMyODguMjE0IDIwNy40MTkgMjg4LjMgMjA3Ljg3MyAyODguMyAyMDguMzY4QzI4OC4zIDIwOC44OTkgMjg4LjIwNCAyMDkuMzc3IDI4OC4wMTIgMjA5LjgwNEMyODcuODIzIDIxMC4yMjcgMjg3LjU0NiAyMTAuNTUyIDI4Ny4xODIgMjEwLjc4QzI4Ni44MiAyMTEuMDA1IDI4Ni40MzkgMjExLjExNyAyODYuMDM5IDIxMS4xMTdDMjg1Ljc0NiAyMTEuMTE3IDI4NS40ODIgMjExLjA1NSAyODUuMjQ4IDIxMC45MzJDMjg1LjAxNyAyMTAuODA4IDI4NC44MjYgMjEwLjY1MiAyODQuNjc3IDIxMC40NjNWMjEyLjk4N0gyODMuNzk4Wk0yODQuNTk0IDIwOC40MzdDMjg0LjU5NCAyMDkuMTA0IDI4NC43MjkgMjA5LjU5NyAyODQuOTk5IDIwOS45MTZDMjg1LjI2OSAyMTAuMjM1IDI4NS41OTYgMjEwLjM5NSAyODUuOTggMjEwLjM5NUMyODYuMzcxIDIxMC4zOTUgMjg2LjcwNSAyMTAuMjMgMjg2Ljk4MSAyMDkuOTAxQzI4Ny4yNjEgMjA5LjU2OSAyODcuNDAxIDIwOS4wNTcgMjg3LjQwMSAyMDguMzYzQzI4Ny40MDEgMjA3LjcwMiAyODcuMjY1IDIwNy4yMDggMjg2Ljk5MSAyMDYuODc5QzI4Ni43MjEgMjA2LjU1IDI4Ni4zOTcgMjA2LjM4NiAyODYuMDIgMjA2LjM4NkMyODUuNjQ1IDIwNi4zODYgMjg1LjMxMyAyMDYuNTYyIDI4NS4wMjMgMjA2LjkxM0MyODQuNzM3IDIwNy4yNjEgMjg0LjU5NCAyMDcuNzY5IDI4NC41OTQgMjA4LjQzN1pNMjkyLjkxNCAyMDkuMzNMMjkzLjgyMiAyMDkuNDQyQzI5My42NzkgMjA5Ljk3MyAyOTMuNDE0IDIxMC4zODUgMjkzLjAyNiAyMTAuNjc4QzI5Mi42MzkgMjEwLjk3MSAyOTIuMTQ0IDIxMS4xMTcgMjkxLjU0MiAyMTEuMTE3QzI5MC43ODQgMjExLjExNyAyOTAuMTgxIDIxMC44ODQgMjg5LjczNSAyMTAuNDE5QzI4OS4yOTMgMjA5Ljk1IDI4OS4wNzEgMjA5LjI5NCAyODkuMDcxIDIwOC40NTFDMjg5LjA3MSAyMDcuNTc5IDI4OS4yOTYgMjA2LjkwMiAyODkuNzQ1IDIwNi40MkMyOTAuMTk0IDIwNS45MzggMjkwLjc3NyAyMDUuNjk3IDI5MS40OTMgMjA1LjY5N0MyOTIuMTg3IDIwNS42OTcgMjkyLjc1MyAyMDUuOTMzIDI5My4xOTIgMjA2LjQwNUMyOTMuNjMyIDIwNi44NzcgMjkzLjg1MiAyMDcuNTQxIDI5My44NTIgMjA4LjM5N0MyOTMuODUyIDIwOC40NSAyOTMuODUgMjA4LjUyOCAyOTMuODQ3IDIwOC42MzJIMjg5Ljk3OUMyOTAuMDEyIDIwOS4yMDEgMjkwLjE3MyAyMDkuNjM4IDI5MC40NjMgMjA5Ljk0QzI5MC43NTMgMjEwLjI0MyAyOTEuMTE0IDIxMC4zOTUgMjkxLjU0NyAyMTAuMzk1QzI5MS44NjkgMjEwLjM5NSAyOTIuMTQ0IDIxMC4zMSAyOTIuMzcyIDIxMC4xNDFDMjkyLjYgMjA5Ljk3MSAyOTIuNzgxIDIwOS43MDEgMjkyLjkxNCAyMDkuMzNaTTI5MC4wMjggMjA3LjkwOUgyOTIuOTI0QzI5Mi44ODUgMjA3LjQ3MyAyOTIuNzc0IDIwNy4xNDYgMjkyLjU5MiAyMDYuOTI4QzI5Mi4zMTIgMjA2LjU4OSAyOTEuOTQ5IDIwNi40MiAyOTEuNTAzIDIwNi40MkMyOTEuMDk5IDIwNi40MiAyOTAuNzU5IDIwNi41NTUgMjkwLjQ4MiAyMDYuODI1QzI5MC4yMDkgMjA3LjA5NSAyOTAuMDU4IDIwNy40NTcgMjkwLjAyOCAyMDcuOTA5Wk0yOTQuOTU1IDIwNS44MTRIMjk2LjMyMkwyOTcuNjg1IDIwOS45NjVMMjk5LjE5OCAyMDUuODE0SDMwMC40NjNWMjExSDI5OS41ODRWMjA2LjgyNUwyOTguMDUxIDIxMUgyOTcuMjY1TDI5NS44MTQgMjA2LjYyNVYyMTFIMjk0Ljk1NVYyMDUuODE0Wk0zMDEuODA2IDIwNS44MTRIMzAyLjY4NVYyMDkuNzdMMzA1LjEyMSAyMDUuODE0SDMwNi4wNjhWMjExSDMwNS4xODlWMjA3LjA2OUwzMDIuNzUzIDIxMUgzMDEuODA2VjIwNS44MTRaTTMwNy4zNTMgMjEyLjk5N0wzMDcuMjU1IDIxMi4xNzJDMzA3LjQ0NyAyMTIuMjI0IDMwNy42MTUgMjEyLjI1IDMwNy43NTggMjEyLjI1QzMwNy45NTMgMjEyLjI1IDMwOC4xMDkgMjEyLjIxNyAzMDguMjI3IDIxMi4xNTJDMzA4LjM0NCAyMTIuMDg3IDMwOC40NCAyMTEuOTk2IDMwOC41MTUgMjExLjg3OUMzMDguNTcgMjExLjc5MSAzMDguNjYgMjExLjU3MyAzMDguNzgzIDIxMS4yMjVDMzA4Ljc5OSAyMTEuMTc2IDMwOC44MjYgMjExLjEwNCAzMDguODYxIDIxMS4wMUwzMDYuODk0IDIwNS44MTRIMzA3Ljg0MUwzMDguOTIgMjA4LjgxN0MzMDkuMDYgMjA5LjE5OCAzMDkuMTg1IDIwOS41OTkgMzA5LjI5NiAyMTAuMDE5QzMwOS4zOTcgMjA5LjYxNSAzMDkuNTE3IDIwOS4yMjEgMzA5LjY1NyAyMDguODM3TDMxMC43NjYgMjA1LjgxNEgzMTEuNjQ1TDMwOS42NzIgMjExLjA4OEMzMDkuNDYgMjExLjY1OCAzMDkuMjk2IDIxMi4wNSAzMDkuMTc5IDIxMi4yNjVDMzA5LjAyMiAyMTIuNTU0IDMwOC44NDMgMjEyLjc2NiAzMDguNjQyIDIxMi44OTlDMzA4LjQ0IDIxMy4wMzYgMzA4LjE5OSAyMTMuMTA0IDMwNy45MTkgMjEzLjEwNEMzMDcuNzUgMjEzLjEwNCAzMDcuNTYxIDIxMy4wNjkgMzA3LjM1MyAyMTIuOTk3Wk0zMTIuMjk5IDIwNS44MTRIMzEzLjY2NkwzMTUuMDI4IDIwOS45NjVMMzE2LjU0MiAyMDUuODE0SDMxNy44MDdWMjExSDMxNi45MjhWMjA2LjgyNUwzMTUuMzk1IDIxMUgzMTQuNjA4TDMxMy4xNTggMjA2LjYyNVYyMTFIMzEyLjI5OVYyMDUuODE0Wk0zMjIuMzUzIDIwOC40MjJMMzIxLjA3OCAyMDYuMTk1SDMyMS44MDFMMzIzLjM1OCAyMDguNDIyTDMyMS44MDEgMjEwLjY0OEgzMjEuMDgzTDMyMi4zNTMgMjA4LjQyMlpNMzIwLjQ2MyAyMDguNDIyTDMxOS4xNzQgMjA2LjE5NUgzMTkuOTExTDMyMS40NDQgMjA4LjQyMkwzMTkuOTExIDIxMC42NDhIMzE5LjE3NEwzMjAuNDYzIDIwOC40MjJaIiBmaWxsPSIjNDk0QjREIi8+CjxwYXRoIGQ9Ik0yMTkgNzVDMjE5IDczLjg5NTQgMjE5Ljg5NSA3MyAyMjEgNzNIMjg0QzI4NS4xMDUgNzMgMjg2IDczLjg5NTQgMjg2IDc1Vjg5SDIxOVY3NVoiIGZpbGw9IiMxNzg1RTUiLz4KPHBhdGggZD0iTTI0Ni41OTMgODRWNzcuNjg2NUgyNDQuMjM0Vjc2Ljg0MThIMjQ5LjkwOFY3Ny42ODY1SDI0Ny41NFY4NEgyNDYuNTkzWk0yNDkuNjY0IDgxLjQwNzJDMjQ5LjY2NCA4MC40NDY5IDI0OS45MzEgNzkuNzM1NyAyNTAuNDY1IDc5LjI3MzRDMjUwLjkxMSA3OC44ODkzIDI1MS40NTQgNzguNjk3MyAyNTIuMDk2IDc4LjY5NzNDMjUyLjgwOSA3OC42OTczIDI1My4zOTEgNzguOTMxNiAyNTMuODQ0IDc5LjQwMDRDMjU0LjI5NiA3OS44NjU5IDI1NC41MjIgODAuNTEwNCAyNTQuNTIyIDgxLjMzNEMyNTQuNTIyIDgyLjAwMTMgMjU0LjQyMiA4Mi41MjcgMjU0LjIyIDgyLjkxMTFDMjU0LjAyMSA4My4yOTIgMjUzLjczIDgzLjU4ODIgMjUzLjM0NiA4My43OTk4QzI1Mi45NjUgODQuMDExNCAyNTIuNTQ4IDg0LjExNzIgMjUyLjA5NiA4NC4xMTcyQzI1MS4zNyA4NC4xMTcyIDI1MC43ODIgODMuODg0NCAyNTAuMzMzIDgzLjQxODlDMjQ5Ljg4NyA4Mi45NTM1IDI0OS42NjQgODIuMjgyOSAyNDkuNjY0IDgxLjQwNzJaTTI1MC41NjcgODEuNDA3MkMyNTAuNTY3IDgyLjA3MTMgMjUwLjcxMiA4Mi41NjkzIDI1MS4wMDIgODIuOTAxNEMyNTEuMjkyIDgzLjIzMDEgMjUxLjY1NiA4My4zOTQ1IDI1Mi4wOTYgODMuMzk0NUMyNTIuNTMyIDgzLjM5NDUgMjUyLjg5NSA4My4yMjg1IDI1My4xODUgODIuODk2NUMyNTMuNDc0IDgyLjU2NDUgMjUzLjYxOSA4Mi4wNTgzIDI1My42MTkgODEuMzc3OUMyNTMuNjE5IDgwLjczNjcgMjUzLjQ3MyA4MC4yNTE2IDI1My4xOCA3OS45MjI5QzI1Mi44OSA3OS41OTA4IDI1Mi41MjkgNzkuNDI0OCAyNTIuMDk2IDc5LjQyNDhDMjUxLjY1NiA3OS40MjQ4IDI1MS4yOTIgNzkuNTg5MiAyNTEuMDAyIDc5LjkxOEMyNTAuNzEyIDgwLjI0NjcgMjUwLjU2NyA4MC43NDMyIDI1MC41NjcgODEuNDA3MlpNMjU1LjU2MiA3OC44MTQ1SDI1OS42NTRWODRIMjU4Ljc3NVY3OS41NDJIMjU2LjQ0MVY4NEgyNTUuNTYyVjc4LjgxNDVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIyMDciIHk9Ijg4IiB3aWR0aD0iMjgyIiBoZWlnaHQ9IjM0IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM5MC41MjcgMTA5VjEwNi45NDNIMzg2LjgwMVYxMDUuOTc3TDM5MC43MjEgMTAwLjQxSDM5MS41ODJWMTA1Ljk3N0gzOTIuNzQyVjEwNi45NDNIMzkxLjU4MlYxMDlIMzkwLjUyN1pNMzkwLjUyNyAxMDUuOTc3VjEwMi4xMDRMMzg3LjgzOCAxMDUuOTc3SDM5MC41MjdaTTM5My44MjYgMTA0Ljc2NEMzOTMuODI2IDEwMy43NDggMzkzLjkzIDEwMi45MzIgMzk0LjEzNyAxMDIuMzE0QzM5NC4zNDggMTAxLjY5MyAzOTQuNjU4IDEwMS4yMTUgMzk1LjA2OCAxMDAuODc5QzM5NS40ODIgMTAwLjU0MyAzOTYuMDAyIDEwMC4zNzUgMzk2LjYyNyAxMDAuMzc1QzM5Ny4wODggMTAwLjM3NSAzOTcuNDkyIDEwMC40NjkgMzk3Ljg0IDEwMC42NTZDMzk4LjE4OCAxMDAuODQgMzk4LjQ3NSAxMDEuMTA3IDM5OC43MDEgMTAxLjQ1OUMzOTguOTI4IDEwMS44MDcgMzk5LjEwNSAxMDIuMjMyIDM5OS4yMzQgMTAyLjczNkMzOTkuMzYzIDEwMy4yMzYgMzk5LjQyOCAxMDMuOTEyIDM5OS40MjggMTA0Ljc2NEMzOTkuNDI4IDEwNS43NzEgMzk5LjMyNCAxMDYuNTg2IDM5OS4xMTcgMTA3LjIwN0MzOTguOTEgMTA3LjgyNCAzOTguNiAxMDguMzAzIDM5OC4xODYgMTA4LjY0M0MzOTcuNzc1IDEwOC45NzkgMzk3LjI1NiAxMDkuMTQ2IDM5Ni42MjcgMTA5LjE0NkMzOTUuNzk5IDEwOS4xNDYgMzk1LjE0OCAxMDguODUgMzk0LjY3NiAxMDguMjU2QzM5NC4xMDkgMTA3LjU0MSAzOTMuODI2IDEwNi4zNzcgMzkzLjgyNiAxMDQuNzY0Wk0zOTQuOTEgMTA0Ljc2NEMzOTQuOTEgMTA2LjE3NCAzOTUuMDc0IDEwNy4xMTMgMzk1LjQwMiAxMDcuNTgyQzM5NS43MzQgMTA4LjA0NyAzOTYuMTQzIDEwOC4yNzkgMzk2LjYyNyAxMDguMjc5QzM5Ny4xMTEgMTA4LjI3OSAzOTcuNTE4IDEwOC4wNDUgMzk3Ljg0NiAxMDcuNTc2QzM5OC4xNzggMTA3LjEwNyAzOTguMzQ0IDEwNi4xNyAzOTguMzQ0IDEwNC43NjRDMzk4LjM0NCAxMDMuMzUgMzk4LjE3OCAxMDIuNDEgMzk3Ljg0NiAxMDEuOTQ1QzM5Ny41MTggMTAxLjQ4IDM5Ny4xMDcgMTAxLjI0OCAzOTYuNjE1IDEwMS4yNDhDMzk2LjEzMSAxMDEuMjQ4IDM5NS43NDQgMTAxLjQ1MyAzOTUuNDU1IDEwMS44NjNDMzk1LjA5MiAxMDIuMzg3IDM5NC45MSAxMDMuMzU0IDM5NC45MSAxMDQuNzY0Wk00MDQuMTM5IDExMS4zODVWMTAyLjc3N0g0MDUuMVYxMDMuNTg2QzQwNS4zMjYgMTAzLjI3IDQwNS41ODIgMTAzLjAzMyA0MDUuODY3IDEwMi44NzdDNDA2LjE1MiAxMDIuNzE3IDQwNi40OTggMTAyLjYzNyA0MDYuOTA0IDEwMi42MzdDNDA3LjQzNiAxMDIuNjM3IDQwNy45MDQgMTAyLjc3MyA0MDguMzExIDEwMy4wNDdDNDA4LjcxNyAxMDMuMzIgNDA5LjAyMyAxMDMuNzA3IDQwOS4yMyAxMDQuMjA3QzQwOS40MzggMTA0LjcwMyA0MDkuNTQxIDEwNS4yNDggNDA5LjU0MSAxMDUuODQyQzQwOS41NDEgMTA2LjQ3OSA0MDkuNDI2IDEwNy4wNTMgNDA5LjE5NSAxMDcuNTY0QzQwOC45NjkgMTA4LjA3MiA0MDguNjM3IDEwOC40NjMgNDA4LjE5OSAxMDguNzM2QzQwNy43NjYgMTA5LjAwNiA0MDcuMzA5IDEwOS4xNDEgNDA2LjgyOCAxMDkuMTQxQzQwNi40NzcgMTA5LjE0MSA0MDYuMTYgMTA5LjA2NiA0MDUuODc5IDEwOC45MThDNDA1LjYwMiAxMDguNzcgNDA1LjM3MyAxMDguNTgyIDQwNS4xOTMgMTA4LjM1NVYxMTEuMzg1SDQwNC4xMzlaTTQwNS4wOTQgMTA1LjkyNEM0MDUuMDk0IDEwNi43MjUgNDA1LjI1NiAxMDcuMzE2IDQwNS41OCAxMDcuNjk5QzQwNS45MDQgMTA4LjA4MiA0MDYuMjk3IDEwOC4yNzMgNDA2Ljc1OCAxMDguMjczQzQwNy4yMjcgMTA4LjI3MyA0MDcuNjI3IDEwOC4wNzYgNDA3Ljk1OSAxMDcuNjgyQzQwOC4yOTUgMTA3LjI4MyA0MDguNDYzIDEwNi42NjggNDA4LjQ2MyAxMDUuODM2QzQwOC40NjMgMTA1LjA0MyA0MDguMjk5IDEwNC40NDkgNDA3Ljk3MSAxMDQuMDU1QzQwNy42NDYgMTAzLjY2IDQwNy4yNTggMTAzLjQ2MyA0MDYuODA1IDEwMy40NjNDNDA2LjM1NSAxMDMuNDYzIDQwNS45NTcgMTAzLjY3NCA0MDUuNjA5IDEwNC4wOTZDNDA1LjI2NiAxMDQuNTE0IDQwNS4wOTQgMTA1LjEyMyA0MDUuMDk0IDEwNS45MjRaTTQxMC42MzEgMTExLjM5Nkw0MTAuNTE0IDExMC40MDZDNDEwLjc0NCAxMTAuNDY5IDQxMC45NDUgMTEwLjUgNDExLjExNyAxMTAuNUM0MTEuMzUyIDExMC41IDQxMS41MzkgMTEwLjQ2MSA0MTEuNjggMTEwLjM4M0M0MTEuODIgMTEwLjMwNSA0MTEuOTM2IDExMC4xOTUgNDEyLjAyNSAxMTAuMDU1QzQxMi4wOTIgMTA5Ljk0OSA0MTIuMTk5IDEwOS42ODggNDEyLjM0OCAxMDkuMjdDNDEyLjM2NyAxMDkuMjExIDQxMi4zOTggMTA5LjEyNSA0MTIuNDQxIDEwOS4wMTJMNDEwLjA4IDEwMi43NzdINDExLjIxN0w0MTIuNTEyIDEwNi4zODFDNDEyLjY4IDEwNi44MzggNDEyLjgzIDEwNy4zMTggNDEyLjk2MyAxMDcuODIyQzQxMy4wODQgMTA3LjMzOCA0MTMuMjI5IDEwNi44NjUgNDEzLjM5NiAxMDYuNDA0TDQxNC43MjcgMTAyLjc3N0g0MTUuNzgxTDQxMy40MTQgMTA5LjEwNUM0MTMuMTYgMTA5Ljc4OSA0MTIuOTYzIDExMC4yNiA0MTIuODIyIDExMC41MThDNDEyLjYzNSAxMTAuODY1IDQxMi40MiAxMTEuMTE5IDQxMi4xNzggMTExLjI3OUM0MTEuOTM2IDExMS40NDMgNDExLjY0NiAxMTEuNTI1IDQxMS4zMTEgMTExLjUyNUM0MTEuMTA3IDExMS41MjUgNDEwLjg4MSAxMTEuNDgyIDQxMC42MzEgMTExLjM5NlpNNDIxLjM3NyAxMDAuMjA1TDQyMi4zMDkgMTAwLjIxN0M0MjIuMjY2IDEwMC42MzUgNDIyLjE3MiAxMDAuOTI2IDQyMi4wMjcgMTAxLjA5QzQyMS44ODcgMTAxLjI1NCA0MjEuNzAzIDEwMS4zNTkgNDIxLjQ3NyAxMDEuNDA2QzQyMS4yNTQgMTAxLjQ1MyA0MjAuODE0IDEwMS40NzcgNDIwLjE1OCAxMDEuNDc3QzQxOS4yODcgMTAxLjQ3NyA0MTguNjkzIDEwMS41NjEgNDE4LjM3NyAxMDEuNzI5QzQxOC4wNjEgMTAxLjg5NiA0MTcuODMyIDEwMi4xNjYgNDE3LjY5MSAxMDIuNTM3QzQxNy41NTUgMTAyLjkwNCA0MTcuNDc5IDEwMy4zNzkgNDE3LjQ2MyAxMDMuOTYxQzQxNy43MjkgMTAzLjU2NiA0MTguMDM5IDEwMy4yNzEgNDE4LjM5NSAxMDMuMDc2QzQxOC43NSAxMDIuODc3IDQxOS4xNSAxMDIuNzc3IDQxOS41OTYgMTAyLjc3N0M0MjAuNDEyIDEwMi43NzcgNDIxLjA4OCAxMDMuMDU5IDQyMS42MjMgMTAzLjYyMUM0MjIuMTU4IDEwNC4xOCA0MjIuNDI2IDEwNC45MzggNDIyLjQyNiAxMDUuODk1QzQyMi40MjYgMTA2LjYyMSA0MjIuMjkxIDEwNy4yMTcgNDIyLjAyMSAxMDcuNjgyQzQyMS43NTIgMTA4LjE0NiA0MjEuNDMyIDEwOC41MDYgNDIxLjA2MSAxMDguNzZDNDIwLjY5MyAxMDkuMDE0IDQyMC4xOTEgMTA5LjE0MSA0MTkuNTU1IDEwOS4xNDFDNDE4LjgxNiAxMDkuMTQxIDQxOC4yNDIgMTA4Ljk3MyA0MTcuODMyIDEwOC42MzdDNDE3LjQyMiAxMDguMjk3IDQxNy4xMDcgMTA3Ljg2MyA0MTYuODg5IDEwNy4zMzZDNDE2LjY3IDEwNi44MDkgNDE2LjU2MSAxMDUuODkxIDQxNi41NjEgMTA0LjU4MkM0MTYuNTYxIDEwMi45MzggNDE2LjgzOCAxMDEuODMgNDE3LjM5MyAxMDEuMjZDNDE3Ljk1MSAxMDAuNjg5IDQxOC44MDkgMTAwLjQwNCA0MTkuOTY1IDEwMC40MDRDNDIwLjY4NCAxMDAuNDA0IDQyMS4wOTIgMTAwLjM5MyA0MjEuMTg5IDEwMC4zNjlDNDIxLjI4NyAxMDAuMzQ2IDQyMS4zNSAxMDAuMjkxIDQyMS4zNzcgMTAwLjIwNVpNNDIxLjMyNCAxMDUuODY1QzQyMS4zMjQgMTA1LjIxNyA0MjEuMTcgMTA0LjY4NiA0MjAuODYxIDEwNC4yNzFDNDIwLjU1NyAxMDMuODU3IDQyMC4xMjUgMTAzLjY1IDQxOS41NjYgMTAzLjY1QzQxOC45ODQgMTAzLjY1IDQxOC41MzUgMTAzLjg2OSA0MTguMjE5IDEwNC4zMDdDNDE3LjkwMiAxMDQuNzQ0IDQxNy43NDQgMTA1LjMyOCA0MTcuNzQ0IDEwNi4wNTlDNDE3Ljc0NCAxMDYuNzgxIDQxNy45MTggMTA3LjMzNCA0MTguMjY2IDEwNy43MTdDNDE4LjYxNyAxMDguMSA0MTkuMDQ5IDEwOC4yOTEgNDE5LjU2MSAxMDguMjkxQzQyMC4wODQgMTA4LjI5MSA0MjAuNTA4IDEwOC4wNyA0MjAuODMyIDEwNy42MjlDNDIxLjE2IDEwNy4xODQgNDIxLjMyNCAxMDYuNTk2IDQyMS4zMjQgMTA1Ljg2NVpNNDIzLjk5NiAxMDlWMTA3Ljc5OUg0MjUuMTk3VjEwOUg0MjMuOTk2Wk00MzAuNTI5IDEwNi42MDRMNDMyLjM3NSAxMDQuNzU4TDQzMC41MzUgMTAyLjkxOEw0MzEuMjUgMTAyLjIwM0w0MzMuMDkgMTA0LjA0M0w0MzQuOTI0IDEwMi4yMDlMNDM1LjYyNyAxMDIuOTE4TDQzMy43OTkgMTA0Ljc1Mkw0MzUuNjM5IDEwNi41OTJMNDM0LjkyNCAxMDcuMzA3TDQzMy4wODQgMTA1LjQ2N0w0MzEuMjM4IDEwNy4zMTJMNDMwLjUyOSAxMDYuNjA0Wk00NDAuNDMyIDEwNC43NjRDNDQwLjQzMiAxMDMuNzQ4IDQ0MC41MzUgMTAyLjkzMiA0NDAuNzQyIDEwMi4zMTRDNDQwLjk1MyAxMDEuNjkzIDQ0MS4yNjQgMTAxLjIxNSA0NDEuNjc0IDEwMC44NzlDNDQyLjA4OCAxMDAuNTQzIDQ0Mi42MDcgMTAwLjM3NSA0NDMuMjMyIDEwMC4zNzVDNDQzLjY5MyAxMDAuMzc1IDQ0NC4wOTggMTAwLjQ2OSA0NDQuNDQ1IDEwMC42NTZDNDQ0Ljc5MyAxMDAuODQgNDQ1LjA4IDEwMS4xMDcgNDQ1LjMwNyAxMDEuNDU5QzQ0NS41MzMgMTAxLjgwNyA0NDUuNzExIDEwMi4yMzIgNDQ1Ljg0IDEwMi43MzZDNDQ1Ljk2OSAxMDMuMjM2IDQ0Ni4wMzMgMTAzLjkxMiA0NDYuMDMzIDEwNC43NjRDNDQ2LjAzMyAxMDUuNzcxIDQ0NS45MyAxMDYuNTg2IDQ0NS43MjMgMTA3LjIwN0M0NDUuNTE2IDEwNy44MjQgNDQ1LjIwNSAxMDguMzAzIDQ0NC43OTEgMTA4LjY0M0M0NDQuMzgxIDEwOC45NzkgNDQzLjg2MSAxMDkuMTQ2IDQ0My4yMzIgMTA5LjE0NkM0NDIuNDA0IDEwOS4xNDYgNDQxLjc1NCAxMDguODUgNDQxLjI4MSAxMDguMjU2QzQ0MC43MTUgMTA3LjU0MSA0NDAuNDMyIDEwNi4zNzcgNDQwLjQzMiAxMDQuNzY0Wk00NDEuNTE2IDEwNC43NjRDNDQxLjUxNiAxMDYuMTc0IDQ0MS42OCAxMDcuMTEzIDQ0Mi4wMDggMTA3LjU4MkM0NDIuMzQgMTA4LjA0NyA0NDIuNzQ4IDEwOC4yNzkgNDQzLjIzMiAxMDguMjc5QzQ0My43MTcgMTA4LjI3OSA0NDQuMTIzIDEwOC4wNDUgNDQ0LjQ1MSAxMDcuNTc2QzQ0NC43ODMgMTA3LjEwNyA0NDQuOTQ5IDEwNi4xNyA0NDQuOTQ5IDEwNC43NjRDNDQ0Ljk0OSAxMDMuMzUgNDQ0Ljc4MyAxMDIuNDEgNDQ0LjQ1MSAxMDEuOTQ1QzQ0NC4xMjMgMTAxLjQ4IDQ0My43MTMgMTAxLjI0OCA0NDMuMjIxIDEwMS4yNDhDNDQyLjczNiAxMDEuMjQ4IDQ0Mi4zNSAxMDEuNDUzIDQ0Mi4wNjEgMTAxLjg2M0M0NDEuNjk3IDEwMi4zODcgNDQxLjUxNiAxMDMuMzU0IDQ0MS41MTYgMTA0Ljc2NFpNNDQ3LjY4IDEwOVYxMDcuNzk5SDQ0OC44ODFWMTA5QzQ0OC44ODEgMTA5LjQ0MSA0NDguODAzIDEwOS43OTcgNDQ4LjY0NiAxMTAuMDY2QzQ0OC40OSAxMTAuMzQgNDQ4LjI0MiAxMTAuNTUxIDQ0Ny45MDIgMTEwLjY5OUw0NDcuNjA5IDExMC4yNDhDNDQ3LjgzMiAxMTAuMTUgNDQ3Ljk5NiAxMTAuMDA2IDQ0OC4xMDIgMTA5LjgxNEM0NDguMjA3IDEwOS42MjcgNDQ4LjI2NiAxMDkuMzU1IDQ0OC4yNzcgMTA5SDQ0Ny42OFpNNDU1Ljk5NCAxMDcuOTg2VjEwOUg0NTAuMzE2QzQ1MC4zMDkgMTA4Ljc0NiA0NTAuMzUgMTA4LjUwMiA0NTAuNDM5IDEwOC4yNjhDNDUwLjU4NCAxMDcuODgxIDQ1MC44MTQgMTA3LjUgNDUxLjEzMSAxMDcuMTI1QzQ1MS40NTEgMTA2Ljc1IDQ1MS45MTIgMTA2LjMxNiA0NTIuNTE0IDEwNS44MjRDNDUzLjQ0NyAxMDUuMDU5IDQ1NC4wNzggMTA0LjQ1MyA0NTQuNDA2IDEwNC4wMDhDNDU0LjczNCAxMDMuNTU5IDQ1NC44OTggMTAzLjEzNSA0NTQuODk4IDEwMi43MzZDNDU0Ljg5OCAxMDIuMzE4IDQ1NC43NDggMTAxLjk2NyA0NTQuNDQ3IDEwMS42ODJDNDU0LjE1IDEwMS4zOTMgNDUzLjc2MiAxMDEuMjQ4IDQ1My4yODEgMTAxLjI0OEM0NTIuNzczIDEwMS4yNDggNDUyLjM2NyAxMDEuNCA0NTIuMDYyIDEwMS43MDVDNDUxLjc1OCAxMDIuMDEgNDUxLjYwNCAxMDIuNDMyIDQ1MS42IDEwMi45NzFMNDUwLjUxNiAxMDIuODU5QzQ1MC41OSAxMDIuMDUxIDQ1MC44NjkgMTAxLjQzNiA0NTEuMzU0IDEwMS4wMTRDNDUxLjgzOCAxMDAuNTg4IDQ1Mi40ODggMTAwLjM3NSA0NTMuMzA1IDEwMC4zNzVDNDU0LjEyOSAxMDAuMzc1IDQ1NC43ODEgMTAwLjYwNCA0NTUuMjYyIDEwMS4wNjFDNDU1Ljc0MiAxMDEuNTE4IDQ1NS45ODIgMTAyLjA4NCA0NTUuOTgyIDEwMi43NkM0NTUuOTgyIDEwMy4xMDQgNDU1LjkxMiAxMDMuNDQxIDQ1NS43NzEgMTAzLjc3M0M0NTUuNjMxIDEwNC4xMDUgNDU1LjM5NiAxMDQuNDU1IDQ1NS4wNjggMTA0LjgyMkM0NTQuNzQ0IDEwNS4xODkgNDU0LjIwMyAxMDUuNjkzIDQ1My40NDUgMTA2LjMzNEM0NTIuODEyIDEwNi44NjUgNDUyLjQwNiAxMDcuMjI3IDQ1Mi4yMjcgMTA3LjQxOEM0NTIuMDQ3IDEwNy42MDUgNDUxLjg5OCAxMDcuNzk1IDQ1MS43ODEgMTA3Ljk4Nkg0NTUuOTk0Wk00NjYuMzEyIDEwMy45NDlINDYwLjY0MVYxMDIuOTY1SDQ2Ni4zMTJWMTAzLjk0OVpNNDY2LjMxMiAxMDYuNTU3SDQ2MC42NDFWMTA1LjU3Mkg0NjYuMzEyVjEwNi41NTdaTTQ3Mi40NDEgMTA0LjM0MkM0NzIuMDA0IDEwNC4xODIgNDcxLjY4IDEwMy45NTMgNDcxLjQ2OSAxMDMuNjU2QzQ3MS4yNTggMTAzLjM1OSA0NzEuMTUyIDEwMy4wMDQgNDcxLjE1MiAxMDIuNTlDNDcxLjE1MiAxMDEuOTY1IDQ3MS4zNzcgMTAxLjQzOSA0NzEuODI2IDEwMS4wMTRDNDcyLjI3NSAxMDAuNTg4IDQ3Mi44NzMgMTAwLjM3NSA0NzMuNjE5IDEwMC4zNzVDNDc0LjM2OSAxMDAuMzc1IDQ3NC45NzMgMTAwLjU5NCA0NzUuNDMgMTAxLjAzMUM0NzUuODg3IDEwMS40NjUgNDc2LjExNSAxMDEuOTk0IDQ3Ni4xMTUgMTAyLjYxOUM0NzYuMTE1IDEwMy4wMTggNDc2LjAxIDEwMy4zNjUgNDc1Ljc5OSAxMDMuNjYyQzQ3NS41OTIgMTAzLjk1NSA0NzUuMjc1IDEwNC4xODIgNDc0Ljg1IDEwNC4zNDJDNDc1LjM3NyAxMDQuNTE0IDQ3NS43NzcgMTA0Ljc5MSA0NzYuMDUxIDEwNS4xNzRDNDc2LjMyOCAxMDUuNTU3IDQ3Ni40NjcgMTA2LjAxNCA0NzYuNDY3IDEwNi41NDVDNDc2LjQ2NyAxMDcuMjc5IDQ3Ni4yMDcgMTA3Ljg5NiA0NzUuNjg4IDEwOC4zOTZDNDc1LjE2OCAxMDguODk2IDQ3NC40ODQgMTA5LjE0NiA0NzMuNjM3IDEwOS4xNDZDNDcyLjc4OSAxMDkuMTQ2IDQ3Mi4xMDUgMTA4Ljg5NiA0NzEuNTg2IDEwOC4zOTZDNDcxLjA2NiAxMDcuODkzIDQ3MC44MDcgMTA3LjI2NiA0NzAuODA3IDEwNi41MTZDNDcwLjgwNyAxMDUuOTU3IDQ3MC45NDcgMTA1LjQ5IDQ3MS4yMjkgMTA1LjExNUM0NzEuNTE0IDEwNC43MzYgNDcxLjkxOCAxMDQuNDc5IDQ3Mi40NDEgMTA0LjM0MlpNNDcyLjIzIDEwMi41NTVDNDcyLjIzIDEwMi45NjEgNDcyLjM2MSAxMDMuMjkzIDQ3Mi42MjMgMTAzLjU1MUM0NzIuODg1IDEwMy44MDkgNDczLjIyNSAxMDMuOTM4IDQ3My42NDMgMTAzLjkzOEM0NzQuMDQ5IDEwMy45MzggNDc0LjM4MSAxMDMuODExIDQ3NC42MzkgMTAzLjU1N0M0NzQuOSAxMDMuMjk5IDQ3NS4wMzEgMTAyLjk4NCA0NzUuMDMxIDEwMi42MTNDNDc1LjAzMSAxMDIuMjI3IDQ3NC44OTYgMTAxLjkwMiA0NzQuNjI3IDEwMS42NDFDNDc0LjM2MSAxMDEuMzc1IDQ3NC4wMjkgMTAxLjI0MiA0NzMuNjMxIDEwMS4yNDJDNDczLjIyOSAxMDEuMjQyIDQ3Mi44OTUgMTAxLjM3MSA0NzIuNjI5IDEwMS42MjlDNDcyLjM2MyAxMDEuODg3IDQ3Mi4yMyAxMDIuMTk1IDQ3Mi4yMyAxMDIuNTU1Wk00NzEuODkxIDEwNi41MjFDNDcxLjg5MSAxMDYuODIyIDQ3MS45NjEgMTA3LjExMyA0NzIuMTAyIDEwNy4zOTVDNDcyLjI0NiAxMDcuNjc2IDQ3Mi40NTkgMTA3Ljg5NSA0NzIuNzQgMTA4LjA1MUM0NzMuMDIxIDEwOC4yMDMgNDczLjMyNCAxMDguMjc5IDQ3My42NDggMTA4LjI3OUM0NzQuMTUyIDEwOC4yNzkgNDc0LjU2OCAxMDguMTE3IDQ3NC44OTYgMTA3Ljc5M0M0NzUuMjI1IDEwNy40NjkgNDc1LjM4OSAxMDcuMDU3IDQ3NS4zODkgMTA2LjU1N0M0NzUuMzg5IDEwNi4wNDkgNDc1LjIxOSAxMDUuNjI5IDQ3NC44NzkgMTA1LjI5N0M0NzQuNTQzIDEwNC45NjUgNDc0LjEyMSAxMDQuNzk5IDQ3My42MTMgMTA0Ljc5OUM0NzMuMTE3IDEwNC43OTkgNDcyLjcwNSAxMDQuOTYzIDQ3Mi4zNzcgMTA1LjI5MUM0NzIuMDUzIDEwNS42MTkgNDcxLjg5MSAxMDYuMDI5IDQ3MS44OTEgMTA2LjUyMVoiIGZpbGw9IiMzMDMyMzMiLz4KPHJlY3QgeD0iMjE5IiB5PSI5NiIgd2lkdGg9Ijg2IiBoZWlnaHQ9IjgiIGZpbGw9IiNGNDkyOTIiLz4KPHJlY3QgeD0iMjE5IiB5PSIxMTAiIHdpZHRoPSIxMzkiIGhlaWdodD0iNCIgZmlsbD0iI0VERUZGMCIvPgo8cmVjdCB4PSIyMDciIHk9IjIxNSIgd2lkdGg9IjI4MiIgaGVpZ2h0PSIzNCIgcng9IjQiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjIxOSIgeT0iMjIzIiB3aWR0aD0iODYiIGhlaWdodD0iOCIgZmlsbD0iI0Q0RDdEOSIvPgo8cmVjdCB4PSIyMTkiIHk9IjIzNyIgd2lkdGg9IjEzOSIgaGVpZ2h0PSI0IiBmaWxsPSIjRURFRkYwIi8+CjxyZWN0IHg9IjIwNyIgeT0iMjgwIiB3aWR0aD0iMjgyIiBoZWlnaHQ9IjM0IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMjE5IiB5PSIyODgiIHdpZHRoPSI4NiIgaGVpZ2h0PSI4IiBmaWxsPSIjRDREN0Q5Ii8+CjxyZWN0IHg9IjIxOSIgeT0iMzAyIiB3aWR0aD0iMTM5IiBoZWlnaHQ9IjQiIGZpbGw9IiNFREVGRjAiLz4KPHJlY3QgeD0iMjA3IiB5PSIxMjYiIHdpZHRoPSIyODIiIGhlaWdodD0iMzQiIHJ4PSI0IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzkxLjExOSAxNDdIMzkwLjA2NFYxNDAuMjc5QzM4OS44MTEgMTQwLjUyMSAzODkuNDc3IDE0MC43NjQgMzg5LjA2MiAxNDEuMDA2QzM4OC42NTIgMTQxLjI0OCAzODguMjgzIDE0MS40MyAzODcuOTU1IDE0MS41NTFWMTQwLjUzMUMzODguNTQ1IDE0MC4yNTQgMzg5LjA2MSAxMzkuOTE4IDM4OS41MDIgMTM5LjUyM0MzODkuOTQzIDEzOS4xMjkgMzkwLjI1NiAxMzguNzQ2IDM5MC40MzkgMTM4LjM3NUgzOTEuMTE5VjE0N1pNMzkzLjgyNiAxNDIuNzY0QzM5My44MjYgMTQxLjc0OCAzOTMuOTMgMTQwLjkzMiAzOTQuMTM3IDE0MC4zMTRDMzk0LjM0OCAxMzkuNjkzIDM5NC42NTggMTM5LjIxNSAzOTUuMDY4IDEzOC44NzlDMzk1LjQ4MiAxMzguNTQzIDM5Ni4wMDIgMTM4LjM3NSAzOTYuNjI3IDEzOC4zNzVDMzk3LjA4OCAxMzguMzc1IDM5Ny40OTIgMTM4LjQ2OSAzOTcuODQgMTM4LjY1NkMzOTguMTg4IDEzOC44NCAzOTguNDc1IDEzOS4xMDcgMzk4LjcwMSAxMzkuNDU5QzM5OC45MjggMTM5LjgwNyAzOTkuMTA1IDE0MC4yMzIgMzk5LjIzNCAxNDAuNzM2QzM5OS4zNjMgMTQxLjIzNiAzOTkuNDI4IDE0MS45MTIgMzk5LjQyOCAxNDIuNzY0QzM5OS40MjggMTQzLjc3MSAzOTkuMzI0IDE0NC41ODYgMzk5LjExNyAxNDUuMjA3QzM5OC45MSAxNDUuODI0IDM5OC42IDE0Ni4zMDMgMzk4LjE4NiAxNDYuNjQzQzM5Ny43NzUgMTQ2Ljk3OSAzOTcuMjU2IDE0Ny4xNDYgMzk2LjYyNyAxNDcuMTQ2QzM5NS43OTkgMTQ3LjE0NiAzOTUuMTQ4IDE0Ni44NSAzOTQuNjc2IDE0Ni4yNTZDMzk0LjEwOSAxNDUuNTQxIDM5My44MjYgMTQ0LjM3NyAzOTMuODI2IDE0Mi43NjRaTTM5NC45MSAxNDIuNzY0QzM5NC45MSAxNDQuMTc0IDM5NS4wNzQgMTQ1LjExMyAzOTUuNDAyIDE0NS41ODJDMzk1LjczNCAxNDYuMDQ3IDM5Ni4xNDMgMTQ2LjI3OSAzOTYuNjI3IDE0Ni4yNzlDMzk3LjExMSAxNDYuMjc5IDM5Ny41MTggMTQ2LjA0NSAzOTcuODQ2IDE0NS41NzZDMzk4LjE3OCAxNDUuMTA3IDM5OC4zNDQgMTQ0LjE3IDM5OC4zNDQgMTQyLjc2NEMzOTguMzQ0IDE0MS4zNSAzOTguMTc4IDE0MC40MSAzOTcuODQ2IDEzOS45NDVDMzk3LjUxOCAxMzkuNDggMzk3LjEwNyAxMzkuMjQ4IDM5Ni42MTUgMTM5LjI0OEMzOTYuMTMxIDEzOS4yNDggMzk1Ljc0NCAxMzkuNDUzIDM5NS40NTUgMTM5Ljg2M0MzOTUuMDkyIDE0MC4zODcgMzk0LjkxIDE0MS4zNTQgMzk0LjkxIDE0Mi43NjRaTTQwNC4xMzkgMTQ5LjM4NVYxNDAuNzc3SDQwNS4xVjE0MS41ODZDNDA1LjMyNiAxNDEuMjcgNDA1LjU4MiAxNDEuMDMzIDQwNS44NjcgMTQwLjg3N0M0MDYuMTUyIDE0MC43MTcgNDA2LjQ5OCAxNDAuNjM3IDQwNi45MDQgMTQwLjYzN0M0MDcuNDM2IDE0MC42MzcgNDA3LjkwNCAxNDAuNzczIDQwOC4zMTEgMTQxLjA0N0M0MDguNzE3IDE0MS4zMiA0MDkuMDIzIDE0MS43MDcgNDA5LjIzIDE0Mi4yMDdDNDA5LjQzOCAxNDIuNzAzIDQwOS41NDEgMTQzLjI0OCA0MDkuNTQxIDE0My44NDJDNDA5LjU0MSAxNDQuNDc5IDQwOS40MjYgMTQ1LjA1MyA0MDkuMTk1IDE0NS41NjRDNDA4Ljk2OSAxNDYuMDcyIDQwOC42MzcgMTQ2LjQ2MyA0MDguMTk5IDE0Ni43MzZDNDA3Ljc2NiAxNDcuMDA2IDQwNy4zMDkgMTQ3LjE0MSA0MDYuODI4IDE0Ny4xNDFDNDA2LjQ3NyAxNDcuMTQxIDQwNi4xNiAxNDcuMDY2IDQwNS44NzkgMTQ2LjkxOEM0MDUuNjAyIDE0Ni43NyA0MDUuMzczIDE0Ni41ODIgNDA1LjE5MyAxNDYuMzU1VjE0OS4zODVINDA0LjEzOVpNNDA1LjA5NCAxNDMuOTI0QzQwNS4wOTQgMTQ0LjcyNSA0MDUuMjU2IDE0NS4zMTYgNDA1LjU4IDE0NS42OTlDNDA1LjkwNCAxNDYuMDgyIDQwNi4yOTcgMTQ2LjI3MyA0MDYuNzU4IDE0Ni4yNzNDNDA3LjIyNyAxNDYuMjczIDQwNy42MjcgMTQ2LjA3NiA0MDcuOTU5IDE0NS42ODJDNDA4LjI5NSAxNDUuMjgzIDQwOC40NjMgMTQ0LjY2OCA0MDguNDYzIDE0My44MzZDNDA4LjQ2MyAxNDMuMDQzIDQwOC4yOTkgMTQyLjQ0OSA0MDcuOTcxIDE0Mi4wNTVDNDA3LjY0NiAxNDEuNjYgNDA3LjI1OCAxNDEuNDYzIDQwNi44MDUgMTQxLjQ2M0M0MDYuMzU1IDE0MS40NjMgNDA1Ljk1NyAxNDEuNjc0IDQwNS42MDkgMTQyLjA5NkM0MDUuMjY2IDE0Mi41MTQgNDA1LjA5NCAxNDMuMTIzIDQwNS4wOTQgMTQzLjkyNFpNNDEwLjYzMSAxNDkuMzk2TDQxMC41MTQgMTQ4LjQwNkM0MTAuNzQ0IDE0OC40NjkgNDEwLjk0NSAxNDguNSA0MTEuMTE3IDE0OC41QzQxMS4zNTIgMTQ4LjUgNDExLjUzOSAxNDguNDYxIDQxMS42OCAxNDguMzgzQzQxMS44MiAxNDguMzA1IDQxMS45MzYgMTQ4LjE5NSA0MTIuMDI1IDE0OC4wNTVDNDEyLjA5MiAxNDcuOTQ5IDQxMi4xOTkgMTQ3LjY4OCA0MTIuMzQ4IDE0Ny4yN0M0MTIuMzY3IDE0Ny4yMTEgNDEyLjM5OCAxNDcuMTI1IDQxMi40NDEgMTQ3LjAxMkw0MTAuMDggMTQwLjc3N0g0MTEuMjE3TDQxMi41MTIgMTQ0LjM4MUM0MTIuNjggMTQ0LjgzOCA0MTIuODMgMTQ1LjMxOCA0MTIuOTYzIDE0NS44MjJDNDEzLjA4NCAxNDUuMzM4IDQxMy4yMjkgMTQ0Ljg2NSA0MTMuMzk2IDE0NC40MDRMNDE0LjcyNyAxNDAuNzc3SDQxNS43ODFMNDEzLjQxNCAxNDcuMTA1QzQxMy4xNiAxNDcuNzg5IDQxMi45NjMgMTQ4LjI2IDQxMi44MjIgMTQ4LjUxOEM0MTIuNjM1IDE0OC44NjUgNDEyLjQyIDE0OS4xMTkgNDEyLjE3OCAxNDkuMjc5QzQxMS45MzYgMTQ5LjQ0MyA0MTEuNjQ2IDE0OS41MjUgNDExLjMxMSAxNDkuNTI1QzQxMS4xMDcgMTQ5LjUyNSA0MTAuODgxIDE0OS40ODIgNDEwLjYzMSAxNDkuMzk2Wk00MjEuMzc3IDEzOC4yMDVMNDIyLjMwOSAxMzguMjE3QzQyMi4yNjYgMTM4LjYzNSA0MjIuMTcyIDEzOC45MjYgNDIyLjAyNyAxMzkuMDlDNDIxLjg4NyAxMzkuMjU0IDQyMS43MDMgMTM5LjM1OSA0MjEuNDc3IDEzOS40MDZDNDIxLjI1NCAxMzkuNDUzIDQyMC44MTQgMTM5LjQ3NyA0MjAuMTU4IDEzOS40NzdDNDE5LjI4NyAxMzkuNDc3IDQxOC42OTMgMTM5LjU2MSA0MTguMzc3IDEzOS43MjlDNDE4LjA2MSAxMzkuODk2IDQxNy44MzIgMTQwLjE2NiA0MTcuNjkxIDE0MC41MzdDNDE3LjU1NSAxNDAuOTA0IDQxNy40NzkgMTQxLjM3OSA0MTcuNDYzIDE0MS45NjFDNDE3LjcyOSAxNDEuNTY2IDQxOC4wMzkgMTQxLjI3MSA0MTguMzk1IDE0MS4wNzZDNDE4Ljc1IDE0MC44NzcgNDE5LjE1IDE0MC43NzcgNDE5LjU5NiAxNDAuNzc3QzQyMC40MTIgMTQwLjc3NyA0MjEuMDg4IDE0MS4wNTkgNDIxLjYyMyAxNDEuNjIxQzQyMi4xNTggMTQyLjE4IDQyMi40MjYgMTQyLjkzOCA0MjIuNDI2IDE0My44OTVDNDIyLjQyNiAxNDQuNjIxIDQyMi4yOTEgMTQ1LjIxNyA0MjIuMDIxIDE0NS42ODJDNDIxLjc1MiAxNDYuMTQ2IDQyMS40MzIgMTQ2LjUwNiA0MjEuMDYxIDE0Ni43NkM0MjAuNjkzIDE0Ny4wMTQgNDIwLjE5MSAxNDcuMTQxIDQxOS41NTUgMTQ3LjE0MUM0MTguODE2IDE0Ny4xNDEgNDE4LjI0MiAxNDYuOTczIDQxNy44MzIgMTQ2LjYzN0M0MTcuNDIyIDE0Ni4yOTcgNDE3LjEwNyAxNDUuODYzIDQxNi44ODkgMTQ1LjMzNkM0MTYuNjcgMTQ0LjgwOSA0MTYuNTYxIDE0My44OTEgNDE2LjU2MSAxNDIuNTgyQzQxNi41NjEgMTQwLjkzOCA0MTYuODM4IDEzOS44MyA0MTcuMzkzIDEzOS4yNkM0MTcuOTUxIDEzOC42ODkgNDE4LjgwOSAxMzguNDA0IDQxOS45NjUgMTM4LjQwNEM0MjAuNjg0IDEzOC40MDQgNDIxLjA5MiAxMzguMzkzIDQyMS4xODkgMTM4LjM2OUM0MjEuMjg3IDEzOC4zNDYgNDIxLjM1IDEzOC4yOTEgNDIxLjM3NyAxMzguMjA1Wk00MjEuMzI0IDE0My44NjVDNDIxLjMyNCAxNDMuMjE3IDQyMS4xNyAxNDIuNjg2IDQyMC44NjEgMTQyLjI3MUM0MjAuNTU3IDE0MS44NTcgNDIwLjEyNSAxNDEuNjUgNDE5LjU2NiAxNDEuNjVDNDE4Ljk4NCAxNDEuNjUgNDE4LjUzNSAxNDEuODY5IDQxOC4yMTkgMTQyLjMwN0M0MTcuOTAyIDE0Mi43NDQgNDE3Ljc0NCAxNDMuMzI4IDQxNy43NDQgMTQ0LjA1OUM0MTcuNzQ0IDE0NC43ODEgNDE3LjkxOCAxNDUuMzM0IDQxOC4yNjYgMTQ1LjcxN0M0MTguNjE3IDE0Ni4xIDQxOS4wNDkgMTQ2LjI5MSA0MTkuNTYxIDE0Ni4yOTFDNDIwLjA4NCAxNDYuMjkxIDQyMC41MDggMTQ2LjA3IDQyMC44MzIgMTQ1LjYyOUM0MjEuMTYgMTQ1LjE4NCA0MjEuMzI0IDE0NC41OTYgNDIxLjMyNCAxNDMuODY1Wk00MjMuOTk2IDE0N1YxNDUuNzk5SDQyNS4xOTdWMTQ3SDQyMy45OTZaTTQzMC41MjkgMTQ0LjYwNEw0MzIuMzc1IDE0Mi43NThMNDMwLjUzNSAxNDAuOTE4TDQzMS4yNSAxNDAuMjAzTDQzMy4wOSAxNDIuMDQzTDQzNC45MjQgMTQwLjIwOUw0MzUuNjI3IDE0MC45MThMNDMzLjc5OSAxNDIuNzUyTDQzNS42MzkgMTQ0LjU5Mkw0MzQuOTI0IDE0NS4zMDdMNDMzLjA4NCAxNDMuNDY3TDQzMS4yMzggMTQ1LjMxMkw0MzAuNTI5IDE0NC42MDRaTTQ0MC40MzIgMTQyLjc2NEM0NDAuNDMyIDE0MS43NDggNDQwLjUzNSAxNDAuOTMyIDQ0MC43NDIgMTQwLjMxNEM0NDAuOTUzIDEzOS42OTMgNDQxLjI2NCAxMzkuMjE1IDQ0MS42NzQgMTM4Ljg3OUM0NDIuMDg4IDEzOC41NDMgNDQyLjYwNyAxMzguMzc1IDQ0My4yMzIgMTM4LjM3NUM0NDMuNjkzIDEzOC4zNzUgNDQ0LjA5OCAxMzguNDY5IDQ0NC40NDUgMTM4LjY1NkM0NDQuNzkzIDEzOC44NCA0NDUuMDggMTM5LjEwNyA0NDUuMzA3IDEzOS40NTlDNDQ1LjUzMyAxMzkuODA3IDQ0NS43MTEgMTQwLjIzMiA0NDUuODQgMTQwLjczNkM0NDUuOTY5IDE0MS4yMzYgNDQ2LjAzMyAxNDEuOTEyIDQ0Ni4wMzMgMTQyLjc2NEM0NDYuMDMzIDE0My43NzEgNDQ1LjkzIDE0NC41ODYgNDQ1LjcyMyAxNDUuMjA3QzQ0NS41MTYgMTQ1LjgyNCA0NDUuMjA1IDE0Ni4zMDMgNDQ0Ljc5MSAxNDYuNjQzQzQ0NC4zODEgMTQ2Ljk3OSA0NDMuODYxIDE0Ny4xNDYgNDQzLjIzMiAxNDcuMTQ2QzQ0Mi40MDQgMTQ3LjE0NiA0NDEuNzU0IDE0Ni44NSA0NDEuMjgxIDE0Ni4yNTZDNDQwLjcxNSAxNDUuNTQxIDQ0MC40MzIgMTQ0LjM3NyA0NDAuNDMyIDE0Mi43NjRaTTQ0MS41MTYgMTQyLjc2NEM0NDEuNTE2IDE0NC4xNzQgNDQxLjY4IDE0NS4xMTMgNDQyLjAwOCAxNDUuNTgyQzQ0Mi4zNCAxNDYuMDQ3IDQ0Mi43NDggMTQ2LjI3OSA0NDMuMjMyIDE0Ni4yNzlDNDQzLjcxNyAxNDYuMjc5IDQ0NC4xMjMgMTQ2LjA0NSA0NDQuNDUxIDE0NS41NzZDNDQ0Ljc4MyAxNDUuMTA3IDQ0NC45NDkgMTQ0LjE3IDQ0NC45NDkgMTQyLjc2NEM0NDQuOTQ5IDE0MS4zNSA0NDQuNzgzIDE0MC40MSA0NDQuNDUxIDEzOS45NDVDNDQ0LjEyMyAxMzkuNDggNDQzLjcxMyAxMzkuMjQ4IDQ0My4yMjEgMTM5LjI0OEM0NDIuNzM2IDEzOS4yNDggNDQyLjM1IDEzOS40NTMgNDQyLjA2MSAxMzkuODYzQzQ0MS42OTcgMTQwLjM4NyA0NDEuNTE2IDE0MS4zNTQgNDQxLjUxNiAxNDIuNzY0Wk00NDcuNjggMTQ3VjE0NS43OTlINDQ4Ljg4MVYxNDdDNDQ4Ljg4MSAxNDcuNDQxIDQ0OC44MDMgMTQ3Ljc5NyA0NDguNjQ2IDE0OC4wNjZDNDQ4LjQ5IDE0OC4zNCA0NDguMjQyIDE0OC41NTEgNDQ3LjkwMiAxNDguNjk5TDQ0Ny42MDkgMTQ4LjI0OEM0NDcuODMyIDE0OC4xNSA0NDcuOTk2IDE0OC4wMDYgNDQ4LjEwMiAxNDcuODE0QzQ0OC4yMDcgMTQ3LjYyNyA0NDguMjY2IDE0Ny4zNTUgNDQ4LjI3NyAxNDdINDQ3LjY4Wk00NTAuNTIxIDEzOS41MzVWMTM4LjUyMUg0NTYuMDgyVjEzOS4zNDJDNDU1LjUzNSAxMzkuOTI0IDQ1NC45OTIgMTQwLjY5NyA0NTQuNDUzIDE0MS42NjJDNDUzLjkxOCAxNDIuNjI3IDQ1My41MDQgMTQzLjYxOSA0NTMuMjExIDE0NC42MzlDNDUzIDE0NS4zNTcgNDUyLjg2NSAxNDYuMTQ1IDQ1Mi44MDcgMTQ3SDQ1MS43MjNDNDUxLjczNCAxNDYuMzI0IDQ1MS44NjcgMTQ1LjUwOCA0NTIuMTIxIDE0NC41NTFDNDUyLjM3NSAxNDMuNTk0IDQ1Mi43MzggMTQyLjY3MiA0NTMuMjExIDE0MS43ODVDNDUzLjY4OCAxNDAuODk1IDQ1NC4xOTMgMTQwLjE0NSA0NTQuNzI5IDEzOS41MzVINDUwLjUyMVpNNDY2LjMxMiAxNDEuOTQ5SDQ2MC42NDFWMTQwLjk2NUg0NjYuMzEyVjE0MS45NDlaTTQ2Ni4zMTIgMTQ0LjU1N0g0NjAuNjQxVjE0My41NzJINDY2LjMxMlYxNDQuNTU3Wk00NzAuODg5IDEzOS41MzVWMTM4LjUyMUg0NzYuNDQ5VjEzOS4zNDJDNDc1LjkwMiAxMzkuOTI0IDQ3NS4zNTkgMTQwLjY5NyA0NzQuODIgMTQxLjY2MkM0NzQuMjg1IDE0Mi42MjcgNDczLjg3MSAxNDMuNjE5IDQ3My41NzggMTQ0LjYzOUM0NzMuMzY3IDE0NS4zNTcgNDczLjIzMiAxNDYuMTQ1IDQ3My4xNzQgMTQ3SDQ3Mi4wOUM0NzIuMTAyIDE0Ni4zMjQgNDcyLjIzNCAxNDUuNTA4IDQ3Mi40ODggMTQ0LjU1MUM0NzIuNzQyIDE0My41OTQgNDczLjEwNSAxNDIuNjcyIDQ3My41NzggMTQxLjc4NUM0NzQuMDU1IDE0MC44OTUgNDc0LjU2MSAxNDAuMTQ1IDQ3NS4wOTYgMTM5LjUzNUg0NzAuODg5WiIgZmlsbD0iIzMwMzIzMyIvPgo8cmVjdCB4PSIyMTkiIHk9IjEzNCIgd2lkdGg9Ijg2IiBoZWlnaHQ9IjgiIGZpbGw9IiNGNDkyOTIiLz4KPHJlY3QgeD0iMjE5IiB5PSIxNDgiIHdpZHRoPSIxMzkiIGhlaWdodD0iNCIgZmlsbD0iI0VERUZGMCIvPgo8cmVjdCB4PSIyMDcuNSIgeT0iMjQuNSIgd2lkdGg9IjI4OSIgaGVpZ2h0PSIzMSIgcng9IjMuNSIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzE3ODVFNSIvPgo8cGF0aCBkPSJNMjE5Ljg3OSA0NFYzNS40MTAySDIyMy4xMDJDMjIzLjc1OCAzNS40MTAyIDIyNC4yODMgMzUuNDk4IDIyNC42NzggMzUuNjczOEMyMjUuMDc2IDM1Ljg0NTcgMjI1LjM4NyAzNi4xMTMzIDIyNS42MDkgMzYuNDc2NkMyMjUuODM2IDM2LjgzNTkgMjI1Ljk0OSAzNy4yMTI5IDIyNS45NDkgMzcuNjA3NEMyMjUuOTQ5IDM3Ljk3NDYgMjI1Ljg1IDM4LjMyMDMgMjI1LjY1IDM4LjY0NDVDMjI1LjQ1MSAzOC45Njg4IDIyNS4xNSAzOS4yMzA1IDIyNC43NDggMzkuNDI5N0MyMjUuMjY4IDM5LjU4MiAyMjUuNjY2IDM5Ljg0MTggMjI1Ljk0MyA0MC4yMDlDMjI2LjIyNSA0MC41NzYyIDIyNi4zNjUgNDEuMDA5OCAyMjYuMzY1IDQxLjUwOThDMjI2LjM2NSA0MS45MTIxIDIyNi4yNzkgNDIuMjg3MSAyMjYuMTA3IDQyLjYzNDhDMjI1LjkzOSA0Mi45Nzg1IDIyNS43MyA0My4yNDQxIDIyNS40OCA0My40MzE2QzIyNS4yMyA0My42MTkxIDIyNC45MTYgNDMuNzYxNyAyMjQuNTM3IDQzLjg1OTRDMjI0LjE2MiA0My45NTMxIDIyMy43MDEgNDQgMjIzLjE1NCA0NEgyMTkuODc5Wk0yMjEuMDE2IDM5LjAxOTVIMjIyLjg3M0MyMjMuMzc3IDM5LjAxOTUgMjIzLjczOCAzOC45ODYzIDIyMy45NTcgMzguOTE5OUMyMjQuMjQ2IDM4LjgzNCAyMjQuNDYzIDM4LjY5MTQgMjI0LjYwNyAzOC40OTIyQzIyNC43NTYgMzguMjkzIDIyNC44MyAzOC4wNDMgMjI0LjgzIDM3Ljc0MjJDMjI0LjgzIDM3LjQ1NyAyMjQuNzYyIDM3LjIwNyAyMjQuNjI1IDM2Ljk5MjJDMjI0LjQ4OCAzNi43NzM0IDIyNC4yOTMgMzYuNjI1IDIyNC4wMzkgMzYuNTQ2OUMyMjMuNzg1IDM2LjQ2NDggMjIzLjM1IDM2LjQyMzggMjIyLjczMiAzNi40MjM4SDIyMS4wMTZWMzkuMDE5NVpNMjIxLjAxNiA0Mi45ODYzSDIyMy4xNTRDMjIzLjUyMSA0Mi45ODYzIDIyMy43NzkgNDIuOTcyNyAyMjMuOTI4IDQyLjk0NTNDMjI0LjE4OSA0Mi44OTg0IDIyNC40MDggNDIuODIwMyAyMjQuNTg0IDQyLjcxMDlDMjI0Ljc2IDQyLjYwMTYgMjI0LjkwNCA0Mi40NDM0IDIyNS4wMTggNDIuMjM2M0MyMjUuMTMxIDQyLjAyNTQgMjI1LjE4OCA0MS43ODMyIDIyNS4xODggNDEuNTA5OEMyMjUuMTg4IDQxLjE4OTUgMjI1LjEwNSA0MC45MTIxIDIyNC45NDEgNDAuNjc3N0MyMjQuNzc3IDQwLjQzOTUgMjI0LjU0OSA0MC4yNzM0IDIyNC4yNTYgNDAuMTc5N0MyMjMuOTY3IDQwLjA4MiAyMjMuNTQ5IDQwLjAzMzIgMjIzLjAwMiA0MC4wMzMySDIyMS4wMTZWNDIuOTg2M1pNMjI3LjQwMiA0MC44ODg3QzIyNy40MDIgMzkuNzM2MyAyMjcuNzIzIDM4Ljg4MjggMjI4LjM2MyAzOC4zMjgxQzIyOC44OTggMzcuODY3MiAyMjkuNTUxIDM3LjYzNjcgMjMwLjMyIDM3LjYzNjdDMjMxLjE3NiAzNy42MzY3IDIzMS44NzUgMzcuOTE4IDIzMi40MTggMzguNDgwNUMyMzIuOTYxIDM5LjAzOTEgMjMzLjIzMiAzOS44MTI1IDIzMy4yMzIgNDAuODAwOEMyMzMuMjMyIDQxLjYwMTYgMjMzLjExMSA0Mi4yMzI0IDIzMi44NjkgNDIuNjkzNEMyMzIuNjMxIDQzLjE1MDQgMjMyLjI4MSA0My41MDU5IDIzMS44MiA0My43NTk4QzIzMS4zNjMgNDQuMDEzNyAyMzAuODYzIDQ0LjE0MDYgMjMwLjMyIDQ0LjE0MDZDMjI5LjQ0OSA0NC4xNDA2IDIyOC43NDQgNDMuODYxMyAyMjguMjA1IDQzLjMwMjdDMjI3LjY3IDQyLjc0NDEgMjI3LjQwMiA0MS45Mzk1IDIyNy40MDIgNDAuODg4N1pNMjI4LjQ4NiA0MC44ODg3QzIyOC40ODYgNDEuNjg1NSAyMjguNjYgNDIuMjgzMiAyMjkuMDA4IDQyLjY4MTZDMjI5LjM1NSA0My4wNzYyIDIyOS43OTMgNDMuMjczNCAyMzAuMzIgNDMuMjczNEMyMzAuODQ0IDQzLjI3MzQgMjMxLjI3OSA0My4wNzQyIDIzMS42MjcgNDIuNjc1OEMyMzEuOTc1IDQyLjI3NzMgMjMyLjE0OCA0MS42Njk5IDIzMi4xNDggNDAuODUzNUMyMzIuMTQ4IDQwLjA4NCAyMzEuOTczIDM5LjUwMiAyMzEuNjIxIDM5LjEwNzRDMjMxLjI3MyAzOC43MDkgMjMwLjg0IDM4LjUwOTggMjMwLjMyIDM4LjUwOThDMjI5Ljc5MyAzOC41MDk4IDIyOS4zNTUgMzguNzA3IDIyOS4wMDggMzkuMTAxNkMyMjguNjYgMzkuNDk2MSAyMjguNDg2IDQwLjA5MTggMjI4LjQ4NiA0MC44ODg3Wk0yMzUuMDM3IDM3Ljc3NzNIMjM5LjM3M1Y0My4xMzI4SDI0MC4wNDdWNDUuNzYzN0gyMzkuMThWNDRIMjM0LjI4MVY0NS43NjM3SDIzMy40MTRWNDMuMTMyOEgyMzMuOTcxQzIzNC43MTMgNDIuMTI1IDIzNS4wNjggNDAuMzM5OCAyMzUuMDM3IDM3Ljc3NzNaTTIzNS45MTYgMzguNjUwNEMyMzUuODM4IDQwLjY2OTkgMjM1LjUyNSA0Mi4xNjQxIDIzNC45NzkgNDMuMTMyOEgyMzguMzI0VjM4LjY1MDRIMjM1LjkxNlpNMjQxLjIxMyAzNy43NzczSDI0Mi4yNjhWNDIuNTIzNEwyNDUuMTkxIDM3Ljc3NzNIMjQ2LjMyOFY0NEgyNDUuMjczVjM5LjI4MzJMMjQyLjM1IDQ0SDI0MS4yMTNWMzcuNzc3M1pNMjQ3LjM0OCAzNy43NzczSDI1Mi40MDRWMzguNjUwNEgyNTAuNFY0NEgyNDkuMzUyVjM4LjY1MDRIMjQ3LjM0OFYzNy43NzczWk0yNTcuNTMxIDQxLjk5NjFMMjU4LjYyMSA0Mi4xMzA5QzI1OC40NDkgNDIuNzY3NiAyNTguMTMxIDQzLjI2MTcgMjU3LjY2NiA0My42MTMzQzI1Ny4yMDEgNDMuOTY0OCAyNTYuNjA3IDQ0LjE0MDYgMjU1Ljg4NSA0NC4xNDA2QzI1NC45NzUgNDQuMTQwNiAyNTQuMjUyIDQzLjg2MTMgMjUzLjcxNyA0My4zMDI3QzI1My4xODYgNDIuNzQwMiAyNTIuOTIgNDEuOTUzMSAyNTIuOTIgNDAuOTQxNEMyNTIuOTIgMzkuODk0NSAyNTMuMTg5IDM5LjA4MiAyNTMuNzI5IDM4LjUwMzlDMjU0LjI2OCAzNy45MjU4IDI1NC45NjcgMzcuNjM2NyAyNTUuODI2IDM3LjYzNjdDMjU2LjY1OCAzNy42MzY3IDI1Ny4zMzggMzcuOTE5OSAyNTcuODY1IDM4LjQ4NjNDMjU4LjM5MyAzOS4wNTI3IDI1OC42NTYgMzkuODQ5NiAyNTguNjU2IDQwLjg3N0MyNTguNjU2IDQwLjkzOTUgMjU4LjY1NCA0MS4wMzMyIDI1OC42NSA0MS4xNTgySDI1NC4wMUMyNTQuMDQ5IDQxLjg0MTggMjU0LjI0MiA0Mi4zNjUyIDI1NC41OSA0Mi43Mjg1QzI1NC45MzggNDMuMDkxOCAyNTUuMzcxIDQzLjI3MzQgMjU1Ljg5MSA0My4yNzM0QzI1Ni4yNzcgNDMuMjczNCAyNTYuNjA3IDQzLjE3MTkgMjU2Ljg4MSA0Mi45Njg4QzI1Ny4xNTQgNDIuNzY1NiAyNTcuMzcxIDQyLjQ0MTQgMjU3LjUzMSA0MS45OTYxWk0yNTQuMDY4IDQwLjI5MUgyNTcuNTQzQzI1Ny40OTYgMzkuNzY3NiAyNTcuMzYzIDM5LjM3NSAyNTcuMTQ1IDM5LjExMzNDMjU2LjgwOSAzOC43MDcgMjU2LjM3MyAzOC41MDM5IDI1NS44MzggMzguNTAzOUMyNTUuMzU0IDM4LjUwMzkgMjU0Ljk0NSAzOC42NjYgMjU0LjYxMyAzOC45OTAyQzI1NC4yODUgMzkuMzE0NSAyNTQuMTA0IDM5Ljc0OCAyNTQuMDY4IDQwLjI5MVpNMjYwLjA2OCAzNy43NzczSDI2NC45NjdWNDRIMjYzLjkxOFYzOC42NTA0SDI2MS4xMjNWNDEuNzVDMjYxLjEyMyA0Mi40NzI3IDI2MS4xIDQyLjk0OTIgMjYxLjA1MyA0My4xNzk3QzI2MS4wMDYgNDMuNDEwMiAyNjAuODc3IDQzLjYxMTMgMjYwLjY2NiA0My43ODMyQzI2MC40NTUgNDMuOTU1MSAyNjAuMTUgNDQuMDQxIDI1OS43NTIgNDQuMDQxQzI1OS41MDYgNDQuMDQxIDI1OS4yMjMgNDQuMDI1NCAyNTguOTAyIDQzLjk5NDFWNDMuMTE1MkgyNTkuMzY1QzI1OS41ODQgNDMuMTE1MiAyNTkuNzQgNDMuMDkzOCAyNTkuODM0IDQzLjA1MDhDMjU5LjkyOCA0My4wMDM5IDI1OS45OSA0Mi45MzE2IDI2MC4wMjEgNDIuODM0QzI2MC4wNTMgNDIuNzM2MyAyNjAuMDY4IDQyLjQxOCAyNjAuMDY4IDQxLjg3ODlWMzcuNzc3M1pNMjY2LjU0MyAzNy43NzczSDI2Ny41OThWNDAuMjA5SDI2OC45MzRDMjY5LjgwNSA0MC4yMDkgMjcwLjQ3NSA0MC4zNzg5IDI3MC45NDMgNDAuNzE4OEMyNzEuNDE2IDQxLjA1NDcgMjcxLjY1MiA0MS41MTk1IDI3MS42NTIgNDIuMTEzM0MyNzEuNjUyIDQyLjYzMjggMjcxLjQ1NSA0My4wNzgxIDI3MS4wNjEgNDMuNDQ5MkMyNzAuNjcgNDMuODE2NCAyNzAuMDQzIDQ0IDI2OS4xOCA0NEgyNjYuNTQzVjM3Ljc3NzNaTTI2Ny41OTggNDMuMTMyOEgyNjguNzA1QzI2OS4zNzMgNDMuMTMyOCAyNjkuODUgNDMuMDUwOCAyNzAuMTM1IDQyLjg4NjdDMjcwLjQyIDQyLjcyMjcgMjcwLjU2MiA0Mi40NjY4IDI3MC41NjIgNDIuMTE5MUMyNzAuNTYyIDQxLjg0OTYgMjcwLjQ1NyA0MS42MDk0IDI3MC4yNDYgNDEuMzk4NEMyNzAuMDM1IDQxLjE4NzUgMjY5LjU2OCA0MS4wODIgMjY4Ljg0NiA0MS4wODJIMjY3LjU5OFY0My4xMzI4WiIgZmlsbD0iIzMwMzIzMyIvPgo8cmVjdCB4PSIyNzQiIHk9IjMyIiB3aWR0aD0iMSIgaGVpZ2h0PSIxNiIgZmlsbD0iIzMwMzIzMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ3Ny41IDM1LjkxOEM0NzkuNCAzNS45MTggNDgxIDM3LjU1IDQ4MSAzOS40ODhDNDgxIDQxLjQyNiA0NzkuNCA0My4wNTggNDc3LjUgNDMuMDU4QzQ3NS42IDQzLjA1OCA0NzQgNDEuNDI2IDQ3NCAzOS40ODhDNDc0IDM3LjU1IDQ3NS42IDM1LjkxOCA0NzcuNSAzNS45MThaTTQ4NS4yIDQ1LjkxNDlMNDgyIDQyLjY1MDlDNDgyLjYgNDEuNzMyOSA0ODMgNDAuNjEwOSA0ODMgMzkuNDg4OUM0ODMgMzYuNDI4OSA0ODAuNSAzMy44Nzg5IDQ3Ny41IDMzLjg3ODlDNDc0LjUgMzMuODc4OSA0NzIgMzYuNDI4OSA0NzIgMzkuNDg4OUM0NzIgNDIuNTQ4OSA0NzQuNSA0NS4wOTg5IDQ3Ny41IDQ1LjA5ODlDNDc4LjcgNDUuMDk4OSA0NzkuNyA0NC42OTA5IDQ4MC42IDQ0LjA3ODlMNDgzLjggNDcuMzQyOUw0ODUuMiA0NS45MTQ5WiIgZmlsbD0iIzZFNzE3MyIvPgo8cmVjdCB4PSIzNzQuNSIgeT0iODAuNSIgd2lkdGg9IjEyMiIgaGVpZ2h0PSI4NyIgcng9IjMuNSIgc3Ryb2tlPSIjMTc4NUU1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1kYXNoYXJyYXk9IjUgNSIvPgo8cGF0aCBkPSJNMzY4Ljc5NyAxODEuNzIxTDM2OS44MzQgMTgxLjg1NUMzNjkuNzIxIDE4Mi41NyAzNjkuNDMgMTgzLjEzMSAzNjguOTYxIDE4My41MzdDMzY4LjQ5NiAxODMuOTM5IDM2Ny45MjQgMTg0LjE0MSAzNjcuMjQ0IDE4NC4xNDFDMzY2LjM5MyAxODQuMTQxIDM2NS43MDcgMTgzLjg2MyAzNjUuMTg4IDE4My4zMDlDMzY0LjY3MiAxODIuNzUgMzY0LjQxNCAxODEuOTUxIDM2NC40MTQgMTgwLjkxMkMzNjQuNDE0IDE4MC4yNCAzNjQuNTI1IDE3OS42NTIgMzY0Ljc0OCAxNzkuMTQ4QzM2NC45NzEgMTc4LjY0NSAzNjUuMzA5IDE3OC4yNjggMzY1Ljc2MiAxNzguMDE4QzM2Ni4yMTkgMTc3Ljc2NCAzNjYuNzE1IDE3Ny42MzcgMzY3LjI1IDE3Ny42MzdDMzY3LjkyNiAxNzcuNjM3IDM2OC40NzkgMTc3LjgwOSAzNjguOTA4IDE3OC4xNTJDMzY5LjMzOCAxNzguNDkyIDM2OS42MTMgMTc4Ljk3NyAzNjkuNzM0IDE3OS42MDVMMzY4LjcwOSAxNzkuNzY0QzM2OC42MTEgMTc5LjM0NiAzNjguNDM4IDE3OS4wMzEgMzY4LjE4OCAxNzguODJDMzY3Ljk0MSAxNzguNjA5IDM2Ny42NDMgMTc4LjUwNCAzNjcuMjkxIDE3OC41MDRDMzY2Ljc2IDE3OC41MDQgMzY2LjMyOCAxNzguNjk1IDM2NS45OTYgMTc5LjA3OEMzNjUuNjY0IDE3OS40NTcgMzY1LjQ5OCAxODAuMDU5IDM2NS40OTggMTgwLjg4M0MzNjUuNDk4IDE4MS43MTkgMzY1LjY1OCAxODIuMzI2IDM2NS45NzkgMTgyLjcwNUMzNjYuMjk5IDE4My4wODQgMzY2LjcxNyAxODMuMjczIDM2Ny4yMzIgMTgzLjI3M0MzNjcuNjQ2IDE4My4yNzMgMzY3Ljk5MiAxODMuMTQ2IDM2OC4yNyAxODIuODkzQzM2OC41NDcgMTgyLjYzOSAzNjguNzIzIDE4Mi4yNDggMzY4Ljc5NyAxODEuNzIxWk0zNzAuMTY4IDE3Ny43NzdIMzc1LjIyNVYxNzguNjVIMzczLjIyMVYxODRIMzcyLjE3MlYxNzguNjVIMzcwLjE2OFYxNzcuNzc3Wk0zODAuMTUyIDE4My4yMzJDMzc5Ljc2MiAxODMuNTY0IDM3OS4zODUgMTgzLjc5OSAzNzkuMDIxIDE4My45MzZDMzc4LjY2MiAxODQuMDcyIDM3OC4yNzUgMTg0LjE0MSAzNzcuODYxIDE4NC4xNDFDMzc3LjE3OCAxODQuMTQxIDM3Ni42NTIgMTgzLjk3NSAzNzYuMjg1IDE4My42NDNDMzc1LjkxOCAxODMuMzA3IDM3NS43MzQgMTgyLjg3OSAzNzUuNzM0IDE4Mi4zNTlDMzc1LjczNCAxODIuMDU1IDM3NS44MDMgMTgxLjc3NyAzNzUuOTM5IDE4MS41MjdDMzc2LjA4IDE4MS4yNzMgMzc2LjI2MiAxODEuMDcgMzc2LjQ4NCAxODAuOTE4QzM3Ni43MTEgMTgwLjc2NiAzNzYuOTY1IDE4MC42NSAzNzcuMjQ2IDE4MC41NzJDMzc3LjQ1MyAxODAuNTE4IDM3Ny43NjYgMTgwLjQ2NSAzNzguMTg0IDE4MC40MTRDMzc5LjAzNSAxODAuMzEyIDM3OS42NjIgMTgwLjE5MSAzODAuMDY0IDE4MC4wNTFDMzgwLjA2OCAxNzkuOTA2IDM4MC4wNyAxNzkuODE0IDM4MC4wNyAxNzkuNzc1QzM4MC4wNyAxNzkuMzQ2IDM3OS45NzEgMTc5LjA0MyAzNzkuNzcxIDE3OC44NjdDMzc5LjUwMiAxNzguNjI5IDM3OS4xMDIgMTc4LjUxIDM3OC41NyAxNzguNTFDMzc4LjA3NCAxNzguNTEgMzc3LjcwNyAxNzguNTk4IDM3Ny40NjkgMTc4Ljc3M0MzNzcuMjM0IDE3OC45NDUgMzc3LjA2MSAxNzkuMjUyIDM3Ni45NDcgMTc5LjY5M0wzNzUuOTE2IDE3OS41NTNDMzc2LjAxIDE3OS4xMTEgMzc2LjE2NCAxNzguNzU2IDM3Ni4zNzkgMTc4LjQ4NkMzNzYuNTk0IDE3OC4yMTMgMzc2LjkwNCAxNzguMDA0IDM3Ny4zMTEgMTc3Ljg1OUMzNzcuNzE3IDE3Ny43MTEgMzc4LjE4OCAxNzcuNjM3IDM3OC43MjMgMTc3LjYzN0MzNzkuMjU0IDE3Ny42MzcgMzc5LjY4NiAxNzcuNjk5IDM4MC4wMTggMTc3LjgyNEMzODAuMzUgMTc3Ljk0OSAzODAuNTk0IDE3OC4xMDcgMzgwLjc1IDE3OC4yOTlDMzgwLjkwNiAxNzguNDg2IDM4MS4wMTYgMTc4LjcyNSAzODEuMDc4IDE3OS4wMTRDMzgxLjExMyAxNzkuMTkzIDM4MS4xMzEgMTc5LjUxOCAzODEuMTMxIDE3OS45ODZWMTgxLjM5M0MzODEuMTMxIDE4Mi4zNzMgMzgxLjE1MiAxODIuOTk0IDM4MS4xOTUgMTgzLjI1NkMzODEuMjQyIDE4My41MTQgMzgxLjMzMiAxODMuNzYyIDM4MS40NjUgMTg0SDM4MC4zNjNDMzgwLjI1NCAxODMuNzgxIDM4MC4xODQgMTgzLjUyNSAzODAuMTUyIDE4My4yMzJaTTM4MC4wNjQgMTgwLjg3N0MzNzkuNjgyIDE4MS4wMzMgMzc5LjEwNyAxODEuMTY2IDM3OC4zNDIgMTgxLjI3NUMzNzcuOTA4IDE4MS4zMzggMzc3LjYwMiAxODEuNDA4IDM3Ny40MjIgMTgxLjQ4NkMzNzcuMjQyIDE4MS41NjQgMzc3LjEwNCAxODEuNjggMzc3LjAwNiAxODEuODMyQzM3Ni45MDggMTgxLjk4IDM3Ni44NTkgMTgyLjE0NiAzNzYuODU5IDE4Mi4zM0MzNzYuODU5IDE4Mi42MTEgMzc2Ljk2NSAxODIuODQ2IDM3Ny4xNzYgMTgzLjAzM0MzNzcuMzkxIDE4My4yMjEgMzc3LjcwMyAxODMuMzE0IDM3OC4xMTMgMTgzLjMxNEMzNzguNTIgMTgzLjMxNCAzNzguODgxIDE4My4yMjcgMzc5LjE5NyAxODMuMDUxQzM3OS41MTQgMTgyLjg3MSAzNzkuNzQ2IDE4Mi42MjcgMzc5Ljg5NSAxODIuMzE4QzM4MC4wMDggMTgyLjA4IDM4MC4wNjQgMTgxLjcyOSAzODAuMDY0IDE4MS4yNjRWMTgwLjg3N1pNMzgyLjc3NyAxNzcuNzc3SDM4NS4yMDlDMzg1LjgwNyAxNzcuNzc3IDM4Ni4yNSAxNzcuODI4IDM4Ni41MzkgMTc3LjkzQzM4Ni44MzIgMTc4LjAyNyAzODcuMDgyIDE3OC4yMDkgMzg3LjI4OSAxNzguNDc1QzM4Ny41IDE3OC43NCAzODcuNjA1IDE3OS4wNTkgMzg3LjYwNSAxNzkuNDNDMzg3LjYwNSAxNzkuNzI3IDM4Ny41NDMgMTc5Ljk4NiAzODcuNDE4IDE4MC4yMDlDMzg3LjI5NyAxODAuNDI4IDM4Ny4xMTMgMTgwLjYxMSAzODYuODY3IDE4MC43NkMzODcuMTYgMTgwLjg1NyAzODcuNDAyIDE4MS4wNDEgMzg3LjU5NCAxODEuMzExQzM4Ny43ODkgMTgxLjU3NiAzODcuODg3IDE4MS44OTMgMzg3Ljg4NyAxODIuMjZDMzg3Ljg0OCAxODIuODUgMzg3LjYzNyAxODMuMjg3IDM4Ny4yNTQgMTgzLjU3MkMzODYuODcxIDE4My44NTcgMzg2LjMxNCAxODQgMzg1LjU4NCAxODRIMzgyLjc3N1YxNzcuNzc3Wk0zODMuODMyIDE4MC4zOTZIMzg0Ljk1N0MzODUuNDA2IDE4MC4zOTYgMzg1LjcxNSAxODAuMzczIDM4NS44ODMgMTgwLjMyNkMzODYuMDUxIDE4MC4yNzkgMzg2LjIwMSAxODAuMTg2IDM4Ni4zMzQgMTgwLjA0NUMzODYuNDY3IDE3OS45IDM4Ni41MzMgMTc5LjcyOSAzODYuNTMzIDE3OS41MjlDMzg2LjUzMyAxNzkuMjAxIDM4Ni40MTYgMTc4Ljk3MyAzODYuMTgyIDE3OC44NDRDMzg1Ljk1MSAxNzguNzE1IDM4NS41NTUgMTc4LjY1IDM4NC45OTIgMTc4LjY1SDM4My44MzJWMTgwLjM5NlpNMzgzLjgzMiAxODMuMTMzSDM4NS4yMjFDMzg1LjgxOCAxODMuMTMzIDM4Ni4yMjkgMTgzLjA2NCAzODYuNDUxIDE4Mi45MjhDMzg2LjY3NCAxODIuNzg3IDM4Ni43OTEgMTgyLjU0NyAzODYuODAzIDE4Mi4yMDdDMzg2LjgwMyAxODIuMDA4IDM4Ni43MzggMTgxLjgyNCAzODYuNjA5IDE4MS42NTZDMzg2LjQ4IDE4MS40ODQgMzg2LjMxMiAxODEuMzc3IDM4Ni4xMDUgMTgxLjMzNEMzODUuODk4IDE4MS4yODcgMzg1LjU2NiAxODEuMjY0IDM4NS4xMDkgMTgxLjI2NEgzODMuODMyVjE4My4xMzNaTTM4OS4xNDEgMTc3Ljc3N0gzOTAuMTk1VjE4MC40NjdDMzkwLjUzMSAxODAuNDY3IDM5MC43NjYgMTgwLjQwMiAzOTAuODk4IDE4MC4yNzNDMzkxLjAzNSAxODAuMTQ1IDM5MS4yMzQgMTc5Ljc3IDM5MS40OTYgMTc5LjE0OEMzOTEuNzAzIDE3OC42NTYgMzkxLjg3MSAxNzguMzMyIDM5MiAxNzguMTc2QzM5Mi4xMjkgMTc4LjAyIDM5Mi4yNzcgMTc3LjkxNCAzOTIuNDQ1IDE3Ny44NTlDMzkyLjYxMyAxNzcuODA1IDM5Mi44ODMgMTc3Ljc3NyAzOTMuMjU0IDE3Ny43NzdIMzkzLjQ2NVYxNzguNjVMMzkzLjE3MiAxNzguNjQ1QzM5Mi44OTUgMTc4LjY0NSAzOTIuNzE3IDE3OC42ODYgMzkyLjYzOSAxNzguNzY4QzM5Mi41NTcgMTc4Ljg1NCAzOTIuNDMyIDE3OS4xMDkgMzkyLjI2NCAxNzkuNTM1QzM5Mi4xMDQgMTc5Ljk0MSAzOTEuOTU3IDE4MC4yMjMgMzkxLjgyNCAxODAuMzc5QzM5MS42OTEgMTgwLjUzNSAzOTEuNDg2IDE4MC42NzggMzkxLjIwOSAxODAuODA3QzM5MS42NjIgMTgwLjkyOCAzOTIuMTA3IDE4MS4zNSAzOTIuNTQ1IDE4Mi4wNzJMMzkzLjY5OSAxODRIMzkyLjUzOUwzOTEuNDE0IDE4Mi4wNzJDMzkxLjE4NCAxODEuNjg2IDM5MC45ODIgMTgxLjQzMiAzOTAuODExIDE4MS4zMTFDMzkwLjYzOSAxODEuMTg2IDM5MC40MzQgMTgxLjEyMyAzOTAuMTk1IDE4MS4xMjNWMTg0SDM4OS4xNDFWMTc3Ljc3N1pNMzk4LjcyNyAxODMuMjMyQzM5OC4zMzYgMTgzLjU2NCAzOTcuOTU5IDE4My43OTkgMzk3LjU5NiAxODMuOTM2QzM5Ny4yMzYgMTg0LjA3MiAzOTYuODUgMTg0LjE0MSAzOTYuNDM2IDE4NC4xNDFDMzk1Ljc1MiAxODQuMTQxIDM5NS4yMjcgMTgzLjk3NSAzOTQuODU5IDE4My42NDNDMzk0LjQ5MiAxODMuMzA3IDM5NC4zMDkgMTgyLjg3OSAzOTQuMzA5IDE4Mi4zNTlDMzk0LjMwOSAxODIuMDU1IDM5NC4zNzcgMTgxLjc3NyAzOTQuNTE0IDE4MS41MjdDMzk0LjY1NCAxODEuMjczIDM5NC44MzYgMTgxLjA3IDM5NS4wNTkgMTgwLjkxOEMzOTUuMjg1IDE4MC43NjYgMzk1LjUzOSAxODAuNjUgMzk1LjgyIDE4MC41NzJDMzk2LjAyNyAxODAuNTE4IDM5Ni4zNCAxODAuNDY1IDM5Ni43NTggMTgwLjQxNEMzOTcuNjA5IDE4MC4zMTIgMzk4LjIzNiAxODAuMTkxIDM5OC42MzkgMTgwLjA1MUMzOTguNjQzIDE3OS45MDYgMzk4LjY0NSAxNzkuODE0IDM5OC42NDUgMTc5Ljc3NUMzOTguNjQ1IDE3OS4zNDYgMzk4LjU0NSAxNzkuMDQzIDM5OC4zNDYgMTc4Ljg2N0MzOTguMDc2IDE3OC42MjkgMzk3LjY3NiAxNzguNTEgMzk3LjE0NSAxNzguNTFDMzk2LjY0OCAxNzguNTEgMzk2LjI4MSAxNzguNTk4IDM5Ni4wNDMgMTc4Ljc3M0MzOTUuODA5IDE3OC45NDUgMzk1LjYzNSAxNzkuMjUyIDM5NS41MjEgMTc5LjY5M0wzOTQuNDkgMTc5LjU1M0MzOTQuNTg0IDE3OS4xMTEgMzk0LjczOCAxNzguNzU2IDM5NC45NTMgMTc4LjQ4NkMzOTUuMTY4IDE3OC4yMTMgMzk1LjQ3OSAxNzguMDA0IDM5NS44ODUgMTc3Ljg1OUMzOTYuMjkxIDE3Ny43MTEgMzk2Ljc2MiAxNzcuNjM3IDM5Ny4yOTcgMTc3LjYzN0MzOTcuODI4IDE3Ny42MzcgMzk4LjI2IDE3Ny42OTkgMzk4LjU5MiAxNzcuODI0QzM5OC45MjQgMTc3Ljk0OSAzOTkuMTY4IDE3OC4xMDcgMzk5LjMyNCAxNzguMjk5QzM5OS40OCAxNzguNDg2IDM5OS41OSAxNzguNzI1IDM5OS42NTIgMTc5LjAxNEMzOTkuNjg4IDE3OS4xOTMgMzk5LjcwNSAxNzkuNTE4IDM5OS43MDUgMTc5Ljk4NlYxODEuMzkzQzM5OS43MDUgMTgyLjM3MyAzOTkuNzI3IDE4Mi45OTQgMzk5Ljc3IDE4My4yNTZDMzk5LjgxNiAxODMuNTE0IDM5OS45MDYgMTgzLjc2MiA0MDAuMDM5IDE4NEgzOTguOTM4QzM5OC44MjggMTgzLjc4MSAzOTguNzU4IDE4My41MjUgMzk4LjcyNyAxODMuMjMyWk0zOTguNjM5IDE4MC44NzdDMzk4LjI1NiAxODEuMDMzIDM5Ny42ODIgMTgxLjE2NiAzOTYuOTE2IDE4MS4yNzVDMzk2LjQ4MiAxODEuMzM4IDM5Ni4xNzYgMTgxLjQwOCAzOTUuOTk2IDE4MS40ODZDMzk1LjgxNiAxODEuNTY0IDM5NS42NzggMTgxLjY4IDM5NS41OCAxODEuODMyQzM5NS40ODIgMTgxLjk4IDM5NS40MzQgMTgyLjE0NiAzOTUuNDM0IDE4Mi4zM0MzOTUuNDM0IDE4Mi42MTEgMzk1LjUzOSAxODIuODQ2IDM5NS43NSAxODMuMDMzQzM5NS45NjUgMTgzLjIyMSAzOTYuMjc3IDE4My4zMTQgMzk2LjY4OCAxODMuMzE0QzM5Ny4wOTQgMTgzLjMxNCAzOTcuNDU1IDE4My4yMjcgMzk3Ljc3MSAxODMuMDUxQzM5OC4wODggMTgyLjg3MSAzOTguMzIgMTgyLjYyNyAzOTguNDY5IDE4Mi4zMThDMzk4LjU4MiAxODIuMDggMzk4LjYzOSAxODEuNzI5IDM5OC42MzkgMTgxLjI2NFYxODAuODc3Wk00MDQuODM4IDE4MS42MDRMNDA2LjY4NCAxNzkuNzU4TDQwNC44NDQgMTc3LjkxOEw0MDUuNTU5IDE3Ny4yMDNMNDA3LjM5OCAxNzkuMDQzTDQwOS4yMzIgMTc3LjIwOUw0MDkuOTM2IDE3Ny45MThMNDA4LjEwNyAxNzkuNzUyTDQwOS45NDcgMTgxLjU5Mkw0MDkuMjMyIDE4Mi4zMDdMNDA3LjM5MyAxODAuNDY3TDQwNS41NDcgMTgyLjMxMkw0MDQuODM4IDE4MS42MDRaTTQxNS4wMzMgMTg2LjM4NVYxNzcuNzc3SDQxNS45OTRWMTc4LjU4NkM0MTYuMjIxIDE3OC4yNyA0MTYuNDc3IDE3OC4wMzMgNDE2Ljc2MiAxNzcuODc3QzQxNy4wNDcgMTc3LjcxNyA0MTcuMzkzIDE3Ny42MzcgNDE3Ljc5OSAxNzcuNjM3QzQxOC4zMyAxNzcuNjM3IDQxOC43OTkgMTc3Ljc3MyA0MTkuMjA1IDE3OC4wNDdDNDE5LjYxMSAxNzguMzIgNDE5LjkxOCAxNzguNzA3IDQyMC4xMjUgMTc5LjIwN0M0MjAuMzMyIDE3OS43MDMgNDIwLjQzNiAxODAuMjQ4IDQyMC40MzYgMTgwLjg0MkM0MjAuNDM2IDE4MS40NzkgNDIwLjMyIDE4Mi4wNTMgNDIwLjA5IDE4Mi41NjRDNDE5Ljg2MyAxODMuMDcyIDQxOS41MzEgMTgzLjQ2MyA0MTkuMDk0IDE4My43MzZDNDE4LjY2IDE4NC4wMDYgNDE4LjIwMyAxODQuMTQxIDQxNy43MjMgMTg0LjE0MUM0MTcuMzcxIDE4NC4xNDEgNDE3LjA1NSAxODQuMDY2IDQxNi43NzMgMTgzLjkxOEM0MTYuNDk2IDE4My43NyA0MTYuMjY4IDE4My41ODIgNDE2LjA4OCAxODMuMzU1VjE4Ni4zODVINDE1LjAzM1pNNDE1Ljk4OCAxODAuOTI0QzQxNS45ODggMTgxLjcyNSA0MTYuMTUgMTgyLjMxNiA0MTYuNDc1IDE4Mi42OTlDNDE2Ljc5OSAxODMuMDgyIDQxNy4xOTEgMTgzLjI3MyA0MTcuNjUyIDE4My4yNzNDNDE4LjEyMSAxODMuMjczIDQxOC41MjEgMTgzLjA3NiA0MTguODU0IDE4Mi42ODJDNDE5LjE4OSAxODIuMjgzIDQxOS4zNTcgMTgxLjY2OCA0MTkuMzU3IDE4MC44MzZDNDE5LjM1NyAxODAuMDQzIDQxOS4xOTMgMTc5LjQ0OSA0MTguODY1IDE3OS4wNTVDNDE4LjU0MSAxNzguNjYgNDE4LjE1MiAxNzguNDYzIDQxNy42OTkgMTc4LjQ2M0M0MTcuMjUgMTc4LjQ2MyA0MTYuODUyIDE3OC42NzQgNDE2LjUwNCAxNzkuMDk2QzQxNi4xNiAxNzkuNTE0IDQxNS45ODggMTgwLjEyMyA0MTUuOTg4IDE4MC45MjRaTTQyNS45NzMgMTgxLjk5Nkw0MjcuMDYyIDE4Mi4xMzFDNDI2Ljg5MSAxODIuNzY4IDQyNi41NzIgMTgzLjI2MiA0MjYuMTA3IDE4My42MTNDNDI1LjY0MyAxODMuOTY1IDQyNS4wNDkgMTg0LjE0MSA0MjQuMzI2IDE4NC4xNDFDNDIzLjQxNiAxODQuMTQxIDQyMi42OTMgMTgzLjg2MSA0MjIuMTU4IDE4My4zMDNDNDIxLjYyNyAxODIuNzQgNDIxLjM2MSAxODEuOTUzIDQyMS4zNjEgMTgwLjk0MUM0MjEuMzYxIDE3OS44OTUgNDIxLjYzMSAxNzkuMDgyIDQyMi4xNyAxNzguNTA0QzQyMi43MDkgMTc3LjkyNiA0MjMuNDA4IDE3Ny42MzcgNDI0LjI2OCAxNzcuNjM3QzQyNS4xIDE3Ny42MzcgNDI1Ljc3OSAxNzcuOTIgNDI2LjMwNyAxNzguNDg2QzQyNi44MzQgMTc5LjA1MyA0MjcuMDk4IDE3OS44NSA0MjcuMDk4IDE4MC44NzdDNDI3LjA5OCAxODAuOTM5IDQyNy4wOTYgMTgxLjAzMyA0MjcuMDkyIDE4MS4xNThINDIyLjQ1MUM0MjIuNDkgMTgxLjg0MiA0MjIuNjg0IDE4Mi4zNjUgNDIzLjAzMSAxODIuNzI5QzQyMy4zNzkgMTgzLjA5MiA0MjMuODEyIDE4My4yNzMgNDI0LjMzMiAxODMuMjczQzQyNC43MTkgMTgzLjI3MyA0MjUuMDQ5IDE4My4xNzIgNDI1LjMyMiAxODIuOTY5QzQyNS41OTYgMTgyLjc2NiA0MjUuODEyIDE4Mi40NDEgNDI1Ljk3MyAxODEuOTk2Wk00MjIuNTEgMTgwLjI5MUg0MjUuOTg0QzQyNS45MzggMTc5Ljc2OCA0MjUuODA1IDE3OS4zNzUgNDI1LjU4NiAxNzkuMTEzQzQyNS4yNSAxNzguNzA3IDQyNC44MTQgMTc4LjUwNCA0MjQuMjc5IDE3OC41MDRDNDIzLjc5NSAxNzguNTA0IDQyMy4zODcgMTc4LjY2NiA0MjMuMDU1IDE3OC45OUM0MjIuNzI3IDE3OS4zMTQgNDIyLjU0NSAxNzkuNzQ4IDQyMi41MSAxODAuMjkxWk00MjguNTEgMTc3Ljc3N0g0MzMuNDA4VjE4NEg0MzIuMzU5VjE3OC42NUg0MjkuNTY0VjE4MS43NUM0MjkuNTY0IDE4Mi40NzMgNDI5LjU0MSAxODIuOTQ5IDQyOS40OTQgMTgzLjE4QzQyOS40NDcgMTgzLjQxIDQyOS4zMTggMTgzLjYxMSA0MjkuMTA3IDE4My43ODNDNDI4Ljg5NiAxODMuOTU1IDQyOC41OTIgMTg0LjA0MSA0MjguMTkzIDE4NC4wNDFDNDI3Ljk0NyAxODQuMDQxIDQyNy42NjQgMTg0LjAyNSA0MjcuMzQ0IDE4My45OTRWMTgzLjExNUg0MjcuODA3QzQyOC4wMjUgMTgzLjExNSA0MjguMTgyIDE4My4wOTQgNDI4LjI3NSAxODMuMDUxQzQyOC4zNjkgMTgzLjAwNCA0MjguNDMyIDE4Mi45MzIgNDI4LjQ2MyAxODIuODM0QzQyOC40OTQgMTgyLjczNiA0MjguNTEgMTgyLjQxOCA0MjguNTEgMTgxLjg3OVYxNzcuNzc3Wk00MzkuMjYyIDE4MS45OTZMNDQwLjM1MiAxODIuMTMxQzQ0MC4xOCAxODIuNzY4IDQzOS44NjEgMTgzLjI2MiA0MzkuMzk2IDE4My42MTNDNDM4LjkzMiAxODMuOTY1IDQzOC4zMzggMTg0LjE0MSA0MzcuNjE1IDE4NC4xNDFDNDM2LjcwNSAxODQuMTQxIDQzNS45ODIgMTgzLjg2MSA0MzUuNDQ3IDE4My4zMDNDNDM0LjkxNiAxODIuNzQgNDM0LjY1IDE4MS45NTMgNDM0LjY1IDE4MC45NDFDNDM0LjY1IDE3OS44OTUgNDM0LjkyIDE3OS4wODIgNDM1LjQ1OSAxNzguNTA0QzQzNS45OTggMTc3LjkyNiA0MzYuNjk3IDE3Ny42MzcgNDM3LjU1NyAxNzcuNjM3QzQzOC4zODkgMTc3LjYzNyA0MzkuMDY4IDE3Ny45MiA0MzkuNTk2IDE3OC40ODZDNDQwLjEyMyAxNzkuMDUzIDQ0MC4zODcgMTc5Ljg1IDQ0MC4zODcgMTgwLjg3N0M0NDAuMzg3IDE4MC45MzkgNDQwLjM4NSAxODEuMDMzIDQ0MC4zODEgMTgxLjE1OEg0MzUuNzRDNDM1Ljc3OSAxODEuODQyIDQzNS45NzMgMTgyLjM2NSA0MzYuMzIgMTgyLjcyOUM0MzYuNjY4IDE4My4wOTIgNDM3LjEwMiAxODMuMjczIDQzNy42MjEgMTgzLjI3M0M0MzguMDA4IDE4My4yNzMgNDM4LjMzOCAxODMuMTcyIDQzOC42MTEgMTgyLjk2OUM0MzguODg1IDE4Mi43NjYgNDM5LjEwMiAxODIuNDQxIDQzOS4yNjIgMTgxLjk5NlpNNDM1Ljc5OSAxODAuMjkxSDQzOS4yNzNDNDM5LjIyNyAxNzkuNzY4IDQzOS4wOTQgMTc5LjM3NSA0MzguODc1IDE3OS4xMTNDNDM4LjUzOSAxNzguNzA3IDQzOC4xMDQgMTc4LjUwNCA0MzcuNTY4IDE3OC41MDRDNDM3LjA4NCAxNzguNTA0IDQzNi42NzYgMTc4LjY2NiA0MzYuMzQ0IDE3OC45OUM0MzYuMDE2IDE3OS4zMTQgNDM1LjgzNCAxNzkuNzQ4IDQzNS43OTkgMTgwLjI5MVpNNDQxLjY4OCAxNzcuNzc3SDQ0NC4xMTlDNDQ0LjcxNyAxNzcuNzc3IDQ0NS4xNiAxNzcuODI4IDQ0NS40NDkgMTc3LjkzQzQ0NS43NDIgMTc4LjAyNyA0NDUuOTkyIDE3OC4yMDkgNDQ2LjE5OSAxNzguNDc1QzQ0Ni40MSAxNzguNzQgNDQ2LjUxNiAxNzkuMDU5IDQ0Ni41MTYgMTc5LjQzQzQ0Ni41MTYgMTc5LjcyNyA0NDYuNDUzIDE3OS45ODYgNDQ2LjMyOCAxODAuMjA5QzQ0Ni4yMDcgMTgwLjQyOCA0NDYuMDIzIDE4MC42MTEgNDQ1Ljc3NyAxODAuNzZDNDQ2LjA3IDE4MC44NTcgNDQ2LjMxMiAxODEuMDQxIDQ0Ni41MDQgMTgxLjMxMUM0NDYuNjk5IDE4MS41NzYgNDQ2Ljc5NyAxODEuODkzIDQ0Ni43OTcgMTgyLjI2QzQ0Ni43NTggMTgyLjg1IDQ0Ni41NDcgMTgzLjI4NyA0NDYuMTY0IDE4My41NzJDNDQ1Ljc4MSAxODMuODU3IDQ0NS4yMjUgMTg0IDQ0NC40OTQgMTg0SDQ0MS42ODhWMTc3Ljc3N1pNNDQyLjc0MiAxODAuMzk2SDQ0My44NjdDNDQ0LjMxNiAxODAuMzk2IDQ0NC42MjUgMTgwLjM3MyA0NDQuNzkzIDE4MC4zMjZDNDQ0Ljk2MSAxODAuMjc5IDQ0NS4xMTEgMTgwLjE4NiA0NDUuMjQ0IDE4MC4wNDVDNDQ1LjM3NyAxNzkuOSA0NDUuNDQzIDE3OS43MjkgNDQ1LjQ0MyAxNzkuNTI5QzQ0NS40NDMgMTc5LjIwMSA0NDUuMzI2IDE3OC45NzMgNDQ1LjA5MiAxNzguODQ0QzQ0NC44NjEgMTc4LjcxNSA0NDQuNDY1IDE3OC42NSA0NDMuOTAyIDE3OC42NUg0NDIuNzQyVjE4MC4zOTZaTTQ0Mi43NDIgMTgzLjEzM0g0NDQuMTMxQzQ0NC43MjkgMTgzLjEzMyA0NDUuMTM5IDE4My4wNjQgNDQ1LjM2MSAxODIuOTI4QzQ0NS41ODQgMTgyLjc4NyA0NDUuNzAxIDE4Mi41NDcgNDQ1LjcxMyAxODIuMjA3QzQ0NS43MTMgMTgyLjAwOCA0NDUuNjQ4IDE4MS44MjQgNDQ1LjUyIDE4MS42NTZDNDQ1LjM5MSAxODEuNDg0IDQ0NS4yMjMgMTgxLjM3NyA0NDUuMDE2IDE4MS4zMzRDNDQ0LjgwOSAxODEuMjg3IDQ0NC40NzcgMTgxLjI2NCA0NDQuMDIgMTgxLjI2NEg0NDIuNzQyVjE4My4xMzNaTTQ1MS45NzcgMTgzLjIzMkM0NTEuNTg2IDE4My41NjQgNDUxLjIwOSAxODMuNzk5IDQ1MC44NDYgMTgzLjkzNkM0NTAuNDg2IDE4NC4wNzIgNDUwLjEgMTg0LjE0MSA0NDkuNjg2IDE4NC4xNDFDNDQ5LjAwMiAxODQuMTQxIDQ0OC40NzcgMTgzLjk3NSA0NDguMTA5IDE4My42NDNDNDQ3Ljc0MiAxODMuMzA3IDQ0Ny41NTkgMTgyLjg3OSA0NDcuNTU5IDE4Mi4zNTlDNDQ3LjU1OSAxODIuMDU1IDQ0Ny42MjcgMTgxLjc3NyA0NDcuNzY0IDE4MS41MjdDNDQ3LjkwNCAxODEuMjczIDQ0OC4wODYgMTgxLjA3IDQ0OC4zMDkgMTgwLjkxOEM0NDguNTM1IDE4MC43NjYgNDQ4Ljc4OSAxODAuNjUgNDQ5LjA3IDE4MC41NzJDNDQ5LjI3NyAxODAuNTE4IDQ0OS41OSAxODAuNDY1IDQ1MC4wMDggMTgwLjQxNEM0NTAuODU5IDE4MC4zMTIgNDUxLjQ4NiAxODAuMTkxIDQ1MS44ODkgMTgwLjA1MUM0NTEuODkzIDE3OS45MDYgNDUxLjg5NSAxNzkuODE0IDQ1MS44OTUgMTc5Ljc3NUM0NTEuODk1IDE3OS4zNDYgNDUxLjc5NSAxNzkuMDQzIDQ1MS41OTYgMTc4Ljg2N0M0NTEuMzI2IDE3OC42MjkgNDUwLjkyNiAxNzguNTEgNDUwLjM5NSAxNzguNTFDNDQ5Ljg5OCAxNzguNTEgNDQ5LjUzMSAxNzguNTk4IDQ0OS4yOTMgMTc4Ljc3M0M0NDkuMDU5IDE3OC45NDUgNDQ4Ljg4NSAxNzkuMjUyIDQ0OC43NzEgMTc5LjY5M0w0NDcuNzQgMTc5LjU1M0M0NDcuODM0IDE3OS4xMTEgNDQ3Ljk4OCAxNzguNzU2IDQ0OC4yMDMgMTc4LjQ4NkM0NDguNDE4IDE3OC4yMTMgNDQ4LjcyOSAxNzguMDA0IDQ0OS4xMzUgMTc3Ljg1OUM0NDkuNTQxIDE3Ny43MTEgNDUwLjAxMiAxNzcuNjM3IDQ1MC41NDcgMTc3LjYzN0M0NTEuMDc4IDE3Ny42MzcgNDUxLjUxIDE3Ny42OTkgNDUxLjg0MiAxNzcuODI0QzQ1Mi4xNzQgMTc3Ljk0OSA0NTIuNDE4IDE3OC4xMDcgNDUyLjU3NCAxNzguMjk5QzQ1Mi43MyAxNzguNDg2IDQ1Mi44NCAxNzguNzI1IDQ1Mi45MDIgMTc5LjAxNEM0NTIuOTM4IDE3OS4xOTMgNDUyLjk1NSAxNzkuNTE4IDQ1Mi45NTUgMTc5Ljk4NlYxODEuMzkzQzQ1Mi45NTUgMTgyLjM3MyA0NTIuOTc3IDE4Mi45OTQgNDUzLjAyIDE4My4yNTZDNDUzLjA2NiAxODMuNTE0IDQ1My4xNTYgMTgzLjc2MiA0NTMuMjg5IDE4NEg0NTIuMTg4QzQ1Mi4wNzggMTgzLjc4MSA0NTIuMDA4IDE4My41MjUgNDUxLjk3NyAxODMuMjMyWk00NTEuODg5IDE4MC44NzdDNDUxLjUwNiAxODEuMDMzIDQ1MC45MzIgMTgxLjE2NiA0NTAuMTY2IDE4MS4yNzVDNDQ5LjczMiAxODEuMzM4IDQ0OS40MjYgMTgxLjQwOCA0NDkuMjQ2IDE4MS40ODZDNDQ5LjA2NiAxODEuNTY0IDQ0OC45MjggMTgxLjY4IDQ0OC44MyAxODEuODMyQzQ0OC43MzIgMTgxLjk4IDQ0OC42ODQgMTgyLjE0NiA0NDguNjg0IDE4Mi4zM0M0NDguNjg0IDE4Mi42MTEgNDQ4Ljc4OSAxODIuODQ2IDQ0OSAxODMuMDMzQzQ0OS4yMTUgMTgzLjIyMSA0NDkuNTI3IDE4My4zMTQgNDQ5LjkzOCAxODMuMzE0QzQ1MC4zNDQgMTgzLjMxNCA0NTAuNzA1IDE4My4yMjcgNDUxLjAyMSAxODMuMDUxQzQ1MS4zMzggMTgyLjg3MSA0NTEuNTcgMTgyLjYyNyA0NTEuNzE5IDE4Mi4zMThDNDUxLjgzMiAxODIuMDggNDUxLjg4OSAxODEuNzI5IDQ1MS44ODkgMTgxLjI2NFYxODAuODc3Wk00NTQuNjAyIDE3Ny43NzdINDU1LjY1NlYxODAuMzY3SDQ1OC41OFYxNzcuNzc3SDQ1OS42MzVWMTg0SDQ1OC41OFYxODEuMjRINDU1LjY1NlYxODRINDU0LjYwMlYxNzcuNzc3Wk00NjAuNjYgMTc3Ljc3N0g0NjUuNzE3VjE3OC42NUg0NjMuNzEzVjE4NEg0NjIuNjY0VjE3OC42NUg0NjAuNjZWMTc3Ljc3N1pNNDY2LjczIDE3Ny43NzdINDY3Ljc4NVYxODAuMzY3SDQ3MC43MDlWMTc3Ljc3N0g0NzEuNzY0VjE4NEg0NzAuNzA5VjE4MS4yNEg0NjcuNzg1VjE4NEg0NjYuNzNWMTc3Ljc3N1pNNDcyLjk2NSAxODAuODg5QzQ3Mi45NjUgMTc5LjczNiA0NzMuMjg1IDE3OC44ODMgNDczLjkyNiAxNzguMzI4QzQ3NC40NjEgMTc3Ljg2NyA0NzUuMTEzIDE3Ny42MzcgNDc1Ljg4MyAxNzcuNjM3QzQ3Ni43MzggMTc3LjYzNyA0NzcuNDM4IDE3Ny45MTggNDc3Ljk4IDE3OC40OEM0NzguNTIzIDE3OS4wMzkgNDc4Ljc5NSAxNzkuODEyIDQ3OC43OTUgMTgwLjgwMUM0NzguNzk1IDE4MS42MDIgNDc4LjY3NCAxODIuMjMyIDQ3OC40MzIgMTgyLjY5M0M0NzguMTkzIDE4My4xNSA0NzcuODQ0IDE4My41MDYgNDc3LjM4MyAxODMuNzZDNDc2LjkyNiAxODQuMDE0IDQ3Ni40MjYgMTg0LjE0MSA0NzUuODgzIDE4NC4xNDFDNDc1LjAxMiAxODQuMTQxIDQ3NC4zMDcgMTgzLjg2MSA0NzMuNzY4IDE4My4zMDNDNDczLjIzMiAxODIuNzQ0IDQ3Mi45NjUgMTgxLjkzOSA0NzIuOTY1IDE4MC44ODlaTTQ3NC4wNDkgMTgwLjg4OUM0NzQuMDQ5IDE4MS42ODYgNDc0LjIyMyAxODIuMjgzIDQ3NC41NyAxODIuNjgyQzQ3NC45MTggMTgzLjA3NiA0NzUuMzU1IDE4My4yNzMgNDc1Ljg4MyAxODMuMjczQzQ3Ni40MDYgMTgzLjI3MyA0NzYuODQyIDE4My4wNzQgNDc3LjE4OSAxODIuNjc2QzQ3Ny41MzcgMTgyLjI3NyA0NzcuNzExIDE4MS42NyA0NzcuNzExIDE4MC44NTRDNDc3LjcxMSAxODAuMDg0IDQ3Ny41MzUgMTc5LjUwMiA0NzcuMTg0IDE3OS4xMDdDNDc2LjgzNiAxNzguNzA5IDQ3Ni40MDIgMTc4LjUxIDQ3NS44ODMgMTc4LjUxQzQ3NS4zNTUgMTc4LjUxIDQ3NC45MTggMTc4LjcwNyA0NzQuNTcgMTc5LjEwMkM0NzQuMjIzIDE3OS40OTYgNDc0LjA0OSAxODAuMDkyIDQ3NC4wNDkgMTgwLjg4OVpNNDg0LjA5OCAxODEuNzIxTDQ4NS4xMzUgMTgxLjg1NUM0ODUuMDIxIDE4Mi41NyA0ODQuNzMgMTgzLjEzMSA0ODQuMjYyIDE4My41MzdDNDgzLjc5NyAxODMuOTM5IDQ4My4yMjUgMTg0LjE0MSA0ODIuNTQ1IDE4NC4xNDFDNDgxLjY5MyAxODQuMTQxIDQ4MS4wMDggMTgzLjg2MyA0ODAuNDg4IDE4My4zMDlDNDc5Ljk3MyAxODIuNzUgNDc5LjcxNSAxODEuOTUxIDQ3OS43MTUgMTgwLjkxMkM0NzkuNzE1IDE4MC4yNCA0NzkuODI2IDE3OS42NTIgNDgwLjA0OSAxNzkuMTQ4QzQ4MC4yNzEgMTc4LjY0NSA0ODAuNjA5IDE3OC4yNjggNDgxLjA2MiAxNzguMDE4QzQ4MS41MiAxNzcuNzY0IDQ4Mi4wMTYgMTc3LjYzNyA0ODIuNTUxIDE3Ny42MzdDNDgzLjIyNyAxNzcuNjM3IDQ4My43NzkgMTc3LjgwOSA0ODQuMjA5IDE3OC4xNTJDNDg0LjYzOSAxNzguNDkyIDQ4NC45MTQgMTc4Ljk3NyA0ODUuMDM1IDE3OS42MDVMNDg0LjAxIDE3OS43NjRDNDgzLjkxMiAxNzkuMzQ2IDQ4My43MzggMTc5LjAzMSA0ODMuNDg4IDE3OC44MkM0ODMuMjQyIDE3OC42MDkgNDgyLjk0MyAxNzguNTA0IDQ4Mi41OTIgMTc4LjUwNEM0ODIuMDYxIDE3OC41MDQgNDgxLjYyOSAxNzguNjk1IDQ4MS4yOTcgMTc5LjA3OEM0ODAuOTY1IDE3OS40NTcgNDgwLjc5OSAxODAuMDU5IDQ4MC43OTkgMTgwLjg4M0M0ODAuNzk5IDE4MS43MTkgNDgwLjk1OSAxODIuMzI2IDQ4MS4yNzkgMTgyLjcwNUM0ODEuNiAxODMuMDg0IDQ4Mi4wMTggMTgzLjI3MyA0ODIuNTMzIDE4My4yNzNDNDgyLjk0NyAxODMuMjczIDQ4My4yOTMgMTgzLjE0NiA0ODMuNTcgMTgyLjg5M0M0ODMuODQ4IDE4Mi42MzkgNDg0LjAyMyAxODIuMjQ4IDQ4NC4wOTggMTgxLjcyMVpNNDg1LjQ2OSAxNzcuNzc3SDQ5MC41MjVWMTc4LjY1SDQ4OC41MjFWMTg0SDQ4Ny40NzNWMTc4LjY1SDQ4NS40NjlWMTc3Ljc3N1pNNDkxLjUxNiAxNzcuNzc3SDQ5Mi41N1YxODAuMjA5SDQ5My45MDZDNDk0Ljc3NyAxODAuMjA5IDQ5NS40NDcgMTgwLjM3OSA0OTUuOTE2IDE4MC43MTlDNDk2LjM4OSAxODEuMDU1IDQ5Ni42MjUgMTgxLjUyIDQ5Ni42MjUgMTgyLjExM0M0OTYuNjI1IDE4Mi42MzMgNDk2LjQyOCAxODMuMDc4IDQ5Ni4wMzMgMTgzLjQ0OUM0OTUuNjQzIDE4My44MTYgNDk1LjAxNiAxODQgNDk0LjE1MiAxODRINDkxLjUxNlYxNzcuNzc3Wk00OTIuNTcgMTgzLjEzM0g0OTMuNjc4QzQ5NC4zNDYgMTgzLjEzMyA0OTQuODIyIDE4My4wNTEgNDk1LjEwNyAxODIuODg3QzQ5NS4zOTMgMTgyLjcyMyA0OTUuNTM1IDE4Mi40NjcgNDk1LjUzNSAxODIuMTE5QzQ5NS41MzUgMTgxLjg1IDQ5NS40MyAxODEuNjA5IDQ5NS4yMTkgMTgxLjM5OEM0OTUuMDA4IDE4MS4xODggNDk0LjU0MSAxODEuMDgyIDQ5My44MTggMTgxLjA4Mkg0OTIuNTdWMTgzLjEzM1oiIGZpbGw9IiMxNzg1RTUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMzIwXzgzNjUxIj4KPHJlY3Qgd2lkdGg9IjcwNiIgaGVpZ2h0PSIzMDYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 260px;
}
@media (min-width: 600px) {
  .HowItWorksModal-module__image--qsFyq {
    height: 296px;
  }
}
.HowItWorksModal-module__factor-list--rANRX {
  font-family: var(--magritte-typography-paragraph-2-regular-font-family-v21-4-6);
  font-weight: var(--magritte-typography-paragraph-2-regular-font-weight-v21-4-6);
  line-height: var(--magritte-typography-paragraph-2-regular-line-height-v21-4-6);
  font-size: var(--magritte-typography-paragraph-2-regular-font-size-v21-4-6);
  letter-spacing: var(--magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6);
  text-indent: var(--magritte-typography-paragraph-2-regular-text-indent-v21-4-6);
  text-transform: var(--magritte-typography-paragraph-2-regular-text-transform-v21-4-6);
  text-decoration: var(--magritte-typography-paragraph-2-regular-text-decoration-v21-4-6);
  padding-left: 24px;
}
.HowItWorksModal-module__factor-list-item--gSiEE {
  list-style-type: disc;
}

.LowBalanceCard-module__card-content--bwkre {
  position: relative;
}
.LowBalanceCard-module__icon--X9jt4 {
  position: absolute;
  top: -2px;
  right: 0;
}
.LowBalanceCard-module__text--QXHJY {
  max-width: 270px;
}

.PromotionDates-module__legend--pn63_ {
  display: flex;
  align-items: center;
  gap: 4px;
}
.PromotionDates-module__description--zYUMM {
  max-width: 400px;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.MagritteFormField-module__label-wrapper--osgyV {
  display: inline-flex;
  align-items: center;
  cursor: default;
}
.MagritteFormField-module__label-text--A_TKF {
  padding-right: var(--magritte-static-space-150-v21-4-6);
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.AuctionBid-module__wrapper--AQmka {
  display: flex;
  align-items: flex-start;
  gap: var(--magritte-core-space-3-x-v21-4-6);
}
@media (max-width: 599px) {
  .AuctionBid-module__wrapper--AQmka {
    flex-direction: column;
  }
}
.AuctionBid-module__input-wrapper--uh1m_ {
  width: 300px;
}
@media (max-width: 599px) {
  .AuctionBid-module__input-wrapper--uh1m_ {
    width: 100%;
  }
}
.AuctionBid-module__bid-rating-status--oXdBm {
  display: flex;
  align-items: center;
  height: 48px;
  gap: var(--magritte-core-space-2-x-v21-4-6);
}
@media (max-width: 599px) {
  .AuctionBid-module__bid-rating-status--oXdBm {
    height: inherit;
  }
}
.AuctionBid-module__bid-rating-icon--ISYTH {
  transform: rotate(-90deg);
}

.AuctionBudgetCard-module__card-wrapper--FzHpD {
  display: flex;
  flex: 1;
}

.AuctionBudget-module__presets-wrapper--HdzaP {
  display: flex;
  width: 100%;
  gap: 12px;
}
@media (max-width: 599px) {
  .AuctionBudget-module__presets-wrapper--HdzaP {
    flex-direction: column;
  }
}
.AuctionBudget-module__input-wrapper--nH1Qh {
  width: 300px;
}
@media (max-width: 599px) {
  .AuctionBudget-module__input-wrapper--nH1Qh {
    width: 100%;
  }
}

.TextWithTooltip-module__wrapper--kLaiw {
  display: flex;
  align-items: center;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.AuctionPeriod-module__period-wrapper--PZOQZ {
  display: flex;
  gap: var(--magritte-core-space-3-x-v21-4-6);
}
@media (max-width: 599px) {
  .AuctionPeriod-module__period-wrapper--PZOQZ {
    flex-direction: column;
  }
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.HowItWorksModal-module__principle-list--xfNMH {
  font-family: var(--magritte-typography-paragraph-2-regular-font-family-v21-4-6);
  font-weight: var(--magritte-typography-paragraph-2-regular-font-weight-v21-4-6);
  line-height: var(--magritte-typography-paragraph-2-regular-line-height-v21-4-6);
  font-size: var(--magritte-typography-paragraph-2-regular-font-size-v21-4-6);
  letter-spacing: var(--magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6);
  text-indent: var(--magritte-typography-paragraph-2-regular-text-indent-v21-4-6);
  text-transform: var(--magritte-typography-paragraph-2-regular-text-transform-v21-4-6);
  text-decoration: var(--magritte-typography-paragraph-2-regular-text-decoration-v21-4-6);
  padding-left: 24px;
}
.HowItWorksModal-module__principle-list-item--zCSM8 {
  list-style-type: decimal;
}
.HowItWorksModal-module__image--AY4GG {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzA2IiBoZWlnaHQ9IjMwNiIgdmlld0JveD0iMCAwIDcwNiAzMDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMzIwXzgzNjUxKSI+CjxyZWN0IHdpZHRoPSI3MDYiIGhlaWdodD0iMzA2IiBmaWxsPSIjRThGNEZGIi8+CjxwYXRoIGQ9Ik0yMTkgMjY3QzIxOSAyNjUuODk1IDIxOS44OTUgMjY1IDIyMSAyNjVINDI1QzQyNi4xMDUgMjY1IDQyNyAyNjUuODk1IDQyNyAyNjdWMjgxSDIxOVYyNjdaIiBmaWxsPSIjRURFRkYwIi8+CjxwYXRoIGQ9Ik0yMjUuMjMyIDI3NlYyNjguODQySDIyNy45MThDMjI4LjQ2NSAyNjguODQyIDIyOC45MDMgMjY4LjkxNSAyMjkuMjMxIDI2OS4wNjJDMjI5LjU2MyAyNjkuMjA1IDIyOS44MjIgMjY5LjQyOCAyMzAuMDA4IDI2OS43M0MyMzAuMTk3IDI3MC4wMyAyMzAuMjkxIDI3MC4zNDQgMjMwLjI5MSAyNzAuNjczQzIzMC4yOTEgMjcwLjk3OSAyMzAuMjA4IDI3MS4yNjcgMjMwLjA0MiAyNzEuNTM3QzIyOS44NzYgMjcxLjgwNyAyMjkuNjI1IDI3Mi4wMjUgMjI5LjI5IDI3Mi4xOTFDMjI5LjcyMyAyNzIuMzE4IDIzMC4wNTUgMjcyLjUzNSAyMzAuMjg2IDI3Mi44NDFDMjMwLjUyMSAyNzMuMTQ3IDIzMC42MzggMjczLjUwOCAyMzAuNjM4IDI3My45MjVDMjMwLjYzOCAyNzQuMjYgMjMwLjU2NiAyNzQuNTczIDIzMC40MjMgMjc0Ljg2MkMyMzAuMjgzIDI3NS4xNDkgMjMwLjEwOSAyNzUuMzcgMjI5LjkgMjc1LjUyNkMyMjkuNjkyIDI3NS42ODMgMjI5LjQzIDI3NS44MDEgMjI5LjExNCAyNzUuODgzQzIyOC44MDIgMjc1Ljk2MSAyMjguNDE4IDI3NiAyMjcuOTYyIDI3NkgyMjUuMjMyWk0yMjYuMTggMjcxLjg1SDIyNy43MjhDMjI4LjE0NyAyNzEuODUgMjI4LjQ0OSAyNzEuODIyIDIyOC42MzEgMjcxLjc2N0MyMjguODcyIDI3MS42OTUgMjI5LjA1MiAyNzEuNTc2IDIyOS4xNzMgMjcxLjQxQzIyOS4yOTcgMjcxLjI0NCAyMjkuMzU4IDI3MS4wMzYgMjI5LjM1OCAyNzAuNzg1QzIyOS4zNTggMjcwLjU0OCAyMjkuMzAxIDI3MC4zMzkgMjI5LjE4OCAyNzAuMTZDMjI5LjA3NCAyNjkuOTc4IDIyOC45MTEgMjY5Ljg1NCAyMjguNjk5IDI2OS43ODlDMjI4LjQ4OCAyNjkuNzIxIDIyOC4xMjUgMjY5LjY4NyAyMjcuNjEgMjY5LjY4N0gyMjYuMThWMjcxLjg1Wk0yMjYuMTggMjc1LjE1NUgyMjcuOTYyQzIyOC4yNjggMjc1LjE1NSAyMjguNDgzIDI3NS4xNDQgMjI4LjYwNiAyNzUuMTIxQzIyOC44MjUgMjc1LjA4MiAyMjkuMDA3IDI3NS4wMTcgMjI5LjE1MyAyNzQuOTI2QzIyOS4zIDI3NC44MzUgMjI5LjQyIDI3NC43MDMgMjI5LjUxNSAyNzQuNTNDMjI5LjYwOSAyNzQuMzU0IDIyOS42NTYgMjc0LjE1MyAyMjkuNjU2IDI3My45MjVDMjI5LjY1NiAyNzMuNjU4IDIyOS41ODggMjczLjQyNyAyMjkuNDUxIDI3My4yMzFDMjI5LjMxNCAyNzMuMDMzIDIyOS4xMjQgMjcyLjg5NSAyMjguODggMjcyLjgxNkMyMjguNjM5IDI3Mi43MzUgMjI4LjI5MSAyNzIuNjk0IDIyNy44MzUgMjcyLjY5NEgyMjYuMThWMjc1LjE1NVpNMjM1LjIxMyAyNzUuMzZDMjM0Ljg4NyAyNzUuNjM3IDIzNC41NzMgMjc1LjgzMiAyMzQuMjcxIDI3NS45NDZDMjMzLjk3MSAyNzYuMDYgMjMzLjY0OSAyNzYuMTE3IDIzMy4zMDQgMjc2LjExN0MyMzIuNzM0IDI3Ni4xMTcgMjMyLjI5NiAyNzUuOTc5IDIzMS45OSAyNzUuNzAyQzIzMS42ODQgMjc1LjQyMiAyMzEuNTMxIDI3NS4wNjYgMjMxLjUzMSAyNzQuNjMzQzIzMS41MzEgMjc0LjM3OSAyMzEuNTg4IDI3NC4xNDggMjMxLjcwMiAyNzMuOTM5QzIzMS44MTkgMjczLjcyOCAyMzEuOTcxIDI3My41NTkgMjMyLjE1NiAyNzMuNDMyQzIzMi4zNDUgMjczLjMwNSAyMzIuNTU3IDI3My4yMDkgMjMyLjc5MSAyNzMuMTQ0QzIzMi45NjQgMjczLjA5OCAyMzMuMjI0IDI3My4wNTQgMjMzLjU3MiAyNzMuMDEyQzIzNC4yODIgMjcyLjkyNyAyMzQuODA0IDI3Mi44MjYgMjM1LjE0IDI3Mi43MDlDMjM1LjE0MyAyNzIuNTg5IDIzNS4xNDUgMjcyLjUxMiAyMzUuMTQ1IDI3Mi40NzlDMjM1LjE0NSAyNzIuMTIxIDIzNS4wNjIgMjcxLjg2OSAyMzQuODk2IDI3MS43MjNDMjM0LjY3MSAyNzEuNTI0IDIzNC4zMzcgMjcxLjQyNSAyMzMuODk1IDI3MS40MjVDMjMzLjQ4MSAyNzEuNDI1IDIzMy4xNzUgMjcxLjQ5OCAyMzIuOTc3IDI3MS42NDVDMjMyLjc4MSAyNzEuNzg4IDIzMi42MzYgMjcyLjA0MyAyMzIuNTQyIDI3Mi40MTFMMjMxLjY4MyAyNzIuMjk0QzIzMS43NjEgMjcxLjkyNiAyMzEuODg5IDI3MS42MyAyMzIuMDY4IDI3MS40MDVDMjMyLjI0NyAyNzEuMTc3IDIzMi41MDYgMjcxLjAwMyAyMzIuODQ1IDI3MC44ODNDMjMzLjE4MyAyNzAuNzU5IDIzMy41NzYgMjcwLjY5NyAyMzQuMDIxIDI3MC42OTdDMjM0LjQ2NCAyNzAuNjk3IDIzNC44MjQgMjcwLjc0OSAyMzUuMTAxIDI3MC44NTRDMjM1LjM3NyAyNzAuOTU4IDIzNS41ODEgMjcxLjA5IDIzNS43MTEgMjcxLjI0OUMyMzUuODQxIDI3MS40MDUgMjM1LjkzMiAyNzEuNjA0IDIzNS45ODQgMjcxLjg0NUMyMzYuMDE0IDI3MS45OTQgMjM2LjAyOCAyNzIuMjY1IDIzNi4wMjggMjcyLjY1NVYyNzMuODI3QzIzNi4wMjggMjc0LjY0NCAyMzYuMDQ2IDI3NS4xNjIgMjM2LjA4MiAyNzUuMzhDMjM2LjEyMSAyNzUuNTk1IDIzNi4xOTYgMjc1LjgwMSAyMzYuMzA3IDI3NkgyMzUuMzg5QzIzNS4yOTggMjc1LjgxOCAyMzUuMjM5IDI3NS42MDQgMjM1LjIxMyAyNzUuMzZaTTIzNS4xNCAyNzMuMzk3QzIzNC44MjEgMjczLjUyOCAyMzQuMzQyIDI3My42MzggMjMzLjcwNCAyNzMuNzI5QzIzMy4zNDMgMjczLjc4MiAyMzMuMDg3IDI3My44NCAyMzIuOTM4IDI3My45MDVDMjMyLjc4OCAyNzMuOTcgMjMyLjY3MiAyNzQuMDY2IDIzMi41OTEgMjc0LjE5M0MyMzIuNTA5IDI3NC4zMTcgMjMyLjQ2OSAyNzQuNDU1IDIzMi40NjkgMjc0LjYwOEMyMzIuNDY5IDI3NC44NDMgMjMyLjU1NyAyNzUuMDM4IDIzMi43MzIgMjc1LjE5NEMyMzIuOTExIDI3NS4zNTEgMjMzLjE3MiAyNzUuNDI5IDIzMy41MTQgMjc1LjQyOUMyMzMuODUyIDI3NS40MjkgMjM0LjE1MyAyNzUuMzU1IDIzNC40MTcgMjc1LjIwOUMyMzQuNjgxIDI3NS4wNTkgMjM0Ljg3NCAyNzQuODU2IDIzNC45OTggMjc0LjU5OUMyMzUuMDkyIDI3NC40IDIzNS4xNCAyNzQuMTA3IDIzNS4xNCAyNzMuNzJWMjczLjM5N1pNMjM3LjM5MSAyNzAuODE0SDIzOC4yN1YyNzMuMDU2QzIzOC41NDkgMjczLjA1NiAyMzguNzQ1IDI3My4wMDIgMjM4Ljg1NSAyNzIuODk1QzIzOC45NjkgMjcyLjc4NyAyMzkuMTM1IDI3Mi40NzUgMjM5LjM1NCAyNzEuOTU3QzIzOS41MjYgMjcxLjU0NyAyMzkuNjY2IDI3MS4yNzcgMjM5Ljc3MyAyNzEuMTQ2QzIzOS44ODEgMjcxLjAxNiAyNDAuMDA1IDI3MC45MjggMjQwLjE0NSAyNzAuODgzQzI0MC4yODUgMjcwLjgzNyAyNDAuNTA5IDI3MC44MTQgMjQwLjgxOCAyNzAuODE0SDI0MC45OTRWMjcxLjU0MkwyNDAuNzUgMjcxLjUzN0MyNDAuNTE5IDI3MS41MzcgMjQwLjM3MSAyNzEuNTcxIDI0MC4zMDYgMjcxLjY0QzI0MC4yMzcgMjcxLjcxMSAyNDAuMTMzIDI3MS45MjQgMjM5Ljk5MyAyNzIuMjc5QzIzOS44NiAyNzIuNjE4IDIzOS43MzggMjcyLjg1MiAyMzkuNjI3IDI3Mi45ODJDMjM5LjUxNiAyNzMuMTEzIDIzOS4zNDUgMjczLjIzMSAyMzkuMTE0IDI3My4zMzlDMjM5LjQ5MiAyNzMuNDQgMjM5Ljg2MyAyNzMuNzkxIDI0MC4yMjggMjc0LjM5NEwyNDEuMTg5IDI3NkgyNDAuMjIzTDIzOS4yODUgMjc0LjM5NEMyMzkuMDkzIDI3NC4wNzEgMjM4LjkyNSAyNzMuODYgMjM4Ljc4MiAyNzMuNzU5QzIzOC42MzkgMjczLjY1NSAyMzguNDY4IDI3My42MDMgMjM4LjI3IDI3My42MDNWMjc2SDIzNy4zOTFWMjcwLjgxNFpNMjQ1LjM3OSAyNzUuMzZDMjQ1LjA1MyAyNzUuNjM3IDI0NC43MzkgMjc1LjgzMiAyNDQuNDM3IDI3NS45NDZDMjQ0LjEzNyAyNzYuMDYgMjQzLjgxNSAyNzYuMTE3IDI0My40NyAyNzYuMTE3QzI0Mi45IDI3Ni4xMTcgMjQyLjQ2MiAyNzUuOTc5IDI0Mi4xNTYgMjc1LjcwMkMyNDEuODUgMjc1LjQyMiAyNDEuNjk3IDI3NS4wNjYgMjQxLjY5NyAyNzQuNjMzQzI0MS42OTcgMjc0LjM3OSAyNDEuNzU0IDI3NC4xNDggMjQxLjg2OCAyNzMuOTM5QzI0MS45ODUgMjczLjcyOCAyNDIuMTM3IDI3My41NTkgMjQyLjMyMiAyNzMuNDMyQzI0Mi41MTEgMjczLjMwNSAyNDIuNzIzIDI3My4yMDkgMjQyLjk1NyAyNzMuMTQ0QzI0My4xMyAyNzMuMDk4IDI0My4zOSAyNzMuMDU0IDI0My43MzggMjczLjAxMkMyNDQuNDQ4IDI3Mi45MjcgMjQ0Ljk3IDI3Mi44MjYgMjQ1LjMwNiAyNzIuNzA5QzI0NS4zMDkgMjcyLjU4OSAyNDUuMzExIDI3Mi41MTIgMjQ1LjMxMSAyNzIuNDc5QzI0NS4zMTEgMjcyLjEyMSAyNDUuMjI4IDI3MS44NjkgMjQ1LjA2MiAyNzEuNzIzQzI0NC44MzcgMjcxLjUyNCAyNDQuNTAzIDI3MS40MjUgMjQ0LjA2MSAyNzEuNDI1QzI0My42NDcgMjcxLjQyNSAyNDMuMzQxIDI3MS40OTggMjQzLjE0MyAyNzEuNjQ1QzI0Mi45NDcgMjcxLjc4OCAyNDIuODAyIDI3Mi4wNDMgMjQyLjcwOCAyNzIuNDExTDI0MS44NDkgMjcyLjI5NEMyNDEuOTI3IDI3MS45MjYgMjQyLjA1NSAyNzEuNjMgMjQyLjIzNCAyNzEuNDA1QzI0Mi40MTMgMjcxLjE3NyAyNDIuNjcyIDI3MS4wMDMgMjQzLjAxMSAyNzAuODgzQzI0My4zNDkgMjcwLjc1OSAyNDMuNzQyIDI3MC42OTcgMjQ0LjE4OCAyNzAuNjk3QzI0NC42MyAyNzAuNjk3IDI0NC45OSAyNzAuNzQ5IDI0NS4yNjcgMjcwLjg1NEMyNDUuNTQzIDI3MC45NTggMjQ1Ljc0NyAyNzEuMDkgMjQ1Ljg3NyAyNzEuMjQ5QzI0Ni4wMDcgMjcxLjQwNSAyNDYuMDk4IDI3MS42MDQgMjQ2LjE1IDI3MS44NDVDMjQ2LjE4IDI3MS45OTQgMjQ2LjE5NCAyNzIuMjY1IDI0Ni4xOTQgMjcyLjY1NVYyNzMuODI3QzI0Ni4xOTQgMjc0LjY0NCAyNDYuMjEyIDI3NS4xNjIgMjQ2LjI0OCAyNzUuMzhDMjQ2LjI4NyAyNzUuNTk1IDI0Ni4zNjIgMjc1LjgwMSAyNDYuNDczIDI3NkgyNDUuNTU1QzI0NS40NjQgMjc1LjgxOCAyNDUuNDA1IDI3NS42MDQgMjQ1LjM3OSAyNzUuMzZaTTI0NS4zMDYgMjczLjM5N0MyNDQuOTg3IDI3My41MjggMjQ0LjUwOCAyNzMuNjM4IDI0My44NyAyNzMuNzI5QzI0My41MDkgMjczLjc4MiAyNDMuMjUzIDI3My44NCAyNDMuMTA0IDI3My45MDVDMjQyLjk1NCAyNzMuOTcgMjQyLjgzOCAyNzQuMDY2IDI0Mi43NTcgMjc0LjE5M0MyNDIuNjc1IDI3NC4zMTcgMjQyLjYzNSAyNzQuNDU1IDI0Mi42MzUgMjc0LjYwOEMyNDIuNjM1IDI3NC44NDMgMjQyLjcyMyAyNzUuMDM4IDI0Mi44OTggMjc1LjE5NEMyNDMuMDc3IDI3NS4zNTEgMjQzLjMzOCAyNzUuNDI5IDI0My42OCAyNzUuNDI5QzI0NC4wMTggMjc1LjQyOSAyNDQuMzE5IDI3NS4zNTUgMjQ0LjU4MyAyNzUuMjA5QzI0NC44NDcgMjc1LjA1OSAyNDUuMDQgMjc0Ljg1NiAyNDUuMTY0IDI3NC41OTlDMjQ1LjI1OCAyNzQuNCAyNDUuMzA2IDI3NC4xMDcgMjQ1LjMwNiAyNzMuNzJWMjczLjM5N1pNMjQ3LjU2NiAyNzAuODE0SDI0OC40NDVWMjcyLjk3M0gyNTAuODgyVjI3MC44MTRIMjUxLjc2MVYyNzZIMjUwLjg4MlYyNzMuN0gyNDguNDQ1VjI3NkgyNDcuNTY2VjI3MC44MTRaTTI1Ni40NzMgMjc0LjEwMUwyNTcuMzM3IDI3NC4yMTNDMjU3LjI0MyAyNzQuODA5IDI1NyAyNzUuMjc2IDI1Ni42MDkgMjc1LjYxNEMyNTYuMjIyIDI3NS45NSAyNTUuNzQ1IDI3Ni4xMTcgMjU1LjE3OSAyNzYuMTE3QzI1NC40NjkgMjc2LjExNyAyNTMuODk4IDI3NS44ODYgMjUzLjQ2NSAyNzUuNDI0QzI1My4wMzUgMjc0Ljk1OCAyNTIuODIgMjc0LjI5MyAyNTIuODIgMjczLjQyN0MyNTIuODIgMjcyLjg2NyAyNTIuOTEzIDI3Mi4zNzcgMjUzLjA5OSAyNzEuOTU3QzI1My4yODQgMjcxLjUzNyAyNTMuNTY2IDI3MS4yMjMgMjUzLjk0MyAyNzEuMDE1QzI1NC4zMjQgMjcwLjgwMyAyNTQuNzM4IDI3MC42OTcgMjU1LjE4NCAyNzAuNjk3QzI1NS43NDcgMjcwLjY5NyAyNTYuMjA3IDI3MC44NCAyNTYuNTY1IDI3MS4xMjdDMjU2LjkyNCAyNzEuNDEgMjU3LjE1MyAyNzEuODE0IDI1Ny4yNTQgMjcyLjMzOEwyNTYuMzk5IDI3Mi40N0MyNTYuMzE4IDI3Mi4xMjEgMjU2LjE3MyAyNzEuODU5IDI1NS45NjUgMjcxLjY4NEMyNTUuNzYgMjcxLjUwOCAyNTUuNTExIDI3MS40MiAyNTUuMjE4IDI3MS40MkMyNTQuNzc1IDI3MS40MiAyNTQuNDE1IDI3MS41NzkgMjU0LjEzOSAyNzEuODk4QzI1My44NjIgMjcyLjIxNCAyNTMuNzI0IDI3Mi43MTUgMjUzLjcyNCAyNzMuNDAyQzI1My43MjQgMjc0LjA5OSAyNTMuODU3IDI3NC42MDUgMjU0LjEyNCAyNzQuOTIxQzI1NC4zOTEgMjc1LjIzNyAyNTQuNzM5IDI3NS4zOTUgMjU1LjE2OSAyNzUuMzk1QzI1NS41MTQgMjc1LjM5NSAyNTUuODAyIDI3NS4yODkgMjU2LjAzMyAyNzUuMDc3QzI1Ni4yNjQgMjc0Ljg2NiAyNTYuNDExIDI3NC41NCAyNTYuNDczIDI3NC4xMDFaTTI1OC4wODkgMjcwLjgxNEgyNTguOTY4VjI3NC43N0wyNjEuNDA0IDI3MC44MTRIMjYyLjM1MlYyNzZIMjYxLjQ3M1YyNzIuMDY5TDI1OS4wMzYgMjc2SDI1OC4wODlWMjcwLjgxNFpNMjYzLjY3NSAyNzAuODE0SDI2NC41NTRWMjc0Ljc3TDI2Ni45OSAyNzAuODE0SDI2Ny45MzhWMjc2SDI2Ny4wNTlWMjcyLjA2OUwyNjQuNjIyIDI3NkgyNjMuNjc1VjI3MC44MTRaTTI3My4wNDUgMjczLjQyMkwyNzQuMzEgMjc1LjY0OEgyNzMuNTk3TDI3Mi4wMzkgMjczLjQyMkwyNzMuNTk3IDI3MS4xOTVIMjc0LjMxOUwyNzMuMDQ1IDI3My40MjJaTTI3NC45MzUgMjczLjQyMkwyNzYuMjI0IDI3NS42NDhIMjc1LjQ4MUwyNzMuOTUzIDI3My40MjJMMjc1LjQ4MSAyNzEuMTk1SDI3Ni4yMjRMMjc0LjkzNSAyNzMuNDIyWk0yODIuODMgMjczLjQ5TDI4My43NzcgMjczLjcyOUMyODMuNTc5IDI3NC41MDcgMjgzLjIyMSAyNzUuMTAyIDI4Mi43MDMgMjc1LjUxMkMyODIuMTg5IDI3NS45MTkgMjgxLjU1OSAyNzYuMTIyIDI4MC44MTMgMjc2LjEyMkMyODAuMDQyIDI3Ni4xMjIgMjc5LjQxNCAyNzUuOTY2IDI3OC45MjkgMjc1LjY1M0MyNzguNDQ3IDI3NS4zMzggMjc4LjA3OSAyNzQuODgyIDI3Ny44MjUgMjc0LjI4NkMyNzcuNTc1IDI3My42OSAyNzcuNDQ5IDI3My4wNTEgMjc3LjQ0OSAyNzIuMzY3QzI3Ny40NDkgMjcxLjYyMiAyNzcuNTkxIDI3MC45NzIgMjc3Ljg3NCAyNzAuNDE5QzI3OC4xNiAyNjkuODYyIDI3OC41NjYgMjY5LjQ0MSAyNzkuMDkgMjY5LjE1NEMyNzkuNjE3IDI2OC44NjUgMjgwLjE5NyAyNjguNzIgMjgwLjgyOCAyNjguNzJDMjgxLjU0NCAyNjguNzIgMjgyLjE0NiAyNjguOTAyIDI4Mi42MzUgMjY5LjI2N0MyODMuMTIzIDI2OS42MzEgMjgzLjQ2MyAyNzAuMTQ0IDI4My42NTUgMjcwLjgwNUwyODIuNzIzIDI3MS4wMjRDMjgyLjU1NyAyNzAuNTA0IDI4Mi4zMTYgMjcwLjEyNCAyODIgMjY5Ljg4N0MyODEuNjg0IDI2OS42NDkgMjgxLjI4NyAyNjkuNTMgMjgwLjgwOSAyNjkuNTNDMjgwLjI1OCAyNjkuNTMgMjc5Ljc5OCAyNjkuNjYyIDI3OS40MjcgMjY5LjkyNkMyNzkuMDU5IDI3MC4xODkgMjc4LjggMjcwLjU0NCAyNzguNjUgMjcwLjk5QzI3OC41MDEgMjcxLjQzMyAyNzguNDI2IDI3MS44OSAyNzguNDI2IDI3Mi4zNjJDMjc4LjQyNiAyNzIuOTcxIDI3OC41MTQgMjczLjUwMyAyNzguNjg5IDI3My45NTlDMjc4Ljg2OCAyNzQuNDExIDI3OS4xNDUgMjc0Ljc1IDI3OS41MiAyNzQuOTc1QzI3OS44OTQgMjc1LjE5OSAyODAuMjk5IDI3NS4zMTIgMjgwLjczNSAyNzUuMzEyQzI4MS4yNjYgMjc1LjMxMiAyODEuNzE1IDI3NS4xNTkgMjgyLjA4MyAyNzQuODUzQzI4Mi40NTEgMjc0LjU0NyAyODIuNyAyNzQuMDkyIDI4Mi44MyAyNzMuNDlaTTI4NC4zNjMgMjcwLjgxNEgyODguNTc3VjI3MS41NDJIMjg2LjkwN1YyNzZIMjg2LjAzM1YyNzEuNTQySDI4NC4zNjNWMjcwLjgxNFpNMjkyLjY4NCAyNzUuMzZDMjkyLjM1OCAyNzUuNjM3IDI5Mi4wNDQgMjc1LjgzMiAyOTEuNzQxIDI3NS45NDZDMjkxLjQ0MiAyNzYuMDYgMjkxLjExOSAyNzYuMTE3IDI5MC43NzQgMjc2LjExN0MyOTAuMjA1IDI3Ni4xMTcgMjg5Ljc2NyAyNzUuOTc5IDI4OS40NjEgMjc1LjcwMkMyODkuMTU1IDI3NS40MjIgMjg5LjAwMiAyNzUuMDY2IDI4OS4wMDIgMjc0LjYzM0MyODkuMDAyIDI3NC4zNzkgMjg5LjA1OSAyNzQuMTQ4IDI4OS4xNzMgMjczLjkzOUMyODkuMjkgMjczLjcyOCAyODkuNDQxIDI3My41NTkgMjg5LjYyNyAyNzMuNDMyQzI4OS44MTYgMjczLjMwNSAyOTAuMDI3IDI3My4yMDkgMjkwLjI2MiAyNzMuMTQ0QzI5MC40MzQgMjczLjA5OCAyOTAuNjk1IDI3My4wNTQgMjkxLjA0MyAyNzMuMDEyQzI5MS43NTMgMjcyLjkyNyAyOTIuMjc1IDI3Mi44MjYgMjkyLjYxIDI3Mi43MDlDMjkyLjYxNCAyNzIuNTg5IDI5Mi42MTUgMjcyLjUxMiAyOTIuNjE1IDI3Mi40NzlDMjkyLjYxNSAyNzIuMTIxIDI5Mi41MzIgMjcxLjg2OSAyOTIuMzY2IDI3MS43MjNDMjkyLjE0MiAyNzEuNTI0IDI5MS44MDggMjcxLjQyNSAyOTEuMzY1IDI3MS40MjVDMjkwLjk1MiAyNzEuNDI1IDI5MC42NDYgMjcxLjQ5OCAyOTAuNDQ3IDI3MS42NDVDMjkwLjI1MiAyNzEuNzg4IDI5MC4xMDcgMjcyLjA0MyAyOTAuMDEzIDI3Mi40MTFMMjg5LjE1MyAyNzIuMjk0QzI4OS4yMzEgMjcxLjkyNiAyODkuMzYgMjcxLjYzIDI4OS41MzkgMjcxLjQwNUMyODkuNzE4IDI3MS4xNzcgMjg5Ljk3NyAyNzEuMDAzIDI5MC4zMTUgMjcwLjg4M0MyOTAuNjU0IDI3MC43NTkgMjkxLjA0NiAyNzAuNjk3IDI5MS40OTIgMjcwLjY5N0MyOTEuOTM1IDI3MC42OTcgMjkyLjI5NSAyNzAuNzQ5IDI5Mi41NzEgMjcwLjg1NEMyOTIuODQ4IDI3MC45NTggMjkzLjA1MSAyNzEuMDkgMjkzLjE4MiAyNzEuMjQ5QzI5My4zMTIgMjcxLjQwNSAyOTMuNDAzIDI3MS42MDQgMjkzLjQ1NSAyNzEuODQ1QzI5My40ODQgMjcxLjk5NCAyOTMuNDk5IDI3Mi4yNjUgMjkzLjQ5OSAyNzIuNjU1VjI3My44MjdDMjkzLjQ5OSAyNzQuNjQ0IDI5My41MTcgMjc1LjE2MiAyOTMuNTUzIDI3NS4zOEMyOTMuNTkyIDI3NS41OTUgMjkzLjY2NyAyNzUuODAxIDI5My43NzcgMjc2SDI5Mi44NTlDMjkyLjc2OCAyNzUuODE4IDI5Mi43MSAyNzUuNjA0IDI5Mi42ODQgMjc1LjM2Wk0yOTIuNjEgMjczLjM5N0MyOTIuMjkxIDI3My41MjggMjkxLjgxMyAyNzMuNjM4IDI5MS4xNzUgMjczLjcyOUMyOTAuODEzIDI3My43ODIgMjkwLjU1OCAyNzMuODQgMjkwLjQwOCAyNzMuOTA1QzI5MC4yNTggMjczLjk3IDI5MC4xNDMgMjc0LjA2NiAyOTAuMDYyIDI3NC4xOTNDMjg5Ljk4IDI3NC4zMTcgMjg5LjkzOSAyNzQuNDU1IDI4OS45MzkgMjc0LjYwOEMyODkuOTM5IDI3NC44NDMgMjkwLjAyNyAyNzUuMDM4IDI5MC4yMDMgMjc1LjE5NEMyOTAuMzgyIDI3NS4zNTEgMjkwLjY0MyAyNzUuNDI5IDI5MC45ODQgMjc1LjQyOUMyOTEuMzIzIDI3NS40MjkgMjkxLjYyNCAyNzUuMzU1IDI5MS44ODggMjc1LjIwOUMyOTIuMTUxIDI3NS4wNTkgMjkyLjM0NSAyNzQuODU2IDI5Mi40NjkgMjc0LjU5OUMyOTIuNTYzIDI3NC40IDI5Mi42MSAyNzQuMTA3IDI5Mi42MSAyNzMuNzJWMjczLjM5N1pNMjk0Ljg3MSAyNzAuODE0SDI5NS43NVYyNzIuOTczSDI5OC4xODdWMjcwLjgxNEgyOTkuMDY1VjI3NkgyOTguMTg3VjI3My43SDI5NS43NVYyNzZIMjk0Ljg3MVYyNzAuODE0Wk0zMDEuMDg3IDI3MC44MTRIMzA0LjdWMjc1LjI3N0gzMDUuMjYyVjI3Ny40N0gzMDQuNTM5VjI3NkgzMDAuNDU3VjI3Ny40N0gyOTkuNzM0VjI3NS4yNzdIMzAwLjE5OEMzMDAuODE3IDI3NC40MzggMzAxLjExMyAyNzIuOTUgMzAxLjA4NyAyNzAuODE0Wk0zMDEuODE5IDI3MS41NDJDMzAxLjc1NCAyNzMuMjI1IDMwMS40OTQgMjc0LjQ3IDMwMS4wMzggMjc1LjI3N0gzMDMuODI2VjI3MS41NDJIMzAxLjgxOVpNMzA5LjYxNyAyNzUuMzZDMzA5LjI5MiAyNzUuNjM3IDMwOC45NzggMjc1LjgzMiAzMDguNjc1IDI3NS45NDZDMzA4LjM3NSAyNzYuMDYgMzA4LjA1MyAyNzYuMTE3IDMwNy43MDggMjc2LjExN0MzMDcuMTM4IDI3Ni4xMTcgMzA2LjcwMSAyNzUuOTc5IDMwNi4zOTUgMjc1LjcwMkMzMDYuMDg5IDI3NS40MjIgMzA1LjkzNiAyNzUuMDY2IDMwNS45MzYgMjc0LjYzM0MzMDUuOTM2IDI3NC4zNzkgMzA1Ljk5MyAyNzQuMTQ4IDMwNi4xMDYgMjczLjkzOUMzMDYuMjI0IDI3My43MjggMzA2LjM3NSAyNzMuNTU5IDMwNi41NjEgMjczLjQzMkMzMDYuNzQ5IDI3My4zMDUgMzA2Ljk2MSAyNzMuMjA5IDMwNy4xOTUgMjczLjE0NEMzMDcuMzY4IDI3My4wOTggMzA3LjYyOCAyNzMuMDU0IDMwNy45NzcgMjczLjAxMkMzMDguNjg2IDI3Mi45MjcgMzA5LjIwOSAyNzIuODI2IDMwOS41NDQgMjcyLjcwOUMzMDkuNTQ3IDI3Mi41ODkgMzA5LjU0OSAyNzIuNTEyIDMwOS41NDkgMjcyLjQ3OUMzMDkuNTQ5IDI3Mi4xMjEgMzA5LjQ2NiAyNzEuODY5IDMwOS4zIDI3MS43MjNDMzA5LjA3NSAyNzEuNTI0IDMwOC43NDIgMjcxLjQyNSAzMDguMjk5IDI3MS40MjVDMzA3Ljg4NSAyNzEuNDI1IDMwNy41NzkgMjcxLjQ5OCAzMDcuMzgxIDI3MS42NDVDMzA3LjE4NiAyNzEuNzg4IDMwNy4wNDEgMjcyLjA0MyAzMDYuOTQ2IDI3Mi40MTFMMzA2LjA4NyAyNzIuMjk0QzMwNi4xNjUgMjcxLjkyNiAzMDYuMjk0IDI3MS42MyAzMDYuNDczIDI3MS40MDVDMzA2LjY1MiAyNzEuMTc3IDMwNi45MSAyNzEuMDAzIDMwNy4yNDkgMjcwLjg4M0MzMDcuNTg4IDI3MC43NTkgMzA3Ljk4IDI3MC42OTcgMzA4LjQyNiAyNzAuNjk3QzMwOC44NjggMjcwLjY5NyAzMDkuMjI4IDI3MC43NDkgMzA5LjUwNSAyNzAuODU0QzMwOS43ODIgMjcwLjk1OCAzMDkuOTg1IDI3MS4wOSAzMTAuMTE1IDI3MS4yNDlDMzEwLjI0NSAyNzEuNDA1IDMxMC4zMzcgMjcxLjYwNCAzMTAuMzg5IDI3MS44NDVDMzEwLjQxOCAyNzEuOTk0IDMxMC40MzMgMjcyLjI2NSAzMTAuNDMzIDI3Mi42NTVWMjczLjgyN0MzMTAuNDMzIDI3NC42NDQgMzEwLjQ1MSAyNzUuMTYyIDMxMC40ODYgMjc1LjM4QzMxMC41MjUgMjc1LjU5NSAzMTAuNiAyNzUuODAxIDMxMC43MTEgMjc2SDMwOS43OTNDMzA5LjcwMiAyNzUuODE4IDMwOS42NDMgMjc1LjYwNCAzMDkuNjE3IDI3NS4zNlpNMzA5LjU0NCAyNzMuMzk3QzMwOS4yMjUgMjczLjUyOCAzMDguNzQ2IDI3My42MzggMzA4LjEwOCAyNzMuNzI5QzMwNy43NDcgMjczLjc4MiAzMDcuNDkyIDI3My44NCAzMDcuMzQyIDI3My45MDVDMzA3LjE5MiAyNzMuOTcgMzA3LjA3NiAyNzQuMDY2IDMwNi45OTUgMjc0LjE5M0MzMDYuOTE0IDI3NC4zMTcgMzA2Ljg3MyAyNzQuNDU1IDMwNi44NzMgMjc0LjYwOEMzMDYuODczIDI3NC44NDMgMzA2Ljk2MSAyNzUuMDM4IDMwNy4xMzcgMjc1LjE5NEMzMDcuMzE2IDI3NS4zNTEgMzA3LjU3NiAyNzUuNDI5IDMwNy45MTggMjc1LjQyOUMzMDguMjU3IDI3NS40MjkgMzA4LjU1OCAyNzUuMzU1IDMwOC44MjEgMjc1LjIwOUMzMDkuMDg1IDI3NS4wNTkgMzA5LjI3OSAyNzQuODU2IDMwOS40MDIgMjc0LjU5OUMzMDkuNDk3IDI3NC40IDMwOS41NDQgMjc0LjEwNyAzMDkuNTQ0IDI3My43MlYyNzMuMzk3Wk0zMTEuOCAyNzcuOTg3VjI3MC44MTRIMzEyLjYwMVYyNzEuNDg4QzMxMi43ODkgMjcxLjIyNSAzMTMuMDAzIDI3MS4wMjggMzEzLjI0IDI3MC44OTdDMzEzLjQ3OCAyNzAuNzY0IDMxMy43NjYgMjcwLjY5NyAzMTQuMTA0IDI3MC42OTdDMzE0LjU0NyAyNzAuNjk3IDMxNC45MzggMjcwLjgxMSAzMTUuMjc2IDI3MS4wMzlDMzE1LjYxNSAyNzEuMjY3IDMxNS44NyAyNzEuNTg5IDMxNi4wNDMgMjcyLjAwNkMzMTYuMjE1IDI3Mi40MTkgMzE2LjMwMiAyNzIuODczIDMxNi4zMDIgMjczLjM2OEMzMTYuMzAyIDI3My44OTkgMzE2LjIwNiAyNzQuMzc3IDMxNi4wMTQgMjc0LjgwNEMzMTUuODI1IDI3NS4yMjcgMzE1LjU0OCAyNzUuNTUyIDMxNS4xODQgMjc1Ljc4QzMxNC44MjIgMjc2LjAwNSAzMTQuNDQxIDI3Ni4xMTcgMzE0LjA0MSAyNzYuMTE3QzMxMy43NDggMjc2LjExNyAzMTMuNDg0IDI3Ni4wNTUgMzEzLjI1IDI3NS45MzJDMzEzLjAxOSAyNzUuODA4IDMxMi44MjggMjc1LjY1MiAzMTIuNjc5IDI3NS40NjNWMjc3Ljk4N0gzMTEuOFpNMzEyLjU5NiAyNzMuNDM3QzMxMi41OTYgMjc0LjEwNCAzMTIuNzMxIDI3NC41OTcgMzEzLjAwMSAyNzQuOTE2QzMxMy4yNzEgMjc1LjIzNSAzMTMuNTk4IDI3NS4zOTUgMzEzLjk4MiAyNzUuMzk1QzMxNC4zNzMgMjc1LjM5NSAzMTQuNzA3IDI3NS4yMyAzMTQuOTgzIDI3NC45MDFDMzE1LjI2MyAyNzQuNTY5IDMxNS40MDMgMjc0LjA1NyAzMTUuNDAzIDI3My4zNjNDMzE1LjQwMyAyNzIuNzAyIDMxNS4yNjcgMjcyLjIwOCAzMTQuOTkzIDI3MS44NzlDMzE0LjcyMyAyNzEuNTUgMzE0LjM5OSAyNzEuMzg2IDMxNC4wMjEgMjcxLjM4NkMzMTMuNjQ3IDI3MS4zODYgMzEzLjMxNSAyNzEuNTYyIDMxMy4wMjUgMjcxLjkxM0MzMTIuNzM5IDI3Mi4yNjEgMzEyLjU5NiAyNzIuNzY5IDMxMi41OTYgMjczLjQzN1pNMzE2LjY2OCAyNzAuODE0SDMyMC44ODJWMjcxLjU0MkgzMTkuMjEyVjI3NkgzMTguMzM4VjI3MS41NDJIMzE2LjY2OFYyNzAuODE0Wk0zMjQuNjI3IDI2OC44NDJIMzMwLjI1N1YyNzZIMzI5LjMwNVYyNjkuNjg3SDMyNS41NzRWMjc2SDMyNC42MjdWMjY4Ljg0MlpNMzMyLjEyMiAyNzAuODE0SDMzNi4yMDRWMjc2SDMzNS4zM1YyNzEuNTQySDMzMy4wMDFWMjc0LjEyNUMzMzMuMDAxIDI3NC43MjcgMzMyLjk4MSAyNzUuMTI0IDMzMi45NDIgMjc1LjMxNkMzMzIuOTAzIDI3NS41MDggMzMyLjc5NiAyNzUuNjc2IDMzMi42MiAyNzUuODE5QzMzMi40NDQgMjc1Ljk2MyAzMzIuMTkgMjc2LjAzNCAzMzEuODU4IDI3Ni4wMzRDMzMxLjY1MyAyNzYuMDM0IDMzMS40MTcgMjc2LjAyMSAzMzEuMTUgMjc1Ljk5NVYyNzUuMjYzSDMzMS41MzZDMzMxLjcxOCAyNzUuMjYzIDMzMS44NDkgMjc1LjI0NSAzMzEuOTI3IDI3NS4yMDlDMzMyLjAwNSAyNzUuMTcgMzMyLjA1NyAyNzUuMTEgMzMyLjA4MyAyNzUuMDI4QzMzMi4xMDkgMjc0Ljk0NyAzMzIuMTIyIDI3NC42ODIgMzMyLjEyMiAyNzQuMjMyVjI3MC44MTRaTTMzNy41NDIgMjcwLjgxNEgzMzguNDIxVjI3Mi45ODJIMzM5LjQ4NUMzMzkuNTYzIDI3Mi4yNCAzMzkuNzk1IDI3MS42NzQgMzQwLjE3OSAyNzEuMjgzQzM0MC41NjYgMjcwLjg5MyAzNDEuMDY3IDI3MC42OTcgMzQxLjY4MyAyNzAuNjk3QzM0Mi4yMDcgMjcwLjY5NyAzNDIuNjIgMjcwLjgwMyAzNDIuOTIzIDI3MS4wMTVDMzQzLjIyNiAyNzEuMjI2IDM0My40NzUgMjcxLjUxOCAzNDMuNjcgMjcxLjg4OUMzNDMuODY4IDI3Mi4yNiAzNDMuOTY4IDI3Mi43NTkgMzQzLjk2OCAyNzMuMzg4QzM0My45NjggMjc0LjI4MyAzNDMuNzY0IDI3NC45NjIgMzQzLjM1NyAyNzUuNDI0QzM0Mi45NTEgMjc1Ljg4NiAzNDIuMzk5IDI3Ni4xMTcgMzQxLjcwMiAyNzYuMTE3QzM0MS4wNTQgMjc2LjExNyAzNDAuNTM1IDI3NS45MDIgMzQwLjE0NSAyNzUuNDczQzMzOS43NTQgMjc1LjA0MyAzMzkuNTM0IDI3NC40NTQgMzM5LjQ4NSAyNzMuNzA1SDMzOC40MjFWMjc2SDMzNy41NDJWMjcwLjgxNFpNMzQxLjczMSAyNzEuNDQ0QzM0MS4zMDIgMjcxLjQ0NCAzNDAuOTY2IDI3MS42MSAzNDAuNzI2IDI3MS45NDJDMzQwLjQ4OCAyNzIuMjcxIDM0MC4zNjkgMjcyLjczMyAzNDAuMzY5IDI3My4zMjlDMzQwLjM2OSAyNzQuMDQyIDM0MC40OSAyNzQuNTY0IDM0MC43MyAyNzQuODk2QzM0MC45NzEgMjc1LjIyOSAzNDEuMjk0IDI3NS4zOTUgMzQxLjY5NyAyNzUuMzk1QzM0Mi4wOTggMjc1LjM5NSAzNDIuNDI1IDI3NS4yNDIgMzQyLjY3OSAyNzQuOTM2QzM0Mi45MzYgMjc0LjYyNiAzNDMuMDY0IDI3NC4xMyAzNDMuMDY0IDI3My40NDZDMzQzLjA2NCAyNzIuNzc5IDM0Mi45NTQgMjcyLjI3OSAzNDIuNzMyIDI3MS45NDdDMzQyLjUxMSAyNzEuNjEyIDM0Mi4xNzcgMjcxLjQ0NCAzNDEuNzMxIDI3MS40NDRaTTM0OC40MTYgMjc0LjEwMUwzNDkuMjggMjc0LjIxM0MzNDkuMTg2IDI3NC44MDkgMzQ4Ljk0MyAyNzUuMjc2IDM0OC41NTMgMjc1LjYxNEMzNDguMTY1IDI3NS45NSAzNDcuNjg4IDI3Ni4xMTcgMzQ3LjEyMiAyNzYuMTE3QzM0Ni40MTIgMjc2LjExNyAzNDUuODQxIDI3NS44ODYgMzQ1LjQwOCAyNzUuNDI0QzM0NC45NzkgMjc0Ljk1OCAzNDQuNzY0IDI3NC4yOTMgMzQ0Ljc2NCAyNzMuNDI3QzM0NC43NjQgMjcyLjg2NyAzNDQuODU2IDI3Mi4zNzcgMzQ1LjA0MiAyNzEuOTU3QzM0NS4yMjggMjcxLjUzNyAzNDUuNTA5IDI3MS4yMjMgMzQ1Ljg4NyAyNzEuMDE1QzM0Ni4yNjggMjcwLjgwMyAzNDYuNjgxIDI3MC42OTcgMzQ3LjEyNyAyNzAuNjk3QzM0Ny42OSAyNzAuNjk3IDM0OC4xNTEgMjcwLjg0IDM0OC41MDkgMjcxLjEyN0MzNDguODY3IDI3MS40MSAzNDkuMDk2IDI3MS44MTQgMzQ5LjE5NyAyNzIuMzM4TDM0OC4zNDMgMjcyLjQ3QzM0OC4yNjEgMjcyLjEyMSAzNDguMTE3IDI3MS44NTkgMzQ3LjkwOCAyNzEuNjg0QzM0Ny43MDMgMjcxLjUwOCAzNDcuNDU0IDI3MS40MiAzNDcuMTYxIDI3MS40MkMzNDYuNzE4IDI3MS40MiAzNDYuMzU5IDI3MS41NzkgMzQ2LjA4MiAyNzEuODk4QzM0NS44MDUgMjcyLjIxNCAzNDUuNjY3IDI3Mi43MTUgMzQ1LjY2NyAyNzMuNDAyQzM0NS42NjcgMjc0LjA5OSAzNDUuOCAyNzQuNjA1IDM0Ni4wNjcgMjc0LjkyMUMzNDYuMzM0IDI3NS4yMzcgMzQ2LjY4MyAyNzUuMzk1IDM0Ny4xMTIgMjc1LjM5NUMzNDcuNDU3IDI3NS4zOTUgMzQ3Ljc0NSAyNzUuMjg5IDM0Ny45NzcgMjc1LjA3N0MzNDguMjA4IDI3NC44NjYgMzQ4LjM1NCAyNzQuNTQgMzQ4LjQxNiAyNzQuMTAxWk0zNTMuMjM1IDI3My40MjJMMzUxLjk2MSAyNzEuMTk1SDM1Mi42ODRMMzU0LjI0MSAyNzMuNDIyTDM1Mi42ODQgMjc1LjY0OEgzNTEuOTY2TDM1My4yMzUgMjczLjQyMlpNMzUxLjM0NiAyNzMuNDIyTDM1MC4wNTcgMjcxLjE5NUgzNTAuNzk0TDM1Mi4zMjcgMjczLjQyMkwzNTAuNzk0IDI3NS42NDhIMzUwLjA1N0wzNTEuMzQ2IDI3My40MjJaTTM1OC4zODIgMjcwLjgxNEgzNTkuMjYxVjI3NC43N0wzNjEuNjk3IDI3MC44MTRIMzYyLjY0NVYyNzZIMzYxLjc2NlYyNzIuMDY5TDM1OS4zMjkgMjc2SDM1OC4zODJWMjcwLjgxNFpNMzY3Ljc1MiAyNzMuNDIyTDM2OS4wMTcgMjc1LjY0OEgzNjguMzA0TDM2Ni43NDYgMjczLjQyMkwzNjguMzA0IDI3MS4xOTVIMzY5LjAyNkwzNjcuNzUyIDI3My40MjJaTTM2OS42NDIgMjczLjQyMkwzNzAuOTMxIDI3NS42NDhIMzcwLjE4OEwzNjguNjYgMjczLjQyMkwzNzAuMTg4IDI3MS4xOTVIMzcwLjkzMUwzNjkuNjQyIDI3My40MjJaTTM3Ny41MzcgMjczLjQ5TDM3OC40ODQgMjczLjcyOUMzNzguMjg2IDI3NC41MDcgMzc3LjkyOCAyNzUuMTAyIDM3Ny40MSAyNzUuNTEyQzM3Ni44OTYgMjc1LjkxOSAzNzYuMjY2IDI3Ni4xMjIgMzc1LjUyMSAyNzYuMTIyQzM3NC43NDkgMjc2LjEyMiAzNzQuMTIxIDI3NS45NjYgMzczLjYzNiAyNzUuNjUzQzM3My4xNTQgMjc1LjMzOCAzNzIuNzg2IDI3NC44ODIgMzcyLjUzMiAyNzQuMjg2QzM3Mi4yODIgMjczLjY5IDM3Mi4xNTYgMjczLjA1MSAzNzIuMTU2IDI3Mi4zNjdDMzcyLjE1NiAyNzEuNjIyIDM3Mi4yOTggMjcwLjk3MiAzNzIuNTgxIDI3MC40MTlDMzcyLjg2OCAyNjkuODYyIDM3My4yNzMgMjY5LjQ0MSAzNzMuNzk3IDI2OS4xNTRDMzc0LjMyNCAyNjguODY1IDM3NC45MDQgMjY4LjcyIDM3NS41MzUgMjY4LjcyQzM3Ni4yNTEgMjY4LjcyIDM3Ni44NTQgMjY4LjkwMiAzNzcuMzQyIDI2OS4yNjdDMzc3LjgzIDI2OS42MzEgMzc4LjE3IDI3MC4xNDQgMzc4LjM2MiAyNzAuODA1TDM3Ny40MyAyNzEuMDI0QzM3Ny4yNjQgMjcwLjUwNCAzNzcuMDIzIDI3MC4xMjQgMzc2LjcwNyAyNjkuODg3QzM3Ni4zOTEgMjY5LjY0OSAzNzUuOTk0IDI2OS41MyAzNzUuNTE2IDI2OS41M0MzNzQuOTY1IDI2OS41MyAzNzQuNTA1IDI2OS42NjIgMzc0LjEzNCAyNjkuOTI2QzM3My43NjYgMjcwLjE4OSAzNzMuNTA3IDI3MC41NDQgMzczLjM1NyAyNzAuOTlDMzczLjIwOCAyNzEuNDMzIDM3My4xMzMgMjcxLjg5IDM3My4xMzMgMjcyLjM2MkMzNzMuMTMzIDI3Mi45NzEgMzczLjIyMSAyNzMuNTAzIDM3My4zOTYgMjczLjk1OUMzNzMuNTc2IDI3NC40MTEgMzczLjg1MiAyNzQuNzUgMzc0LjIyNyAyNzQuOTc1QzM3NC42MDEgMjc1LjE5OSAzNzUuMDA2IDI3NS4zMTIgMzc1LjQ0MiAyNzUuMzEyQzM3NS45NzMgMjc1LjMxMiAzNzYuNDIyIDI3NS4xNTkgMzc2Ljc5IDI3NC44NTNDMzc3LjE1OCAyNzQuNTQ3IDM3Ny40MDcgMjc0LjA5MiAzNzcuNTM3IDI3My40OVpNMzc5LjA3IDI3MC44MTRIMzgzLjI4NFYyNzEuNTQySDM4MS42MTRWMjc2SDM4MC43NFYyNzEuNTQySDM3OS4wN1YyNzAuODE0Wk0zODcuMzkxIDI3NS4zNkMzODcuMDY1IDI3NS42MzcgMzg2Ljc1MSAyNzUuODMyIDM4Ni40NDggMjc1Ljk0NkMzODYuMTQ5IDI3Ni4wNiAzODUuODI2IDI3Ni4xMTcgMzg1LjQ4MSAyNzYuMTE3QzM4NC45MTIgMjc2LjExNyAzODQuNDc0IDI3NS45NzkgMzg0LjE2OCAyNzUuNzAyQzM4My44NjIgMjc1LjQyMiAzODMuNzA5IDI3NS4wNjYgMzgzLjcwOSAyNzQuNjMzQzM4My43MDkgMjc0LjM3OSAzODMuNzY2IDI3NC4xNDggMzgzLjg4IDI3My45MzlDMzgzLjk5NyAyNzMuNzI4IDM4NC4xNDggMjczLjU1OSAzODQuMzM0IDI3My40MzJDMzg0LjUyMyAyNzMuMzA1IDM4NC43MzQgMjczLjIwOSAzODQuOTY5IDI3My4xNDRDMzg1LjE0MSAyNzMuMDk4IDM4NS40MDIgMjczLjA1NCAzODUuNzUgMjczLjAxMkMzODYuNDYgMjcyLjkyNyAzODYuOTgyIDI3Mi44MjYgMzg3LjMxNyAyNzIuNzA5QzM4Ny4zMjEgMjcyLjU4OSAzODcuMzIyIDI3Mi41MTIgMzg3LjMyMiAyNzIuNDc5QzM4Ny4zMjIgMjcyLjEyMSAzODcuMjM5IDI3MS44NjkgMzg3LjA3MyAyNzEuNzIzQzM4Ni44NDkgMjcxLjUyNCAzODYuNTE1IDI3MS40MjUgMzg2LjA3MiAyNzEuNDI1QzM4NS42NTkgMjcxLjQyNSAzODUuMzUzIDI3MS40OTggMzg1LjE1NCAyNzEuNjQ1QzM4NC45NTkgMjcxLjc4OCAzODQuODE0IDI3Mi4wNDMgMzg0LjcyIDI3Mi40MTFMMzgzLjg2IDI3Mi4yOTRDMzgzLjkzOCAyNzEuOTI2IDM4NC4wNjcgMjcxLjYzIDM4NC4yNDYgMjcxLjQwNUMzODQuNDI1IDI3MS4xNzcgMzg0LjY4NCAyNzEuMDAzIDM4NS4wMjIgMjcwLjg4M0MzODUuMzYxIDI3MC43NTkgMzg1Ljc1MyAyNzAuNjk3IDM4Ni4xOTkgMjcwLjY5N0MzODYuNjQyIDI3MC42OTcgMzg3LjAwMiAyNzAuNzQ5IDM4Ny4yNzggMjcwLjg1NEMzODcuNTU1IDI3MC45NTggMzg3Ljc1OCAyNzEuMDkgMzg3Ljg4OSAyNzEuMjQ5QzM4OC4wMTkgMjcxLjQwNSAzODguMTEgMjcxLjYwNCAzODguMTYyIDI3MS44NDVDMzg4LjE5MSAyNzEuOTk0IDM4OC4yMDYgMjcyLjI2NSAzODguMjA2IDI3Mi42NTVWMjczLjgyN0MzODguMjA2IDI3NC42NDQgMzg4LjIyNCAyNzUuMTYyIDM4OC4yNiAyNzUuMzhDMzg4LjI5OSAyNzUuNTk1IDM4OC4zNzQgMjc1LjgwMSAzODguNDg0IDI3NkgzODcuNTY2QzM4Ny40NzUgMjc1LjgxOCAzODcuNDE3IDI3NS42MDQgMzg3LjM5MSAyNzUuMzZaTTM4Ny4zMTcgMjczLjM5N0MzODYuOTk4IDI3My41MjggMzg2LjUyIDI3My42MzggMzg1Ljg4MiAyNzMuNzI5QzM4NS41MjEgMjczLjc4MiAzODUuMjY1IDI3My44NCAzODUuMTE1IDI3My45MDVDMzg0Ljk2NSAyNzMuOTcgMzg0Ljg1IDI3NC4wNjYgMzg0Ljc2OSAyNzQuMTkzQzM4NC42ODcgMjc0LjMxNyAzODQuNjQ2IDI3NC40NTUgMzg0LjY0NiAyNzQuNjA4QzM4NC42NDYgMjc0Ljg0MyAzODQuNzM0IDI3NS4wMzggMzg0LjkxIDI3NS4xOTRDMzg1LjA4OSAyNzUuMzUxIDM4NS4zNSAyNzUuNDI5IDM4NS42OTEgMjc1LjQyOUMzODYuMDMgMjc1LjQyOSAzODYuMzMxIDI3NS4zNTUgMzg2LjU5NSAyNzUuMjA5QzM4Ni44NTggMjc1LjA1OSAzODcuMDUyIDI3NC44NTYgMzg3LjE3NiAyNzQuNTk5QzM4Ny4yNyAyNzQuNCAzODcuMzE3IDI3NC4xMDcgMzg3LjMxNyAyNzMuNzJWMjczLjM5N1pNMzg5LjU3OCAyNzAuODE0SDM5MC40NTdWMjcyLjk3M0gzOTIuODk0VjI3MC44MTRIMzkzLjc3MlYyNzZIMzkyLjg5NFYyNzMuN0gzOTAuNDU3VjI3NkgzODkuNTc4VjI3MC44MTRaTTM5NS43OTQgMjcwLjgxNEgzOTkuNDA3VjI3NS4yNzdIMzk5Ljk2OVYyNzcuNDdIMzk5LjI0NlYyNzZIMzk1LjE2NFYyNzcuNDdIMzk0LjQ0MVYyNzUuMjc3SDM5NC45MDVDMzk1LjUyNCAyNzQuNDM4IDM5NS44MiAyNzIuOTUgMzk1Ljc5NCAyNzAuODE0Wk0zOTYuNTI2IDI3MS41NDJDMzk2LjQ2MSAyNzMuMjI1IDM5Ni4yMDEgMjc0LjQ3IDM5NS43NDUgMjc1LjI3N0gzOTguNTMzVjI3MS41NDJIMzk2LjUyNlpNNDA0LjMyNCAyNzUuMzZDNDAzLjk5OSAyNzUuNjM3IDQwMy42ODUgMjc1LjgzMiA0MDMuMzgyIDI3NS45NDZDNDAzLjA4MiAyNzYuMDYgNDAyLjc2IDI3Ni4xMTcgNDAyLjQxNSAyNzYuMTE3QzQwMS44NDUgMjc2LjExNyA0MDEuNDA4IDI3NS45NzkgNDAxLjEwMiAyNzUuNzAyQzQwMC43OTYgMjc1LjQyMiA0MDAuNjQzIDI3NS4wNjYgNDAwLjY0MyAyNzQuNjMzQzQwMC42NDMgMjc0LjM3OSA0MDAuNyAyNzQuMTQ4IDQwMC44MTMgMjczLjkzOUM0MDAuOTMxIDI3My43MjggNDAxLjA4MiAyNzMuNTU5IDQwMS4yNjggMjczLjQzMkM0MDEuNDU2IDI3My4zMDUgNDAxLjY2OCAyNzMuMjA5IDQwMS45MDIgMjczLjE0NEM0MDIuMDc1IDI3My4wOTggNDAyLjMzNSAyNzMuMDU0IDQwMi42ODQgMjczLjAxMkM0MDMuMzkzIDI3Mi45MjcgNDAzLjkxNiAyNzIuODI2IDQwNC4yNTEgMjcyLjcwOUM0MDQuMjU0IDI3Mi41ODkgNDA0LjI1NiAyNzIuNTEyIDQwNC4yNTYgMjcyLjQ3OUM0MDQuMjU2IDI3Mi4xMjEgNDA0LjE3MyAyNzEuODY5IDQwNC4wMDcgMjcxLjcyM0M0MDMuNzgyIDI3MS41MjQgNDAzLjQ0OSAyNzEuNDI1IDQwMy4wMDYgMjcxLjQyNUM0MDIuNTkyIDI3MS40MjUgNDAyLjI4NiAyNzEuNDk4IDQwMi4wODggMjcxLjY0NUM0MDEuODkzIDI3MS43ODggNDAxLjc0OCAyNzIuMDQzIDQwMS42NTMgMjcyLjQxMUw0MDAuNzk0IDI3Mi4yOTRDNDAwLjg3MiAyNzEuOTI2IDQwMS4wMDEgMjcxLjYzIDQwMS4xOCAyNzEuNDA1QzQwMS4zNTkgMjcxLjE3NyA0MDEuNjE4IDI3MS4wMDMgNDAxLjk1NiAyNzAuODgzQzQwMi4yOTUgMjcwLjc1OSA0MDIuNjg3IDI3MC42OTcgNDAzLjEzMyAyNzAuNjk3QzQwMy41NzYgMjcwLjY5NyA0MDMuOTM1IDI3MC43NDkgNDA0LjIxMiAyNzAuODU0QzQwNC40ODkgMjcwLjk1OCA0MDQuNjkyIDI3MS4wOSA0MDQuODIyIDI3MS4yNDlDNDA0Ljk1MiAyNzEuNDA1IDQwNS4wNDQgMjcxLjYwNCA0MDUuMDk2IDI3MS44NDVDNDA1LjEyNSAyNzEuOTk0IDQwNS4xNCAyNzIuMjY1IDQwNS4xNCAyNzIuNjU1VjI3My44MjdDNDA1LjE0IDI3NC42NDQgNDA1LjE1OCAyNzUuMTYyIDQwNS4xOTMgMjc1LjM4QzQwNS4yMzIgMjc1LjU5NSA0MDUuMzA3IDI3NS44MDEgNDA1LjQxOCAyNzZINDA0LjVDNDA0LjQwOSAyNzUuODE4IDQwNC4zNSAyNzUuNjA0IDQwNC4zMjQgMjc1LjM2Wk00MDQuMjUxIDI3My4zOTdDNDAzLjkzMiAyNzMuNTI4IDQwMy40NTMgMjczLjYzOCA0MDIuODE1IDI3My43MjlDNDAyLjQ1NCAyNzMuNzgyIDQwMi4xOTkgMjczLjg0IDQwMi4wNDkgMjczLjkwNUM0MDEuODk5IDI3My45NyA0MDEuNzg0IDI3NC4wNjYgNDAxLjcwMiAyNzQuMTkzQzQwMS42MjEgMjc0LjMxNyA0MDEuNTggMjc0LjQ1NSA0MDEuNTggMjc0LjYwOEM0MDEuNTggMjc0Ljg0MyA0MDEuNjY4IDI3NS4wMzggNDAxLjg0NCAyNzUuMTk0QzQwMi4wMjMgMjc1LjM1MSA0MDIuMjgzIDI3NS40MjkgNDAyLjYyNSAyNzUuNDI5QzQwMi45NjQgMjc1LjQyOSA0MDMuMjY1IDI3NS4zNTUgNDAzLjUyOCAyNzUuMjA5QzQwMy43OTIgMjc1LjA1OSA0MDMuOTg2IDI3NC44NTYgNDA0LjEwOSAyNzQuNTk5QzQwNC4yMDQgMjc0LjQgNDA0LjI1MSAyNzQuMTA3IDQwNC4yNTEgMjczLjcyVjI3My4zOTdaTTQwNi41MDcgMjc3Ljk4N1YyNzAuODE0SDQwNy4zMDhWMjcxLjQ4OEM0MDcuNDk2IDI3MS4yMjUgNDA3LjcxIDI3MS4wMjggNDA3Ljk0NyAyNzAuODk3QzQwOC4xODUgMjcwLjc2NCA0MDguNDczIDI3MC42OTcgNDA4LjgxMiAyNzAuNjk3QzQwOS4yNTQgMjcwLjY5NyA0MDkuNjQ1IDI3MC44MTEgNDA5Ljk4MyAyNzEuMDM5QzQxMC4zMjIgMjcxLjI2NyA0MTAuNTc3IDI3MS41ODkgNDEwLjc1IDI3Mi4wMDZDNDEwLjkyMyAyNzIuNDE5IDQxMS4wMDkgMjcyLjg3MyA0MTEuMDA5IDI3My4zNjhDNDExLjAwOSAyNzMuODk5IDQxMC45MTMgMjc0LjM3NyA0MTAuNzIxIDI3NC44MDRDNDEwLjUzMiAyNzUuMjI3IDQxMC4yNTUgMjc1LjU1MiA0MDkuODkxIDI3NS43OEM0MDkuNTI5IDI3Ni4wMDUgNDA5LjE0OCAyNzYuMTE3IDQwOC43NDggMjc2LjExN0M0MDguNDU1IDI3Ni4xMTcgNDA4LjE5MSAyNzYuMDU1IDQwNy45NTcgMjc1LjkzMkM0MDcuNzI2IDI3NS44MDggNDA3LjUzNSAyNzUuNjUyIDQwNy4zODYgMjc1LjQ2M1YyNzcuOTg3SDQwNi41MDdaTTQwNy4zMDMgMjczLjQzN0M0MDcuMzAzIDI3NC4xMDQgNDA3LjQzOCAyNzQuNTk3IDQwNy43MDggMjc0LjkxNkM0MDcuOTc4IDI3NS4yMzUgNDA4LjMwNSAyNzUuMzk1IDQwOC42ODkgMjc1LjM5NUM0MDkuMDggMjc1LjM5NSA0MDkuNDE0IDI3NS4yMyA0MDkuNjkgMjc0LjkwMUM0MDkuOTcgMjc0LjU2OSA0MTAuMTEgMjc0LjA1NyA0MTAuMTEgMjczLjM2M0M0MTAuMTEgMjcyLjcwMiA0MDkuOTc0IDI3Mi4yMDggNDA5LjcgMjcxLjg3OUM0MDkuNDMgMjcxLjU1IDQwOS4xMDYgMjcxLjM4NiA0MDguNzI5IDI3MS4zODZDNDA4LjM1NCAyNzEuMzg2IDQwOC4wMjIgMjcxLjU2MiA0MDcuNzMyIDI3MS45MTNDNDA3LjQ0NiAyNzIuMjYxIDQwNy4zMDMgMjcyLjc2OSA0MDcuMzAzIDI3My40MzdaTTQxMS4zNzUgMjcwLjgxNEg0MTUuNTg5VjI3MS41NDJINDEzLjkxOVYyNzZINDEzLjA0NVYyNzEuNTQySDQxMS4zNzVWMjcwLjgxNFpNNDE5LjYzMiAyNzMuNDIyTDQxOC4zNTcgMjcxLjE5NUg0MTkuMDhMNDIwLjYzOCAyNzMuNDIyTDQxOS4wOCAyNzUuNjQ4SDQxOC4zNjJMNDE5LjYzMiAyNzMuNDIyWk00MTcuNzQyIDI3My40MjJMNDE2LjQ1MyAyNzEuMTk1SDQxNy4xOUw0MTguNzI0IDI3My40MjJMNDE3LjE5IDI3NS42NDhINDE2LjQ1M0w0MTcuNzQyIDI3My40MjJaIiBmaWxsPSIjNDk0QjREIi8+CjxwYXRoIGQ9Ik0yMTkgMjAyQzIxOSAyMDAuODk1IDIxOS44OTUgMjAwIDIyMSAyMDBIMzI3QzMyOC4xMDUgMjAwIDMyOSAyMDAuODk1IDMyOSAyMDJWMjE2SDIxOVYyMDJaIiBmaWxsPSIjRURFRkYwIi8+CjxwYXRoIGQ9Ik0yMjQuMjMyIDIxMVYyMDMuODQySDIyNi45MThDMjI3LjQ2NSAyMDMuODQyIDIyNy45MDMgMjAzLjkxNSAyMjguMjMxIDIwNC4wNjJDMjI4LjU2MyAyMDQuMjA1IDIyOC44MjIgMjA0LjQyOCAyMjkuMDA4IDIwNC43M0MyMjkuMTk3IDIwNS4wMyAyMjkuMjkxIDIwNS4zNDQgMjI5LjI5MSAyMDUuNjczQzIyOS4yOTEgMjA1Ljk3OSAyMjkuMjA4IDIwNi4yNjcgMjI5LjA0MiAyMDYuNTM3QzIyOC44NzYgMjA2LjgwNyAyMjguNjI1IDIwNy4wMjUgMjI4LjI5IDIwNy4xOTFDMjI4LjcyMyAyMDcuMzE4IDIyOS4wNTUgMjA3LjUzNSAyMjkuMjg2IDIwNy44NDFDMjI5LjUyMSAyMDguMTQ3IDIyOS42MzggMjA4LjUwOCAyMjkuNjM4IDIwOC45MjVDMjI5LjYzOCAyMDkuMjYgMjI5LjU2NiAyMDkuNTczIDIyOS40MjMgMjA5Ljg2MkMyMjkuMjgzIDIxMC4xNDkgMjI5LjEwOSAyMTAuMzcgMjI4LjkgMjEwLjUyNkMyMjguNjkyIDIxMC42ODMgMjI4LjQzIDIxMC44MDEgMjI4LjExNCAyMTAuODgzQzIyNy44MDIgMjEwLjk2MSAyMjcuNDE4IDIxMSAyMjYuOTYyIDIxMUgyMjQuMjMyWk0yMjUuMTggMjA2Ljg1SDIyNi43MjhDMjI3LjE0NyAyMDYuODUgMjI3LjQ0OSAyMDYuODIyIDIyNy42MzEgMjA2Ljc2N0MyMjcuODcyIDIwNi42OTUgMjI4LjA1MiAyMDYuNTc2IDIyOC4xNzMgMjA2LjQxQzIyOC4yOTcgMjA2LjI0NCAyMjguMzU4IDIwNi4wMzYgMjI4LjM1OCAyMDUuNzg1QzIyOC4zNTggMjA1LjU0OCAyMjguMzAxIDIwNS4zMzkgMjI4LjE4OCAyMDUuMTZDMjI4LjA3NCAyMDQuOTc4IDIyNy45MTEgMjA0Ljg1NCAyMjcuNjk5IDIwNC43ODlDMjI3LjQ4OCAyMDQuNzIxIDIyNy4xMjUgMjA0LjY4NyAyMjYuNjEgMjA0LjY4N0gyMjUuMThWMjA2Ljg1Wk0yMjUuMTggMjEwLjE1NUgyMjYuOTYyQzIyNy4yNjggMjEwLjE1NSAyMjcuNDgzIDIxMC4xNDQgMjI3LjYwNiAyMTAuMTIxQzIyNy44MjUgMjEwLjA4MiAyMjguMDA3IDIxMC4wMTcgMjI4LjE1MyAyMDkuOTI2QzIyOC4zIDIwOS44MzUgMjI4LjQyIDIwOS43MDMgMjI4LjUxNSAyMDkuNTNDMjI4LjYwOSAyMDkuMzU0IDIyOC42NTYgMjA5LjE1MyAyMjguNjU2IDIwOC45MjVDMjI4LjY1NiAyMDguNjU4IDIyOC41ODggMjA4LjQyNyAyMjguNDUxIDIwOC4yMzFDMjI4LjMxNCAyMDguMDMzIDIyOC4xMjQgMjA3Ljg5NSAyMjcuODggMjA3LjgxNkMyMjcuNjM5IDIwNy43MzUgMjI3LjI5MSAyMDcuNjk0IDIyNi44MzUgMjA3LjY5NEgyMjUuMThWMjEwLjE1NVpNMjM0LjIxMyAyMTAuMzZDMjMzLjg4NyAyMTAuNjM3IDIzMy41NzMgMjEwLjgzMiAyMzMuMjcxIDIxMC45NDZDMjMyLjk3MSAyMTEuMDYgMjMyLjY0OSAyMTEuMTE3IDIzMi4zMDQgMjExLjExN0MyMzEuNzM0IDIxMS4xMTcgMjMxLjI5NiAyMTAuOTc5IDIzMC45OSAyMTAuNzAyQzIzMC42ODQgMjEwLjQyMiAyMzAuNTMxIDIxMC4wNjYgMjMwLjUzMSAyMDkuNjMzQzIzMC41MzEgMjA5LjM3OSAyMzAuNTg4IDIwOS4xNDggMjMwLjcwMiAyMDguOTM5QzIzMC44MTkgMjA4LjcyOCAyMzAuOTcxIDIwOC41NTkgMjMxLjE1NiAyMDguNDMyQzIzMS4zNDUgMjA4LjMwNSAyMzEuNTU3IDIwOC4yMDkgMjMxLjc5MSAyMDguMTQ0QzIzMS45NjQgMjA4LjA5OCAyMzIuMjI0IDIwOC4wNTQgMjMyLjU3MiAyMDguMDEyQzIzMy4yODIgMjA3LjkyNyAyMzMuODA0IDIwNy44MjYgMjM0LjE0IDIwNy43MDlDMjM0LjE0MyAyMDcuNTg5IDIzNC4xNDUgMjA3LjUxMiAyMzQuMTQ1IDIwNy40NzlDMjM0LjE0NSAyMDcuMTIxIDIzNC4wNjIgMjA2Ljg2OSAyMzMuODk2IDIwNi43MjNDMjMzLjY3MSAyMDYuNTI0IDIzMy4zMzcgMjA2LjQyNSAyMzIuODk1IDIwNi40MjVDMjMyLjQ4MSAyMDYuNDI1IDIzMi4xNzUgMjA2LjQ5OCAyMzEuOTc3IDIwNi42NDVDMjMxLjc4MSAyMDYuNzg4IDIzMS42MzYgMjA3LjA0MyAyMzEuNTQyIDIwNy40MTFMMjMwLjY4MyAyMDcuMjk0QzIzMC43NjEgMjA2LjkyNiAyMzAuODg5IDIwNi42MyAyMzEuMDY4IDIwNi40MDVDMjMxLjI0NyAyMDYuMTc3IDIzMS41MDYgMjA2LjAwMyAyMzEuODQ1IDIwNS44ODNDMjMyLjE4MyAyMDUuNzU5IDIzMi41NzYgMjA1LjY5NyAyMzMuMDIxIDIwNS42OTdDMjMzLjQ2NCAyMDUuNjk3IDIzMy44MjQgMjA1Ljc0OSAyMzQuMTAxIDIwNS44NTRDMjM0LjM3NyAyMDUuOTU4IDIzNC41ODEgMjA2LjA5IDIzNC43MTEgMjA2LjI0OUMyMzQuODQxIDIwNi40MDUgMjM0LjkzMiAyMDYuNjA0IDIzNC45ODQgMjA2Ljg0NUMyMzUuMDE0IDIwNi45OTQgMjM1LjAyOCAyMDcuMjY1IDIzNS4wMjggMjA3LjY1NVYyMDguODI3QzIzNS4wMjggMjA5LjY0NCAyMzUuMDQ2IDIxMC4xNjIgMjM1LjA4MiAyMTAuMzhDMjM1LjEyMSAyMTAuNTk1IDIzNS4xOTYgMjEwLjgwMSAyMzUuMzA3IDIxMUgyMzQuMzg5QzIzNC4yOTggMjEwLjgxOCAyMzQuMjM5IDIxMC42MDQgMjM0LjIxMyAyMTAuMzZaTTIzNC4xNCAyMDguMzk3QzIzMy44MjEgMjA4LjUyOCAyMzMuMzQyIDIwOC42MzggMjMyLjcwNCAyMDguNzI5QzIzMi4zNDMgMjA4Ljc4MiAyMzIuMDg3IDIwOC44NCAyMzEuOTM4IDIwOC45MDVDMjMxLjc4OCAyMDguOTcgMjMxLjY3MiAyMDkuMDY2IDIzMS41OTEgMjA5LjE5M0MyMzEuNTA5IDIwOS4zMTcgMjMxLjQ2OSAyMDkuNDU1IDIzMS40NjkgMjA5LjYwOEMyMzEuNDY5IDIwOS44NDMgMjMxLjU1NyAyMTAuMDM4IDIzMS43MzIgMjEwLjE5NEMyMzEuOTExIDIxMC4zNTEgMjMyLjE3MiAyMTAuNDI5IDIzMi41MTQgMjEwLjQyOUMyMzIuODUyIDIxMC40MjkgMjMzLjE1MyAyMTAuMzU1IDIzMy40MTcgMjEwLjIwOUMyMzMuNjgxIDIxMC4wNTkgMjMzLjg3NCAyMDkuODU2IDIzMy45OTggMjA5LjU5OUMyMzQuMDkyIDIwOS40IDIzNC4xNCAyMDkuMTA3IDIzNC4xNCAyMDguNzJWMjA4LjM5N1pNMjM2LjM5MSAyMDUuODE0SDIzNy4yN1YyMDguMDU2QzIzNy41NDkgMjA4LjA1NiAyMzcuNzQ1IDIwOC4wMDIgMjM3Ljg1NSAyMDcuODk1QzIzNy45NjkgMjA3Ljc4NyAyMzguMTM1IDIwNy40NzUgMjM4LjM1NCAyMDYuOTU3QzIzOC41MjYgMjA2LjU0NyAyMzguNjY2IDIwNi4yNzcgMjM4Ljc3MyAyMDYuMTQ2QzIzOC44ODEgMjA2LjAxNiAyMzkuMDA1IDIwNS45MjggMjM5LjE0NSAyMDUuODgzQzIzOS4yODUgMjA1LjgzNyAyMzkuNTA5IDIwNS44MTQgMjM5LjgxOCAyMDUuODE0SDIzOS45OTRWMjA2LjU0MkwyMzkuNzUgMjA2LjUzN0MyMzkuNTE5IDIwNi41MzcgMjM5LjM3MSAyMDYuNTcxIDIzOS4zMDYgMjA2LjY0QzIzOS4yMzcgMjA2LjcxMSAyMzkuMTMzIDIwNi45MjQgMjM4Ljk5MyAyMDcuMjc5QzIzOC44NiAyMDcuNjE4IDIzOC43MzggMjA3Ljg1MiAyMzguNjI3IDIwNy45ODJDMjM4LjUxNiAyMDguMTEzIDIzOC4zNDUgMjA4LjIzMSAyMzguMTE0IDIwOC4zMzlDMjM4LjQ5MiAyMDguNDQgMjM4Ljg2MyAyMDguNzkxIDIzOS4yMjggMjA5LjM5NEwyNDAuMTg5IDIxMUgyMzkuMjIzTDIzOC4yODUgMjA5LjM5NEMyMzguMDkzIDIwOS4wNzEgMjM3LjkyNSAyMDguODYgMjM3Ljc4MiAyMDguNzU5QzIzNy42MzkgMjA4LjY1NSAyMzcuNDY4IDIwOC42MDMgMjM3LjI3IDIwOC42MDNWMjExSDIzNi4zOTFWMjA1LjgxNFpNMjQ0LjM3OSAyMTAuMzZDMjQ0LjA1MyAyMTAuNjM3IDI0My43MzkgMjEwLjgzMiAyNDMuNDM3IDIxMC45NDZDMjQzLjEzNyAyMTEuMDYgMjQyLjgxNSAyMTEuMTE3IDI0Mi40NyAyMTEuMTE3QzI0MS45IDIxMS4xMTcgMjQxLjQ2MiAyMTAuOTc5IDI0MS4xNTYgMjEwLjcwMkMyNDAuODUgMjEwLjQyMiAyNDAuNjk3IDIxMC4wNjYgMjQwLjY5NyAyMDkuNjMzQzI0MC42OTcgMjA5LjM3OSAyNDAuNzU0IDIwOS4xNDggMjQwLjg2OCAyMDguOTM5QzI0MC45ODUgMjA4LjcyOCAyNDEuMTM3IDIwOC41NTkgMjQxLjMyMiAyMDguNDMyQzI0MS41MTEgMjA4LjMwNSAyNDEuNzIzIDIwOC4yMDkgMjQxLjk1NyAyMDguMTQ0QzI0Mi4xMyAyMDguMDk4IDI0Mi4zOSAyMDguMDU0IDI0Mi43MzggMjA4LjAxMkMyNDMuNDQ4IDIwNy45MjcgMjQzLjk3IDIwNy44MjYgMjQ0LjMwNiAyMDcuNzA5QzI0NC4zMDkgMjA3LjU4OSAyNDQuMzExIDIwNy41MTIgMjQ0LjMxMSAyMDcuNDc5QzI0NC4zMTEgMjA3LjEyMSAyNDQuMjI4IDIwNi44NjkgMjQ0LjA2MiAyMDYuNzIzQzI0My44MzcgMjA2LjUyNCAyNDMuNTAzIDIwNi40MjUgMjQzLjA2MSAyMDYuNDI1QzI0Mi42NDcgMjA2LjQyNSAyNDIuMzQxIDIwNi40OTggMjQyLjE0MyAyMDYuNjQ1QzI0MS45NDcgMjA2Ljc4OCAyNDEuODAyIDIwNy4wNDMgMjQxLjcwOCAyMDcuNDExTDI0MC44NDkgMjA3LjI5NEMyNDAuOTI3IDIwNi45MjYgMjQxLjA1NSAyMDYuNjMgMjQxLjIzNCAyMDYuNDA1QzI0MS40MTMgMjA2LjE3NyAyNDEuNjcyIDIwNi4wMDMgMjQyLjAxMSAyMDUuODgzQzI0Mi4zNDkgMjA1Ljc1OSAyNDIuNzQyIDIwNS42OTcgMjQzLjE4OCAyMDUuNjk3QzI0My42MyAyMDUuNjk3IDI0My45OSAyMDUuNzQ5IDI0NC4yNjcgMjA1Ljg1NEMyNDQuNTQzIDIwNS45NTggMjQ0Ljc0NyAyMDYuMDkgMjQ0Ljg3NyAyMDYuMjQ5QzI0NS4wMDcgMjA2LjQwNSAyNDUuMDk4IDIwNi42MDQgMjQ1LjE1IDIwNi44NDVDMjQ1LjE4IDIwNi45OTQgMjQ1LjE5NCAyMDcuMjY1IDI0NS4xOTQgMjA3LjY1NVYyMDguODI3QzI0NS4xOTQgMjA5LjY0NCAyNDUuMjEyIDIxMC4xNjIgMjQ1LjI0OCAyMTAuMzhDMjQ1LjI4NyAyMTAuNTk1IDI0NS4zNjIgMjEwLjgwMSAyNDUuNDczIDIxMUgyNDQuNTU1QzI0NC40NjQgMjEwLjgxOCAyNDQuNDA1IDIxMC42MDQgMjQ0LjM3OSAyMTAuMzZaTTI0NC4zMDYgMjA4LjM5N0MyNDMuOTg3IDIwOC41MjggMjQzLjUwOCAyMDguNjM4IDI0Mi44NyAyMDguNzI5QzI0Mi41MDkgMjA4Ljc4MiAyNDIuMjUzIDIwOC44NCAyNDIuMTA0IDIwOC45MDVDMjQxLjk1NCAyMDguOTcgMjQxLjgzOCAyMDkuMDY2IDI0MS43NTcgMjA5LjE5M0MyNDEuNjc1IDIwOS4zMTcgMjQxLjYzNSAyMDkuNDU1IDI0MS42MzUgMjA5LjYwOEMyNDEuNjM1IDIwOS44NDMgMjQxLjcyMyAyMTAuMDM4IDI0MS44OTggMjEwLjE5NEMyNDIuMDc3IDIxMC4zNTEgMjQyLjMzOCAyMTAuNDI5IDI0Mi42OCAyMTAuNDI5QzI0My4wMTggMjEwLjQyOSAyNDMuMzE5IDIxMC4zNTUgMjQzLjU4MyAyMTAuMjA5QzI0My44NDcgMjEwLjA1OSAyNDQuMDQgMjA5Ljg1NiAyNDQuMTY0IDIwOS41OTlDMjQ0LjI1OCAyMDkuNCAyNDQuMzA2IDIwOS4xMDcgMjQ0LjMwNiAyMDguNzJWMjA4LjM5N1pNMjQ2LjU2NiAyMDUuODE0SDI0Ny40NDVWMjA3Ljk3M0gyNDkuODgyVjIwNS44MTRIMjUwLjc2MVYyMTFIMjQ5Ljg4MlYyMDguN0gyNDcuNDQ1VjIxMUgyNDYuNTY2VjIwNS44MTRaTTI1NS40NzMgMjA5LjEwMUwyNTYuMzM3IDIwOS4yMTNDMjU2LjI0MyAyMDkuODA5IDI1NiAyMTAuMjc2IDI1NS42MDkgMjEwLjYxNEMyNTUuMjIyIDIxMC45NSAyNTQuNzQ1IDIxMS4xMTcgMjU0LjE3OSAyMTEuMTE3QzI1My40NjkgMjExLjExNyAyNTIuODk4IDIxMC44ODYgMjUyLjQ2NSAyMTAuNDI0QzI1Mi4wMzUgMjA5Ljk1OCAyNTEuODIgMjA5LjI5MyAyNTEuODIgMjA4LjQyN0MyNTEuODIgMjA3Ljg2NyAyNTEuOTEzIDIwNy4zNzcgMjUyLjA5OSAyMDYuOTU3QzI1Mi4yODQgMjA2LjUzNyAyNTIuNTY2IDIwNi4yMjMgMjUyLjk0MyAyMDYuMDE1QzI1My4zMjQgMjA1LjgwMyAyNTMuNzM4IDIwNS42OTcgMjU0LjE4NCAyMDUuNjk3QzI1NC43NDcgMjA1LjY5NyAyNTUuMjA3IDIwNS44NCAyNTUuNTY1IDIwNi4xMjdDMjU1LjkyNCAyMDYuNDEgMjU2LjE1MyAyMDYuODE0IDI1Ni4yNTQgMjA3LjMzOEwyNTUuMzk5IDIwNy40N0MyNTUuMzE4IDIwNy4xMjEgMjU1LjE3MyAyMDYuODU5IDI1NC45NjUgMjA2LjY4NEMyNTQuNzYgMjA2LjUwOCAyNTQuNTExIDIwNi40MiAyNTQuMjE4IDIwNi40MkMyNTMuNzc1IDIwNi40MiAyNTMuNDE1IDIwNi41NzkgMjUzLjEzOSAyMDYuODk4QzI1Mi44NjIgMjA3LjIxNCAyNTIuNzI0IDIwNy43MTUgMjUyLjcyNCAyMDguNDAyQzI1Mi43MjQgMjA5LjA5OSAyNTIuODU3IDIwOS42MDUgMjUzLjEyNCAyMDkuOTIxQzI1My4zOTEgMjEwLjIzNyAyNTMuNzM5IDIxMC4zOTUgMjU0LjE2OSAyMTAuMzk1QzI1NC41MTQgMjEwLjM5NSAyNTQuODAyIDIxMC4yODkgMjU1LjAzMyAyMTAuMDc3QzI1NS4yNjQgMjA5Ljg2NiAyNTUuNDExIDIwOS41NCAyNTUuNDczIDIwOS4xMDFaTTI1Ny4wODkgMjA1LjgxNEgyNTcuOTY4VjIwOS43N0wyNjAuNDA0IDIwNS44MTRIMjYxLjM1MlYyMTFIMjYwLjQ3M1YyMDcuMDY5TDI1OC4wMzYgMjExSDI1Ny4wODlWMjA1LjgxNFpNMjYyLjY3NSAyMDUuODE0SDI2My41NTRWMjA5Ljc3TDI2NS45OSAyMDUuODE0SDI2Ni45MzhWMjExSDI2Ni4wNTlWMjA3LjA2OUwyNjMuNjIyIDIxMUgyNjIuNjc1VjIwNS44MTRaTTI3Mi4wNDUgMjA4LjQyMkwyNzMuMzEgMjEwLjY0OEgyNzIuNTk3TDI3MS4wMzkgMjA4LjQyMkwyNzIuNTk3IDIwNi4xOTVIMjczLjMxOUwyNzIuMDQ1IDIwOC40MjJaTTI3My45MzUgMjA4LjQyMkwyNzUuMjI0IDIxMC42NDhIMjc0LjQ4MUwyNzIuOTUzIDIwOC40MjJMMjc0LjQ4MSAyMDYuMTk1SDI3NS4yMjRMMjczLjkzNSAyMDguNDIyWk0yNzYuNzMyIDIwMy44NDJIMjgyLjM2MlYyMTFIMjgxLjQxVjIwNC42ODdIMjc3LjY4VjIxMUgyNzYuNzMyVjIwMy44NDJaTTI4My43OTggMjEyLjk4N1YyMDUuODE0SDI4NC41OTlWMjA2LjQ4OEMyODQuNzg3IDIwNi4yMjUgMjg1LjAwMSAyMDYuMDI4IDI4NS4yMzggMjA1Ljg5N0MyODUuNDc2IDIwNS43NjQgMjg1Ljc2NCAyMDUuNjk3IDI4Ni4xMDMgMjA1LjY5N0MyODYuNTQ1IDIwNS42OTcgMjg2LjkzNiAyMDUuODExIDI4Ny4yNzQgMjA2LjAzOUMyODcuNjEzIDIwNi4yNjcgMjg3Ljg2OCAyMDYuNTg5IDI4OC4wNDEgMjA3LjAwNkMyODguMjE0IDIwNy40MTkgMjg4LjMgMjA3Ljg3MyAyODguMyAyMDguMzY4QzI4OC4zIDIwOC44OTkgMjg4LjIwNCAyMDkuMzc3IDI4OC4wMTIgMjA5LjgwNEMyODcuODIzIDIxMC4yMjcgMjg3LjU0NiAyMTAuNTUyIDI4Ny4xODIgMjEwLjc4QzI4Ni44MiAyMTEuMDA1IDI4Ni40MzkgMjExLjExNyAyODYuMDM5IDIxMS4xMTdDMjg1Ljc0NiAyMTEuMTE3IDI4NS40ODIgMjExLjA1NSAyODUuMjQ4IDIxMC45MzJDMjg1LjAxNyAyMTAuODA4IDI4NC44MjYgMjEwLjY1MiAyODQuNjc3IDIxMC40NjNWMjEyLjk4N0gyODMuNzk4Wk0yODQuNTk0IDIwOC40MzdDMjg0LjU5NCAyMDkuMTA0IDI4NC43MjkgMjA5LjU5NyAyODQuOTk5IDIwOS45MTZDMjg1LjI2OSAyMTAuMjM1IDI4NS41OTYgMjEwLjM5NSAyODUuOTggMjEwLjM5NUMyODYuMzcxIDIxMC4zOTUgMjg2LjcwNSAyMTAuMjMgMjg2Ljk4MSAyMDkuOTAxQzI4Ny4yNjEgMjA5LjU2OSAyODcuNDAxIDIwOS4wNTcgMjg3LjQwMSAyMDguMzYzQzI4Ny40MDEgMjA3LjcwMiAyODcuMjY1IDIwNy4yMDggMjg2Ljk5MSAyMDYuODc5QzI4Ni43MjEgMjA2LjU1IDI4Ni4zOTcgMjA2LjM4NiAyODYuMDIgMjA2LjM4NkMyODUuNjQ1IDIwNi4zODYgMjg1LjMxMyAyMDYuNTYyIDI4NS4wMjMgMjA2LjkxM0MyODQuNzM3IDIwNy4yNjEgMjg0LjU5NCAyMDcuNzY5IDI4NC41OTQgMjA4LjQzN1pNMjkyLjkxNCAyMDkuMzNMMjkzLjgyMiAyMDkuNDQyQzI5My42NzkgMjA5Ljk3MyAyOTMuNDE0IDIxMC4zODUgMjkzLjAyNiAyMTAuNjc4QzI5Mi42MzkgMjEwLjk3MSAyOTIuMTQ0IDIxMS4xMTcgMjkxLjU0MiAyMTEuMTE3QzI5MC43ODQgMjExLjExNyAyOTAuMTgxIDIxMC44ODQgMjg5LjczNSAyMTAuNDE5QzI4OS4yOTMgMjA5Ljk1IDI4OS4wNzEgMjA5LjI5NCAyODkuMDcxIDIwOC40NTFDMjg5LjA3MSAyMDcuNTc5IDI4OS4yOTYgMjA2LjkwMiAyODkuNzQ1IDIwNi40MkMyOTAuMTk0IDIwNS45MzggMjkwLjc3NyAyMDUuNjk3IDI5MS40OTMgMjA1LjY5N0MyOTIuMTg3IDIwNS42OTcgMjkyLjc1MyAyMDUuOTMzIDI5My4xOTIgMjA2LjQwNUMyOTMuNjMyIDIwNi44NzcgMjkzLjg1MiAyMDcuNTQxIDI5My44NTIgMjA4LjM5N0MyOTMuODUyIDIwOC40NSAyOTMuODUgMjA4LjUyOCAyOTMuODQ3IDIwOC42MzJIMjg5Ljk3OUMyOTAuMDEyIDIwOS4yMDEgMjkwLjE3MyAyMDkuNjM4IDI5MC40NjMgMjA5Ljk0QzI5MC43NTMgMjEwLjI0MyAyOTEuMTE0IDIxMC4zOTUgMjkxLjU0NyAyMTAuMzk1QzI5MS44NjkgMjEwLjM5NSAyOTIuMTQ0IDIxMC4zMSAyOTIuMzcyIDIxMC4xNDFDMjkyLjYgMjA5Ljk3MSAyOTIuNzgxIDIwOS43MDEgMjkyLjkxNCAyMDkuMzNaTTI5MC4wMjggMjA3LjkwOUgyOTIuOTI0QzI5Mi44ODUgMjA3LjQ3MyAyOTIuNzc0IDIwNy4xNDYgMjkyLjU5MiAyMDYuOTI4QzI5Mi4zMTIgMjA2LjU4OSAyOTEuOTQ5IDIwNi40MiAyOTEuNTAzIDIwNi40MkMyOTEuMDk5IDIwNi40MiAyOTAuNzU5IDIwNi41NTUgMjkwLjQ4MiAyMDYuODI1QzI5MC4yMDkgMjA3LjA5NSAyOTAuMDU4IDIwNy40NTcgMjkwLjAyOCAyMDcuOTA5Wk0yOTQuOTU1IDIwNS44MTRIMjk2LjMyMkwyOTcuNjg1IDIwOS45NjVMMjk5LjE5OCAyMDUuODE0SDMwMC40NjNWMjExSDI5OS41ODRWMjA2LjgyNUwyOTguMDUxIDIxMUgyOTcuMjY1TDI5NS44MTQgMjA2LjYyNVYyMTFIMjk0Ljk1NVYyMDUuODE0Wk0zMDEuODA2IDIwNS44MTRIMzAyLjY4NVYyMDkuNzdMMzA1LjEyMSAyMDUuODE0SDMwNi4wNjhWMjExSDMwNS4xODlWMjA3LjA2OUwzMDIuNzUzIDIxMUgzMDEuODA2VjIwNS44MTRaTTMwNy4zNTMgMjEyLjk5N0wzMDcuMjU1IDIxMi4xNzJDMzA3LjQ0NyAyMTIuMjI0IDMwNy42MTUgMjEyLjI1IDMwNy43NTggMjEyLjI1QzMwNy45NTMgMjEyLjI1IDMwOC4xMDkgMjEyLjIxNyAzMDguMjI3IDIxMi4xNTJDMzA4LjM0NCAyMTIuMDg3IDMwOC40NCAyMTEuOTk2IDMwOC41MTUgMjExLjg3OUMzMDguNTcgMjExLjc5MSAzMDguNjYgMjExLjU3MyAzMDguNzgzIDIxMS4yMjVDMzA4Ljc5OSAyMTEuMTc2IDMwOC44MjYgMjExLjEwNCAzMDguODYxIDIxMS4wMUwzMDYuODk0IDIwNS44MTRIMzA3Ljg0MUwzMDguOTIgMjA4LjgxN0MzMDkuMDYgMjA5LjE5OCAzMDkuMTg1IDIwOS41OTkgMzA5LjI5NiAyMTAuMDE5QzMwOS4zOTcgMjA5LjYxNSAzMDkuNTE3IDIwOS4yMjEgMzA5LjY1NyAyMDguODM3TDMxMC43NjYgMjA1LjgxNEgzMTEuNjQ1TDMwOS42NzIgMjExLjA4OEMzMDkuNDYgMjExLjY1OCAzMDkuMjk2IDIxMi4wNSAzMDkuMTc5IDIxMi4yNjVDMzA5LjAyMiAyMTIuNTU0IDMwOC44NDMgMjEyLjc2NiAzMDguNjQyIDIxMi44OTlDMzA4LjQ0IDIxMy4wMzYgMzA4LjE5OSAyMTMuMTA0IDMwNy45MTkgMjEzLjEwNEMzMDcuNzUgMjEzLjEwNCAzMDcuNTYxIDIxMy4wNjkgMzA3LjM1MyAyMTIuOTk3Wk0zMTIuMjk5IDIwNS44MTRIMzEzLjY2NkwzMTUuMDI4IDIwOS45NjVMMzE2LjU0MiAyMDUuODE0SDMxNy44MDdWMjExSDMxNi45MjhWMjA2LjgyNUwzMTUuMzk1IDIxMUgzMTQuNjA4TDMxMy4xNTggMjA2LjYyNVYyMTFIMzEyLjI5OVYyMDUuODE0Wk0zMjIuMzUzIDIwOC40MjJMMzIxLjA3OCAyMDYuMTk1SDMyMS44MDFMMzIzLjM1OCAyMDguNDIyTDMyMS44MDEgMjEwLjY0OEgzMjEuMDgzTDMyMi4zNTMgMjA4LjQyMlpNMzIwLjQ2MyAyMDguNDIyTDMxOS4xNzQgMjA2LjE5NUgzMTkuOTExTDMyMS40NDQgMjA4LjQyMkwzMTkuOTExIDIxMC42NDhIMzE5LjE3NEwzMjAuNDYzIDIwOC40MjJaIiBmaWxsPSIjNDk0QjREIi8+CjxwYXRoIGQ9Ik0yMTkgNzVDMjE5IDczLjg5NTQgMjE5Ljg5NSA3MyAyMjEgNzNIMjg0QzI4NS4xMDUgNzMgMjg2IDczLjg5NTQgMjg2IDc1Vjg5SDIxOVY3NVoiIGZpbGw9IiMxNzg1RTUiLz4KPHBhdGggZD0iTTI0Ni41OTMgODRWNzcuNjg2NUgyNDQuMjM0Vjc2Ljg0MThIMjQ5LjkwOFY3Ny42ODY1SDI0Ny41NFY4NEgyNDYuNTkzWk0yNDkuNjY0IDgxLjQwNzJDMjQ5LjY2NCA4MC40NDY5IDI0OS45MzEgNzkuNzM1NyAyNTAuNDY1IDc5LjI3MzRDMjUwLjkxMSA3OC44ODkzIDI1MS40NTQgNzguNjk3MyAyNTIuMDk2IDc4LjY5NzNDMjUyLjgwOSA3OC42OTczIDI1My4zOTEgNzguOTMxNiAyNTMuODQ0IDc5LjQwMDRDMjU0LjI5NiA3OS44NjU5IDI1NC41MjIgODAuNTEwNCAyNTQuNTIyIDgxLjMzNEMyNTQuNTIyIDgyLjAwMTMgMjU0LjQyMiA4Mi41MjcgMjU0LjIyIDgyLjkxMTFDMjU0LjAyMSA4My4yOTIgMjUzLjczIDgzLjU4ODIgMjUzLjM0NiA4My43OTk4QzI1Mi45NjUgODQuMDExNCAyNTIuNTQ4IDg0LjExNzIgMjUyLjA5NiA4NC4xMTcyQzI1MS4zNyA4NC4xMTcyIDI1MC43ODIgODMuODg0NCAyNTAuMzMzIDgzLjQxODlDMjQ5Ljg4NyA4Mi45NTM1IDI0OS42NjQgODIuMjgyOSAyNDkuNjY0IDgxLjQwNzJaTTI1MC41NjcgODEuNDA3MkMyNTAuNTY3IDgyLjA3MTMgMjUwLjcxMiA4Mi41NjkzIDI1MS4wMDIgODIuOTAxNEMyNTEuMjkyIDgzLjIzMDEgMjUxLjY1NiA4My4zOTQ1IDI1Mi4wOTYgODMuMzk0NUMyNTIuNTMyIDgzLjM5NDUgMjUyLjg5NSA4My4yMjg1IDI1My4xODUgODIuODk2NUMyNTMuNDc0IDgyLjU2NDUgMjUzLjYxOSA4Mi4wNTgzIDI1My42MTkgODEuMzc3OUMyNTMuNjE5IDgwLjczNjcgMjUzLjQ3MyA4MC4yNTE2IDI1My4xOCA3OS45MjI5QzI1Mi44OSA3OS41OTA4IDI1Mi41MjkgNzkuNDI0OCAyNTIuMDk2IDc5LjQyNDhDMjUxLjY1NiA3OS40MjQ4IDI1MS4yOTIgNzkuNTg5MiAyNTEuMDAyIDc5LjkxOEMyNTAuNzEyIDgwLjI0NjcgMjUwLjU2NyA4MC43NDMyIDI1MC41NjcgODEuNDA3MlpNMjU1LjU2MiA3OC44MTQ1SDI1OS42NTRWODRIMjU4Ljc3NVY3OS41NDJIMjU2LjQ0MVY4NEgyNTUuNTYyVjc4LjgxNDVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIyMDciIHk9Ijg4IiB3aWR0aD0iMjgyIiBoZWlnaHQ9IjM0IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM5MC41MjcgMTA5VjEwNi45NDNIMzg2LjgwMVYxMDUuOTc3TDM5MC43MjEgMTAwLjQxSDM5MS41ODJWMTA1Ljk3N0gzOTIuNzQyVjEwNi45NDNIMzkxLjU4MlYxMDlIMzkwLjUyN1pNMzkwLjUyNyAxMDUuOTc3VjEwMi4xMDRMMzg3LjgzOCAxMDUuOTc3SDM5MC41MjdaTTM5My44MjYgMTA0Ljc2NEMzOTMuODI2IDEwMy43NDggMzkzLjkzIDEwMi45MzIgMzk0LjEzNyAxMDIuMzE0QzM5NC4zNDggMTAxLjY5MyAzOTQuNjU4IDEwMS4yMTUgMzk1LjA2OCAxMDAuODc5QzM5NS40ODIgMTAwLjU0MyAzOTYuMDAyIDEwMC4zNzUgMzk2LjYyNyAxMDAuMzc1QzM5Ny4wODggMTAwLjM3NSAzOTcuNDkyIDEwMC40NjkgMzk3Ljg0IDEwMC42NTZDMzk4LjE4OCAxMDAuODQgMzk4LjQ3NSAxMDEuMTA3IDM5OC43MDEgMTAxLjQ1OUMzOTguOTI4IDEwMS44MDcgMzk5LjEwNSAxMDIuMjMyIDM5OS4yMzQgMTAyLjczNkMzOTkuMzYzIDEwMy4yMzYgMzk5LjQyOCAxMDMuOTEyIDM5OS40MjggMTA0Ljc2NEMzOTkuNDI4IDEwNS43NzEgMzk5LjMyNCAxMDYuNTg2IDM5OS4xMTcgMTA3LjIwN0MzOTguOTEgMTA3LjgyNCAzOTguNiAxMDguMzAzIDM5OC4xODYgMTA4LjY0M0MzOTcuNzc1IDEwOC45NzkgMzk3LjI1NiAxMDkuMTQ2IDM5Ni42MjcgMTA5LjE0NkMzOTUuNzk5IDEwOS4xNDYgMzk1LjE0OCAxMDguODUgMzk0LjY3NiAxMDguMjU2QzM5NC4xMDkgMTA3LjU0MSAzOTMuODI2IDEwNi4zNzcgMzkzLjgyNiAxMDQuNzY0Wk0zOTQuOTEgMTA0Ljc2NEMzOTQuOTEgMTA2LjE3NCAzOTUuMDc0IDEwNy4xMTMgMzk1LjQwMiAxMDcuNTgyQzM5NS43MzQgMTA4LjA0NyAzOTYuMTQzIDEwOC4yNzkgMzk2LjYyNyAxMDguMjc5QzM5Ny4xMTEgMTA4LjI3OSAzOTcuNTE4IDEwOC4wNDUgMzk3Ljg0NiAxMDcuNTc2QzM5OC4xNzggMTA3LjEwNyAzOTguMzQ0IDEwNi4xNyAzOTguMzQ0IDEwNC43NjRDMzk4LjM0NCAxMDMuMzUgMzk4LjE3OCAxMDIuNDEgMzk3Ljg0NiAxMDEuOTQ1QzM5Ny41MTggMTAxLjQ4IDM5Ny4xMDcgMTAxLjI0OCAzOTYuNjE1IDEwMS4yNDhDMzk2LjEzMSAxMDEuMjQ4IDM5NS43NDQgMTAxLjQ1MyAzOTUuNDU1IDEwMS44NjNDMzk1LjA5MiAxMDIuMzg3IDM5NC45MSAxMDMuMzU0IDM5NC45MSAxMDQuNzY0Wk00MDQuMTM5IDExMS4zODVWMTAyLjc3N0g0MDUuMVYxMDMuNTg2QzQwNS4zMjYgMTAzLjI3IDQwNS41ODIgMTAzLjAzMyA0MDUuODY3IDEwMi44NzdDNDA2LjE1MiAxMDIuNzE3IDQwNi40OTggMTAyLjYzNyA0MDYuOTA0IDEwMi42MzdDNDA3LjQzNiAxMDIuNjM3IDQwNy45MDQgMTAyLjc3MyA0MDguMzExIDEwMy4wNDdDNDA4LjcxNyAxMDMuMzIgNDA5LjAyMyAxMDMuNzA3IDQwOS4yMyAxMDQuMjA3QzQwOS40MzggMTA0LjcwMyA0MDkuNTQxIDEwNS4yNDggNDA5LjU0MSAxMDUuODQyQzQwOS41NDEgMTA2LjQ3OSA0MDkuNDI2IDEwNy4wNTMgNDA5LjE5NSAxMDcuNTY0QzQwOC45NjkgMTA4LjA3MiA0MDguNjM3IDEwOC40NjMgNDA4LjE5OSAxMDguNzM2QzQwNy43NjYgMTA5LjAwNiA0MDcuMzA5IDEwOS4xNDEgNDA2LjgyOCAxMDkuMTQxQzQwNi40NzcgMTA5LjE0MSA0MDYuMTYgMTA5LjA2NiA0MDUuODc5IDEwOC45MThDNDA1LjYwMiAxMDguNzcgNDA1LjM3MyAxMDguNTgyIDQwNS4xOTMgMTA4LjM1NVYxMTEuMzg1SDQwNC4xMzlaTTQwNS4wOTQgMTA1LjkyNEM0MDUuMDk0IDEwNi43MjUgNDA1LjI1NiAxMDcuMzE2IDQwNS41OCAxMDcuNjk5QzQwNS45MDQgMTA4LjA4MiA0MDYuMjk3IDEwOC4yNzMgNDA2Ljc1OCAxMDguMjczQzQwNy4yMjcgMTA4LjI3MyA0MDcuNjI3IDEwOC4wNzYgNDA3Ljk1OSAxMDcuNjgyQzQwOC4yOTUgMTA3LjI4MyA0MDguNDYzIDEwNi42NjggNDA4LjQ2MyAxMDUuODM2QzQwOC40NjMgMTA1LjA0MyA0MDguMjk5IDEwNC40NDkgNDA3Ljk3MSAxMDQuMDU1QzQwNy42NDYgMTAzLjY2IDQwNy4yNTggMTAzLjQ2MyA0MDYuODA1IDEwMy40NjNDNDA2LjM1NSAxMDMuNDYzIDQwNS45NTcgMTAzLjY3NCA0MDUuNjA5IDEwNC4wOTZDNDA1LjI2NiAxMDQuNTE0IDQwNS4wOTQgMTA1LjEyMyA0MDUuMDk0IDEwNS45MjRaTTQxMC42MzEgMTExLjM5Nkw0MTAuNTE0IDExMC40MDZDNDEwLjc0NCAxMTAuNDY5IDQxMC45NDUgMTEwLjUgNDExLjExNyAxMTAuNUM0MTEuMzUyIDExMC41IDQxMS41MzkgMTEwLjQ2MSA0MTEuNjggMTEwLjM4M0M0MTEuODIgMTEwLjMwNSA0MTEuOTM2IDExMC4xOTUgNDEyLjAyNSAxMTAuMDU1QzQxMi4wOTIgMTA5Ljk0OSA0MTIuMTk5IDEwOS42ODggNDEyLjM0OCAxMDkuMjdDNDEyLjM2NyAxMDkuMjExIDQxMi4zOTggMTA5LjEyNSA0MTIuNDQxIDEwOS4wMTJMNDEwLjA4IDEwMi43NzdINDExLjIxN0w0MTIuNTEyIDEwNi4zODFDNDEyLjY4IDEwNi44MzggNDEyLjgzIDEwNy4zMTggNDEyLjk2MyAxMDcuODIyQzQxMy4wODQgMTA3LjMzOCA0MTMuMjI5IDEwNi44NjUgNDEzLjM5NiAxMDYuNDA0TDQxNC43MjcgMTAyLjc3N0g0MTUuNzgxTDQxMy40MTQgMTA5LjEwNUM0MTMuMTYgMTA5Ljc4OSA0MTIuOTYzIDExMC4yNiA0MTIuODIyIDExMC41MThDNDEyLjYzNSAxMTAuODY1IDQxMi40MiAxMTEuMTE5IDQxMi4xNzggMTExLjI3OUM0MTEuOTM2IDExMS40NDMgNDExLjY0NiAxMTEuNTI1IDQxMS4zMTEgMTExLjUyNUM0MTEuMTA3IDExMS41MjUgNDEwLjg4MSAxMTEuNDgyIDQxMC42MzEgMTExLjM5NlpNNDIxLjM3NyAxMDAuMjA1TDQyMi4zMDkgMTAwLjIxN0M0MjIuMjY2IDEwMC42MzUgNDIyLjE3MiAxMDAuOTI2IDQyMi4wMjcgMTAxLjA5QzQyMS44ODcgMTAxLjI1NCA0MjEuNzAzIDEwMS4zNTkgNDIxLjQ3NyAxMDEuNDA2QzQyMS4yNTQgMTAxLjQ1MyA0MjAuODE0IDEwMS40NzcgNDIwLjE1OCAxMDEuNDc3QzQxOS4yODcgMTAxLjQ3NyA0MTguNjkzIDEwMS41NjEgNDE4LjM3NyAxMDEuNzI5QzQxOC4wNjEgMTAxLjg5NiA0MTcuODMyIDEwMi4xNjYgNDE3LjY5MSAxMDIuNTM3QzQxNy41NTUgMTAyLjkwNCA0MTcuNDc5IDEwMy4zNzkgNDE3LjQ2MyAxMDMuOTYxQzQxNy43MjkgMTAzLjU2NiA0MTguMDM5IDEwMy4yNzEgNDE4LjM5NSAxMDMuMDc2QzQxOC43NSAxMDIuODc3IDQxOS4xNSAxMDIuNzc3IDQxOS41OTYgMTAyLjc3N0M0MjAuNDEyIDEwMi43NzcgNDIxLjA4OCAxMDMuMDU5IDQyMS42MjMgMTAzLjYyMUM0MjIuMTU4IDEwNC4xOCA0MjIuNDI2IDEwNC45MzggNDIyLjQyNiAxMDUuODk1QzQyMi40MjYgMTA2LjYyMSA0MjIuMjkxIDEwNy4yMTcgNDIyLjAyMSAxMDcuNjgyQzQyMS43NTIgMTA4LjE0NiA0MjEuNDMyIDEwOC41MDYgNDIxLjA2MSAxMDguNzZDNDIwLjY5MyAxMDkuMDE0IDQyMC4xOTEgMTA5LjE0MSA0MTkuNTU1IDEwOS4xNDFDNDE4LjgxNiAxMDkuMTQxIDQxOC4yNDIgMTA4Ljk3MyA0MTcuODMyIDEwOC42MzdDNDE3LjQyMiAxMDguMjk3IDQxNy4xMDcgMTA3Ljg2MyA0MTYuODg5IDEwNy4zMzZDNDE2LjY3IDEwNi44MDkgNDE2LjU2MSAxMDUuODkxIDQxNi41NjEgMTA0LjU4MkM0MTYuNTYxIDEwMi45MzggNDE2LjgzOCAxMDEuODMgNDE3LjM5MyAxMDEuMjZDNDE3Ljk1MSAxMDAuNjg5IDQxOC44MDkgMTAwLjQwNCA0MTkuOTY1IDEwMC40MDRDNDIwLjY4NCAxMDAuNDA0IDQyMS4wOTIgMTAwLjM5MyA0MjEuMTg5IDEwMC4zNjlDNDIxLjI4NyAxMDAuMzQ2IDQyMS4zNSAxMDAuMjkxIDQyMS4zNzcgMTAwLjIwNVpNNDIxLjMyNCAxMDUuODY1QzQyMS4zMjQgMTA1LjIxNyA0MjEuMTcgMTA0LjY4NiA0MjAuODYxIDEwNC4yNzFDNDIwLjU1NyAxMDMuODU3IDQyMC4xMjUgMTAzLjY1IDQxOS41NjYgMTAzLjY1QzQxOC45ODQgMTAzLjY1IDQxOC41MzUgMTAzLjg2OSA0MTguMjE5IDEwNC4zMDdDNDE3LjkwMiAxMDQuNzQ0IDQxNy43NDQgMTA1LjMyOCA0MTcuNzQ0IDEwNi4wNTlDNDE3Ljc0NCAxMDYuNzgxIDQxNy45MTggMTA3LjMzNCA0MTguMjY2IDEwNy43MTdDNDE4LjYxNyAxMDguMSA0MTkuMDQ5IDEwOC4yOTEgNDE5LjU2MSAxMDguMjkxQzQyMC4wODQgMTA4LjI5MSA0MjAuNTA4IDEwOC4wNyA0MjAuODMyIDEwNy42MjlDNDIxLjE2IDEwNy4xODQgNDIxLjMyNCAxMDYuNTk2IDQyMS4zMjQgMTA1Ljg2NVpNNDIzLjk5NiAxMDlWMTA3Ljc5OUg0MjUuMTk3VjEwOUg0MjMuOTk2Wk00MzAuNTI5IDEwNi42MDRMNDMyLjM3NSAxMDQuNzU4TDQzMC41MzUgMTAyLjkxOEw0MzEuMjUgMTAyLjIwM0w0MzMuMDkgMTA0LjA0M0w0MzQuOTI0IDEwMi4yMDlMNDM1LjYyNyAxMDIuOTE4TDQzMy43OTkgMTA0Ljc1Mkw0MzUuNjM5IDEwNi41OTJMNDM0LjkyNCAxMDcuMzA3TDQzMy4wODQgMTA1LjQ2N0w0MzEuMjM4IDEwNy4zMTJMNDMwLjUyOSAxMDYuNjA0Wk00NDAuNDMyIDEwNC43NjRDNDQwLjQzMiAxMDMuNzQ4IDQ0MC41MzUgMTAyLjkzMiA0NDAuNzQyIDEwMi4zMTRDNDQwLjk1MyAxMDEuNjkzIDQ0MS4yNjQgMTAxLjIxNSA0NDEuNjc0IDEwMC44NzlDNDQyLjA4OCAxMDAuNTQzIDQ0Mi42MDcgMTAwLjM3NSA0NDMuMjMyIDEwMC4zNzVDNDQzLjY5MyAxMDAuMzc1IDQ0NC4wOTggMTAwLjQ2OSA0NDQuNDQ1IDEwMC42NTZDNDQ0Ljc5MyAxMDAuODQgNDQ1LjA4IDEwMS4xMDcgNDQ1LjMwNyAxMDEuNDU5QzQ0NS41MzMgMTAxLjgwNyA0NDUuNzExIDEwMi4yMzIgNDQ1Ljg0IDEwMi43MzZDNDQ1Ljk2OSAxMDMuMjM2IDQ0Ni4wMzMgMTAzLjkxMiA0NDYuMDMzIDEwNC43NjRDNDQ2LjAzMyAxMDUuNzcxIDQ0NS45MyAxMDYuNTg2IDQ0NS43MjMgMTA3LjIwN0M0NDUuNTE2IDEwNy44MjQgNDQ1LjIwNSAxMDguMzAzIDQ0NC43OTEgMTA4LjY0M0M0NDQuMzgxIDEwOC45NzkgNDQzLjg2MSAxMDkuMTQ2IDQ0My4yMzIgMTA5LjE0NkM0NDIuNDA0IDEwOS4xNDYgNDQxLjc1NCAxMDguODUgNDQxLjI4MSAxMDguMjU2QzQ0MC43MTUgMTA3LjU0MSA0NDAuNDMyIDEwNi4zNzcgNDQwLjQzMiAxMDQuNzY0Wk00NDEuNTE2IDEwNC43NjRDNDQxLjUxNiAxMDYuMTc0IDQ0MS42OCAxMDcuMTEzIDQ0Mi4wMDggMTA3LjU4MkM0NDIuMzQgMTA4LjA0NyA0NDIuNzQ4IDEwOC4yNzkgNDQzLjIzMiAxMDguMjc5QzQ0My43MTcgMTA4LjI3OSA0NDQuMTIzIDEwOC4wNDUgNDQ0LjQ1MSAxMDcuNTc2QzQ0NC43ODMgMTA3LjEwNyA0NDQuOTQ5IDEwNi4xNyA0NDQuOTQ5IDEwNC43NjRDNDQ0Ljk0OSAxMDMuMzUgNDQ0Ljc4MyAxMDIuNDEgNDQ0LjQ1MSAxMDEuOTQ1QzQ0NC4xMjMgMTAxLjQ4IDQ0My43MTMgMTAxLjI0OCA0NDMuMjIxIDEwMS4yNDhDNDQyLjczNiAxMDEuMjQ4IDQ0Mi4zNSAxMDEuNDUzIDQ0Mi4wNjEgMTAxLjg2M0M0NDEuNjk3IDEwMi4zODcgNDQxLjUxNiAxMDMuMzU0IDQ0MS41MTYgMTA0Ljc2NFpNNDQ3LjY4IDEwOVYxMDcuNzk5SDQ0OC44ODFWMTA5QzQ0OC44ODEgMTA5LjQ0MSA0NDguODAzIDEwOS43OTcgNDQ4LjY0NiAxMTAuMDY2QzQ0OC40OSAxMTAuMzQgNDQ4LjI0MiAxMTAuNTUxIDQ0Ny45MDIgMTEwLjY5OUw0NDcuNjA5IDExMC4yNDhDNDQ3LjgzMiAxMTAuMTUgNDQ3Ljk5NiAxMTAuMDA2IDQ0OC4xMDIgMTA5LjgxNEM0NDguMjA3IDEwOS42MjcgNDQ4LjI2NiAxMDkuMzU1IDQ0OC4yNzcgMTA5SDQ0Ny42OFpNNDU1Ljk5NCAxMDcuOTg2VjEwOUg0NTAuMzE2QzQ1MC4zMDkgMTA4Ljc0NiA0NTAuMzUgMTA4LjUwMiA0NTAuNDM5IDEwOC4yNjhDNDUwLjU4NCAxMDcuODgxIDQ1MC44MTQgMTA3LjUgNDUxLjEzMSAxMDcuMTI1QzQ1MS40NTEgMTA2Ljc1IDQ1MS45MTIgMTA2LjMxNiA0NTIuNTE0IDEwNS44MjRDNDUzLjQ0NyAxMDUuMDU5IDQ1NC4wNzggMTA0LjQ1MyA0NTQuNDA2IDEwNC4wMDhDNDU0LjczNCAxMDMuNTU5IDQ1NC44OTggMTAzLjEzNSA0NTQuODk4IDEwMi43MzZDNDU0Ljg5OCAxMDIuMzE4IDQ1NC43NDggMTAxLjk2NyA0NTQuNDQ3IDEwMS42ODJDNDU0LjE1IDEwMS4zOTMgNDUzLjc2MiAxMDEuMjQ4IDQ1My4yODEgMTAxLjI0OEM0NTIuNzczIDEwMS4yNDggNDUyLjM2NyAxMDEuNCA0NTIuMDYyIDEwMS43MDVDNDUxLjc1OCAxMDIuMDEgNDUxLjYwNCAxMDIuNDMyIDQ1MS42IDEwMi45NzFMNDUwLjUxNiAxMDIuODU5QzQ1MC41OSAxMDIuMDUxIDQ1MC44NjkgMTAxLjQzNiA0NTEuMzU0IDEwMS4wMTRDNDUxLjgzOCAxMDAuNTg4IDQ1Mi40ODggMTAwLjM3NSA0NTMuMzA1IDEwMC4zNzVDNDU0LjEyOSAxMDAuMzc1IDQ1NC43ODEgMTAwLjYwNCA0NTUuMjYyIDEwMS4wNjFDNDU1Ljc0MiAxMDEuNTE4IDQ1NS45ODIgMTAyLjA4NCA0NTUuOTgyIDEwMi43NkM0NTUuOTgyIDEwMy4xMDQgNDU1LjkxMiAxMDMuNDQxIDQ1NS43NzEgMTAzLjc3M0M0NTUuNjMxIDEwNC4xMDUgNDU1LjM5NiAxMDQuNDU1IDQ1NS4wNjggMTA0LjgyMkM0NTQuNzQ0IDEwNS4xODkgNDU0LjIwMyAxMDUuNjkzIDQ1My40NDUgMTA2LjMzNEM0NTIuODEyIDEwNi44NjUgNDUyLjQwNiAxMDcuMjI3IDQ1Mi4yMjcgMTA3LjQxOEM0NTIuMDQ3IDEwNy42MDUgNDUxLjg5OCAxMDcuNzk1IDQ1MS43ODEgMTA3Ljk4Nkg0NTUuOTk0Wk00NjYuMzEyIDEwMy45NDlINDYwLjY0MVYxMDIuOTY1SDQ2Ni4zMTJWMTAzLjk0OVpNNDY2LjMxMiAxMDYuNTU3SDQ2MC42NDFWMTA1LjU3Mkg0NjYuMzEyVjEwNi41NTdaTTQ3Mi40NDEgMTA0LjM0MkM0NzIuMDA0IDEwNC4xODIgNDcxLjY4IDEwMy45NTMgNDcxLjQ2OSAxMDMuNjU2QzQ3MS4yNTggMTAzLjM1OSA0NzEuMTUyIDEwMy4wMDQgNDcxLjE1MiAxMDIuNTlDNDcxLjE1MiAxMDEuOTY1IDQ3MS4zNzcgMTAxLjQzOSA0NzEuODI2IDEwMS4wMTRDNDcyLjI3NSAxMDAuNTg4IDQ3Mi44NzMgMTAwLjM3NSA0NzMuNjE5IDEwMC4zNzVDNDc0LjM2OSAxMDAuMzc1IDQ3NC45NzMgMTAwLjU5NCA0NzUuNDMgMTAxLjAzMUM0NzUuODg3IDEwMS40NjUgNDc2LjExNSAxMDEuOTk0IDQ3Ni4xMTUgMTAyLjYxOUM0NzYuMTE1IDEwMy4wMTggNDc2LjAxIDEwMy4zNjUgNDc1Ljc5OSAxMDMuNjYyQzQ3NS41OTIgMTAzLjk1NSA0NzUuMjc1IDEwNC4xODIgNDc0Ljg1IDEwNC4zNDJDNDc1LjM3NyAxMDQuNTE0IDQ3NS43NzcgMTA0Ljc5MSA0NzYuMDUxIDEwNS4xNzRDNDc2LjMyOCAxMDUuNTU3IDQ3Ni40NjcgMTA2LjAxNCA0NzYuNDY3IDEwNi41NDVDNDc2LjQ2NyAxMDcuMjc5IDQ3Ni4yMDcgMTA3Ljg5NiA0NzUuNjg4IDEwOC4zOTZDNDc1LjE2OCAxMDguODk2IDQ3NC40ODQgMTA5LjE0NiA0NzMuNjM3IDEwOS4xNDZDNDcyLjc4OSAxMDkuMTQ2IDQ3Mi4xMDUgMTA4Ljg5NiA0NzEuNTg2IDEwOC4zOTZDNDcxLjA2NiAxMDcuODkzIDQ3MC44MDcgMTA3LjI2NiA0NzAuODA3IDEwNi41MTZDNDcwLjgwNyAxMDUuOTU3IDQ3MC45NDcgMTA1LjQ5IDQ3MS4yMjkgMTA1LjExNUM0NzEuNTE0IDEwNC43MzYgNDcxLjkxOCAxMDQuNDc5IDQ3Mi40NDEgMTA0LjM0MlpNNDcyLjIzIDEwMi41NTVDNDcyLjIzIDEwMi45NjEgNDcyLjM2MSAxMDMuMjkzIDQ3Mi42MjMgMTAzLjU1MUM0NzIuODg1IDEwMy44MDkgNDczLjIyNSAxMDMuOTM4IDQ3My42NDMgMTAzLjkzOEM0NzQuMDQ5IDEwMy45MzggNDc0LjM4MSAxMDMuODExIDQ3NC42MzkgMTAzLjU1N0M0NzQuOSAxMDMuMjk5IDQ3NS4wMzEgMTAyLjk4NCA0NzUuMDMxIDEwMi42MTNDNDc1LjAzMSAxMDIuMjI3IDQ3NC44OTYgMTAxLjkwMiA0NzQuNjI3IDEwMS42NDFDNDc0LjM2MSAxMDEuMzc1IDQ3NC4wMjkgMTAxLjI0MiA0NzMuNjMxIDEwMS4yNDJDNDczLjIyOSAxMDEuMjQyIDQ3Mi44OTUgMTAxLjM3MSA0NzIuNjI5IDEwMS42MjlDNDcyLjM2MyAxMDEuODg3IDQ3Mi4yMyAxMDIuMTk1IDQ3Mi4yMyAxMDIuNTU1Wk00NzEuODkxIDEwNi41MjFDNDcxLjg5MSAxMDYuODIyIDQ3MS45NjEgMTA3LjExMyA0NzIuMTAyIDEwNy4zOTVDNDcyLjI0NiAxMDcuNjc2IDQ3Mi40NTkgMTA3Ljg5NSA0NzIuNzQgMTA4LjA1MUM0NzMuMDIxIDEwOC4yMDMgNDczLjMyNCAxMDguMjc5IDQ3My42NDggMTA4LjI3OUM0NzQuMTUyIDEwOC4yNzkgNDc0LjU2OCAxMDguMTE3IDQ3NC44OTYgMTA3Ljc5M0M0NzUuMjI1IDEwNy40NjkgNDc1LjM4OSAxMDcuMDU3IDQ3NS4zODkgMTA2LjU1N0M0NzUuMzg5IDEwNi4wNDkgNDc1LjIxOSAxMDUuNjI5IDQ3NC44NzkgMTA1LjI5N0M0NzQuNTQzIDEwNC45NjUgNDc0LjEyMSAxMDQuNzk5IDQ3My42MTMgMTA0Ljc5OUM0NzMuMTE3IDEwNC43OTkgNDcyLjcwNSAxMDQuOTYzIDQ3Mi4zNzcgMTA1LjI5MUM0NzIuMDUzIDEwNS42MTkgNDcxLjg5MSAxMDYuMDI5IDQ3MS44OTEgMTA2LjUyMVoiIGZpbGw9IiMzMDMyMzMiLz4KPHJlY3QgeD0iMjE5IiB5PSI5NiIgd2lkdGg9Ijg2IiBoZWlnaHQ9IjgiIGZpbGw9IiNGNDkyOTIiLz4KPHJlY3QgeD0iMjE5IiB5PSIxMTAiIHdpZHRoPSIxMzkiIGhlaWdodD0iNCIgZmlsbD0iI0VERUZGMCIvPgo8cmVjdCB4PSIyMDciIHk9IjIxNSIgd2lkdGg9IjI4MiIgaGVpZ2h0PSIzNCIgcng9IjQiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjIxOSIgeT0iMjIzIiB3aWR0aD0iODYiIGhlaWdodD0iOCIgZmlsbD0iI0Q0RDdEOSIvPgo8cmVjdCB4PSIyMTkiIHk9IjIzNyIgd2lkdGg9IjEzOSIgaGVpZ2h0PSI0IiBmaWxsPSIjRURFRkYwIi8+CjxyZWN0IHg9IjIwNyIgeT0iMjgwIiB3aWR0aD0iMjgyIiBoZWlnaHQ9IjM0IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMjE5IiB5PSIyODgiIHdpZHRoPSI4NiIgaGVpZ2h0PSI4IiBmaWxsPSIjRDREN0Q5Ii8+CjxyZWN0IHg9IjIxOSIgeT0iMzAyIiB3aWR0aD0iMTM5IiBoZWlnaHQ9IjQiIGZpbGw9IiNFREVGRjAiLz4KPHJlY3QgeD0iMjA3IiB5PSIxMjYiIHdpZHRoPSIyODIiIGhlaWdodD0iMzQiIHJ4PSI0IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzkxLjExOSAxNDdIMzkwLjA2NFYxNDAuMjc5QzM4OS44MTEgMTQwLjUyMSAzODkuNDc3IDE0MC43NjQgMzg5LjA2MiAxNDEuMDA2QzM4OC42NTIgMTQxLjI0OCAzODguMjgzIDE0MS40MyAzODcuOTU1IDE0MS41NTFWMTQwLjUzMUMzODguNTQ1IDE0MC4yNTQgMzg5LjA2MSAxMzkuOTE4IDM4OS41MDIgMTM5LjUyM0MzODkuOTQzIDEzOS4xMjkgMzkwLjI1NiAxMzguNzQ2IDM5MC40MzkgMTM4LjM3NUgzOTEuMTE5VjE0N1pNMzkzLjgyNiAxNDIuNzY0QzM5My44MjYgMTQxLjc0OCAzOTMuOTMgMTQwLjkzMiAzOTQuMTM3IDE0MC4zMTRDMzk0LjM0OCAxMzkuNjkzIDM5NC42NTggMTM5LjIxNSAzOTUuMDY4IDEzOC44NzlDMzk1LjQ4MiAxMzguNTQzIDM5Ni4wMDIgMTM4LjM3NSAzOTYuNjI3IDEzOC4zNzVDMzk3LjA4OCAxMzguMzc1IDM5Ny40OTIgMTM4LjQ2OSAzOTcuODQgMTM4LjY1NkMzOTguMTg4IDEzOC44NCAzOTguNDc1IDEzOS4xMDcgMzk4LjcwMSAxMzkuNDU5QzM5OC45MjggMTM5LjgwNyAzOTkuMTA1IDE0MC4yMzIgMzk5LjIzNCAxNDAuNzM2QzM5OS4zNjMgMTQxLjIzNiAzOTkuNDI4IDE0MS45MTIgMzk5LjQyOCAxNDIuNzY0QzM5OS40MjggMTQzLjc3MSAzOTkuMzI0IDE0NC41ODYgMzk5LjExNyAxNDUuMjA3QzM5OC45MSAxNDUuODI0IDM5OC42IDE0Ni4zMDMgMzk4LjE4NiAxNDYuNjQzQzM5Ny43NzUgMTQ2Ljk3OSAzOTcuMjU2IDE0Ny4xNDYgMzk2LjYyNyAxNDcuMTQ2QzM5NS43OTkgMTQ3LjE0NiAzOTUuMTQ4IDE0Ni44NSAzOTQuNjc2IDE0Ni4yNTZDMzk0LjEwOSAxNDUuNTQxIDM5My44MjYgMTQ0LjM3NyAzOTMuODI2IDE0Mi43NjRaTTM5NC45MSAxNDIuNzY0QzM5NC45MSAxNDQuMTc0IDM5NS4wNzQgMTQ1LjExMyAzOTUuNDAyIDE0NS41ODJDMzk1LjczNCAxNDYuMDQ3IDM5Ni4xNDMgMTQ2LjI3OSAzOTYuNjI3IDE0Ni4yNzlDMzk3LjExMSAxNDYuMjc5IDM5Ny41MTggMTQ2LjA0NSAzOTcuODQ2IDE0NS41NzZDMzk4LjE3OCAxNDUuMTA3IDM5OC4zNDQgMTQ0LjE3IDM5OC4zNDQgMTQyLjc2NEMzOTguMzQ0IDE0MS4zNSAzOTguMTc4IDE0MC40MSAzOTcuODQ2IDEzOS45NDVDMzk3LjUxOCAxMzkuNDggMzk3LjEwNyAxMzkuMjQ4IDM5Ni42MTUgMTM5LjI0OEMzOTYuMTMxIDEzOS4yNDggMzk1Ljc0NCAxMzkuNDUzIDM5NS40NTUgMTM5Ljg2M0MzOTUuMDkyIDE0MC4zODcgMzk0LjkxIDE0MS4zNTQgMzk0LjkxIDE0Mi43NjRaTTQwNC4xMzkgMTQ5LjM4NVYxNDAuNzc3SDQwNS4xVjE0MS41ODZDNDA1LjMyNiAxNDEuMjcgNDA1LjU4MiAxNDEuMDMzIDQwNS44NjcgMTQwLjg3N0M0MDYuMTUyIDE0MC43MTcgNDA2LjQ5OCAxNDAuNjM3IDQwNi45MDQgMTQwLjYzN0M0MDcuNDM2IDE0MC42MzcgNDA3LjkwNCAxNDAuNzczIDQwOC4zMTEgMTQxLjA0N0M0MDguNzE3IDE0MS4zMiA0MDkuMDIzIDE0MS43MDcgNDA5LjIzIDE0Mi4yMDdDNDA5LjQzOCAxNDIuNzAzIDQwOS41NDEgMTQzLjI0OCA0MDkuNTQxIDE0My44NDJDNDA5LjU0MSAxNDQuNDc5IDQwOS40MjYgMTQ1LjA1MyA0MDkuMTk1IDE0NS41NjRDNDA4Ljk2OSAxNDYuMDcyIDQwOC42MzcgMTQ2LjQ2MyA0MDguMTk5IDE0Ni43MzZDNDA3Ljc2NiAxNDcuMDA2IDQwNy4zMDkgMTQ3LjE0MSA0MDYuODI4IDE0Ny4xNDFDNDA2LjQ3NyAxNDcuMTQxIDQwNi4xNiAxNDcuMDY2IDQwNS44NzkgMTQ2LjkxOEM0MDUuNjAyIDE0Ni43NyA0MDUuMzczIDE0Ni41ODIgNDA1LjE5MyAxNDYuMzU1VjE0OS4zODVINDA0LjEzOVpNNDA1LjA5NCAxNDMuOTI0QzQwNS4wOTQgMTQ0LjcyNSA0MDUuMjU2IDE0NS4zMTYgNDA1LjU4IDE0NS42OTlDNDA1LjkwNCAxNDYuMDgyIDQwNi4yOTcgMTQ2LjI3MyA0MDYuNzU4IDE0Ni4yNzNDNDA3LjIyNyAxNDYuMjczIDQwNy42MjcgMTQ2LjA3NiA0MDcuOTU5IDE0NS42ODJDNDA4LjI5NSAxNDUuMjgzIDQwOC40NjMgMTQ0LjY2OCA0MDguNDYzIDE0My44MzZDNDA4LjQ2MyAxNDMuMDQzIDQwOC4yOTkgMTQyLjQ0OSA0MDcuOTcxIDE0Mi4wNTVDNDA3LjY0NiAxNDEuNjYgNDA3LjI1OCAxNDEuNDYzIDQwNi44MDUgMTQxLjQ2M0M0MDYuMzU1IDE0MS40NjMgNDA1Ljk1NyAxNDEuNjc0IDQwNS42MDkgMTQyLjA5NkM0MDUuMjY2IDE0Mi41MTQgNDA1LjA5NCAxNDMuMTIzIDQwNS4wOTQgMTQzLjkyNFpNNDEwLjYzMSAxNDkuMzk2TDQxMC41MTQgMTQ4LjQwNkM0MTAuNzQ0IDE0OC40NjkgNDEwLjk0NSAxNDguNSA0MTEuMTE3IDE0OC41QzQxMS4zNTIgMTQ4LjUgNDExLjUzOSAxNDguNDYxIDQxMS42OCAxNDguMzgzQzQxMS44MiAxNDguMzA1IDQxMS45MzYgMTQ4LjE5NSA0MTIuMDI1IDE0OC4wNTVDNDEyLjA5MiAxNDcuOTQ5IDQxMi4xOTkgMTQ3LjY4OCA0MTIuMzQ4IDE0Ny4yN0M0MTIuMzY3IDE0Ny4yMTEgNDEyLjM5OCAxNDcuMTI1IDQxMi40NDEgMTQ3LjAxMkw0MTAuMDggMTQwLjc3N0g0MTEuMjE3TDQxMi41MTIgMTQ0LjM4MUM0MTIuNjggMTQ0LjgzOCA0MTIuODMgMTQ1LjMxOCA0MTIuOTYzIDE0NS44MjJDNDEzLjA4NCAxNDUuMzM4IDQxMy4yMjkgMTQ0Ljg2NSA0MTMuMzk2IDE0NC40MDRMNDE0LjcyNyAxNDAuNzc3SDQxNS43ODFMNDEzLjQxNCAxNDcuMTA1QzQxMy4xNiAxNDcuNzg5IDQxMi45NjMgMTQ4LjI2IDQxMi44MjIgMTQ4LjUxOEM0MTIuNjM1IDE0OC44NjUgNDEyLjQyIDE0OS4xMTkgNDEyLjE3OCAxNDkuMjc5QzQxMS45MzYgMTQ5LjQ0MyA0MTEuNjQ2IDE0OS41MjUgNDExLjMxMSAxNDkuNTI1QzQxMS4xMDcgMTQ5LjUyNSA0MTAuODgxIDE0OS40ODIgNDEwLjYzMSAxNDkuMzk2Wk00MjEuMzc3IDEzOC4yMDVMNDIyLjMwOSAxMzguMjE3QzQyMi4yNjYgMTM4LjYzNSA0MjIuMTcyIDEzOC45MjYgNDIyLjAyNyAxMzkuMDlDNDIxLjg4NyAxMzkuMjU0IDQyMS43MDMgMTM5LjM1OSA0MjEuNDc3IDEzOS40MDZDNDIxLjI1NCAxMzkuNDUzIDQyMC44MTQgMTM5LjQ3NyA0MjAuMTU4IDEzOS40NzdDNDE5LjI4NyAxMzkuNDc3IDQxOC42OTMgMTM5LjU2MSA0MTguMzc3IDEzOS43MjlDNDE4LjA2MSAxMzkuODk2IDQxNy44MzIgMTQwLjE2NiA0MTcuNjkxIDE0MC41MzdDNDE3LjU1NSAxNDAuOTA0IDQxNy40NzkgMTQxLjM3OSA0MTcuNDYzIDE0MS45NjFDNDE3LjcyOSAxNDEuNTY2IDQxOC4wMzkgMTQxLjI3MSA0MTguMzk1IDE0MS4wNzZDNDE4Ljc1IDE0MC44NzcgNDE5LjE1IDE0MC43NzcgNDE5LjU5NiAxNDAuNzc3QzQyMC40MTIgMTQwLjc3NyA0MjEuMDg4IDE0MS4wNTkgNDIxLjYyMyAxNDEuNjIxQzQyMi4xNTggMTQyLjE4IDQyMi40MjYgMTQyLjkzOCA0MjIuNDI2IDE0My44OTVDNDIyLjQyNiAxNDQuNjIxIDQyMi4yOTEgMTQ1LjIxNyA0MjIuMDIxIDE0NS42ODJDNDIxLjc1MiAxNDYuMTQ2IDQyMS40MzIgMTQ2LjUwNiA0MjEuMDYxIDE0Ni43NkM0MjAuNjkzIDE0Ny4wMTQgNDIwLjE5MSAxNDcuMTQxIDQxOS41NTUgMTQ3LjE0MUM0MTguODE2IDE0Ny4xNDEgNDE4LjI0MiAxNDYuOTczIDQxNy44MzIgMTQ2LjYzN0M0MTcuNDIyIDE0Ni4yOTcgNDE3LjEwNyAxNDUuODYzIDQxNi44ODkgMTQ1LjMzNkM0MTYuNjcgMTQ0LjgwOSA0MTYuNTYxIDE0My44OTEgNDE2LjU2MSAxNDIuNTgyQzQxNi41NjEgMTQwLjkzOCA0MTYuODM4IDEzOS44MyA0MTcuMzkzIDEzOS4yNkM0MTcuOTUxIDEzOC42ODkgNDE4LjgwOSAxMzguNDA0IDQxOS45NjUgMTM4LjQwNEM0MjAuNjg0IDEzOC40MDQgNDIxLjA5MiAxMzguMzkzIDQyMS4xODkgMTM4LjM2OUM0MjEuMjg3IDEzOC4zNDYgNDIxLjM1IDEzOC4yOTEgNDIxLjM3NyAxMzguMjA1Wk00MjEuMzI0IDE0My44NjVDNDIxLjMyNCAxNDMuMjE3IDQyMS4xNyAxNDIuNjg2IDQyMC44NjEgMTQyLjI3MUM0MjAuNTU3IDE0MS44NTcgNDIwLjEyNSAxNDEuNjUgNDE5LjU2NiAxNDEuNjVDNDE4Ljk4NCAxNDEuNjUgNDE4LjUzNSAxNDEuODY5IDQxOC4yMTkgMTQyLjMwN0M0MTcuOTAyIDE0Mi43NDQgNDE3Ljc0NCAxNDMuMzI4IDQxNy43NDQgMTQ0LjA1OUM0MTcuNzQ0IDE0NC43ODEgNDE3LjkxOCAxNDUuMzM0IDQxOC4yNjYgMTQ1LjcxN0M0MTguNjE3IDE0Ni4xIDQxOS4wNDkgMTQ2LjI5MSA0MTkuNTYxIDE0Ni4yOTFDNDIwLjA4NCAxNDYuMjkxIDQyMC41MDggMTQ2LjA3IDQyMC44MzIgMTQ1LjYyOUM0MjEuMTYgMTQ1LjE4NCA0MjEuMzI0IDE0NC41OTYgNDIxLjMyNCAxNDMuODY1Wk00MjMuOTk2IDE0N1YxNDUuNzk5SDQyNS4xOTdWMTQ3SDQyMy45OTZaTTQzMC41MjkgMTQ0LjYwNEw0MzIuMzc1IDE0Mi43NThMNDMwLjUzNSAxNDAuOTE4TDQzMS4yNSAxNDAuMjAzTDQzMy4wOSAxNDIuMDQzTDQzNC45MjQgMTQwLjIwOUw0MzUuNjI3IDE0MC45MThMNDMzLjc5OSAxNDIuNzUyTDQzNS42MzkgMTQ0LjU5Mkw0MzQuOTI0IDE0NS4zMDdMNDMzLjA4NCAxNDMuNDY3TDQzMS4yMzggMTQ1LjMxMkw0MzAuNTI5IDE0NC42MDRaTTQ0MC40MzIgMTQyLjc2NEM0NDAuNDMyIDE0MS43NDggNDQwLjUzNSAxNDAuOTMyIDQ0MC43NDIgMTQwLjMxNEM0NDAuOTUzIDEzOS42OTMgNDQxLjI2NCAxMzkuMjE1IDQ0MS42NzQgMTM4Ljg3OUM0NDIuMDg4IDEzOC41NDMgNDQyLjYwNyAxMzguMzc1IDQ0My4yMzIgMTM4LjM3NUM0NDMuNjkzIDEzOC4zNzUgNDQ0LjA5OCAxMzguNDY5IDQ0NC40NDUgMTM4LjY1NkM0NDQuNzkzIDEzOC44NCA0NDUuMDggMTM5LjEwNyA0NDUuMzA3IDEzOS40NTlDNDQ1LjUzMyAxMzkuODA3IDQ0NS43MTEgMTQwLjIzMiA0NDUuODQgMTQwLjczNkM0NDUuOTY5IDE0MS4yMzYgNDQ2LjAzMyAxNDEuOTEyIDQ0Ni4wMzMgMTQyLjc2NEM0NDYuMDMzIDE0My43NzEgNDQ1LjkzIDE0NC41ODYgNDQ1LjcyMyAxNDUuMjA3QzQ0NS41MTYgMTQ1LjgyNCA0NDUuMjA1IDE0Ni4zMDMgNDQ0Ljc5MSAxNDYuNjQzQzQ0NC4zODEgMTQ2Ljk3OSA0NDMuODYxIDE0Ny4xNDYgNDQzLjIzMiAxNDcuMTQ2QzQ0Mi40MDQgMTQ3LjE0NiA0NDEuNzU0IDE0Ni44NSA0NDEuMjgxIDE0Ni4yNTZDNDQwLjcxNSAxNDUuNTQxIDQ0MC40MzIgMTQ0LjM3NyA0NDAuNDMyIDE0Mi43NjRaTTQ0MS41MTYgMTQyLjc2NEM0NDEuNTE2IDE0NC4xNzQgNDQxLjY4IDE0NS4xMTMgNDQyLjAwOCAxNDUuNTgyQzQ0Mi4zNCAxNDYuMDQ3IDQ0Mi43NDggMTQ2LjI3OSA0NDMuMjMyIDE0Ni4yNzlDNDQzLjcxNyAxNDYuMjc5IDQ0NC4xMjMgMTQ2LjA0NSA0NDQuNDUxIDE0NS41NzZDNDQ0Ljc4MyAxNDUuMTA3IDQ0NC45NDkgMTQ0LjE3IDQ0NC45NDkgMTQyLjc2NEM0NDQuOTQ5IDE0MS4zNSA0NDQuNzgzIDE0MC40MSA0NDQuNDUxIDEzOS45NDVDNDQ0LjEyMyAxMzkuNDggNDQzLjcxMyAxMzkuMjQ4IDQ0My4yMjEgMTM5LjI0OEM0NDIuNzM2IDEzOS4yNDggNDQyLjM1IDEzOS40NTMgNDQyLjA2MSAxMzkuODYzQzQ0MS42OTcgMTQwLjM4NyA0NDEuNTE2IDE0MS4zNTQgNDQxLjUxNiAxNDIuNzY0Wk00NDcuNjggMTQ3VjE0NS43OTlINDQ4Ljg4MVYxNDdDNDQ4Ljg4MSAxNDcuNDQxIDQ0OC44MDMgMTQ3Ljc5NyA0NDguNjQ2IDE0OC4wNjZDNDQ4LjQ5IDE0OC4zNCA0NDguMjQyIDE0OC41NTEgNDQ3LjkwMiAxNDguNjk5TDQ0Ny42MDkgMTQ4LjI0OEM0NDcuODMyIDE0OC4xNSA0NDcuOTk2IDE0OC4wMDYgNDQ4LjEwMiAxNDcuODE0QzQ0OC4yMDcgMTQ3LjYyNyA0NDguMjY2IDE0Ny4zNTUgNDQ4LjI3NyAxNDdINDQ3LjY4Wk00NTAuNTIxIDEzOS41MzVWMTM4LjUyMUg0NTYuMDgyVjEzOS4zNDJDNDU1LjUzNSAxMzkuOTI0IDQ1NC45OTIgMTQwLjY5NyA0NTQuNDUzIDE0MS42NjJDNDUzLjkxOCAxNDIuNjI3IDQ1My41MDQgMTQzLjYxOSA0NTMuMjExIDE0NC42MzlDNDUzIDE0NS4zNTcgNDUyLjg2NSAxNDYuMTQ1IDQ1Mi44MDcgMTQ3SDQ1MS43MjNDNDUxLjczNCAxNDYuMzI0IDQ1MS44NjcgMTQ1LjUwOCA0NTIuMTIxIDE0NC41NTFDNDUyLjM3NSAxNDMuNTk0IDQ1Mi43MzggMTQyLjY3MiA0NTMuMjExIDE0MS43ODVDNDUzLjY4OCAxNDAuODk1IDQ1NC4xOTMgMTQwLjE0NSA0NTQuNzI5IDEzOS41MzVINDUwLjUyMVpNNDY2LjMxMiAxNDEuOTQ5SDQ2MC42NDFWMTQwLjk2NUg0NjYuMzEyVjE0MS45NDlaTTQ2Ni4zMTIgMTQ0LjU1N0g0NjAuNjQxVjE0My41NzJINDY2LjMxMlYxNDQuNTU3Wk00NzAuODg5IDEzOS41MzVWMTM4LjUyMUg0NzYuNDQ5VjEzOS4zNDJDNDc1LjkwMiAxMzkuOTI0IDQ3NS4zNTkgMTQwLjY5NyA0NzQuODIgMTQxLjY2MkM0NzQuMjg1IDE0Mi42MjcgNDczLjg3MSAxNDMuNjE5IDQ3My41NzggMTQ0LjYzOUM0NzMuMzY3IDE0NS4zNTcgNDczLjIzMiAxNDYuMTQ1IDQ3My4xNzQgMTQ3SDQ3Mi4wOUM0NzIuMTAyIDE0Ni4zMjQgNDcyLjIzNCAxNDUuNTA4IDQ3Mi40ODggMTQ0LjU1MUM0NzIuNzQyIDE0My41OTQgNDczLjEwNSAxNDIuNjcyIDQ3My41NzggMTQxLjc4NUM0NzQuMDU1IDE0MC44OTUgNDc0LjU2MSAxNDAuMTQ1IDQ3NS4wOTYgMTM5LjUzNUg0NzAuODg5WiIgZmlsbD0iIzMwMzIzMyIvPgo8cmVjdCB4PSIyMTkiIHk9IjEzNCIgd2lkdGg9Ijg2IiBoZWlnaHQ9IjgiIGZpbGw9IiNGNDkyOTIiLz4KPHJlY3QgeD0iMjE5IiB5PSIxNDgiIHdpZHRoPSIxMzkiIGhlaWdodD0iNCIgZmlsbD0iI0VERUZGMCIvPgo8cmVjdCB4PSIyMDcuNSIgeT0iMjQuNSIgd2lkdGg9IjI4OSIgaGVpZ2h0PSIzMSIgcng9IjMuNSIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzE3ODVFNSIvPgo8cGF0aCBkPSJNMjE5Ljg3OSA0NFYzNS40MTAySDIyMy4xMDJDMjIzLjc1OCAzNS40MTAyIDIyNC4yODMgMzUuNDk4IDIyNC42NzggMzUuNjczOEMyMjUuMDc2IDM1Ljg0NTcgMjI1LjM4NyAzNi4xMTMzIDIyNS42MDkgMzYuNDc2NkMyMjUuODM2IDM2LjgzNTkgMjI1Ljk0OSAzNy4yMTI5IDIyNS45NDkgMzcuNjA3NEMyMjUuOTQ5IDM3Ljk3NDYgMjI1Ljg1IDM4LjMyMDMgMjI1LjY1IDM4LjY0NDVDMjI1LjQ1MSAzOC45Njg4IDIyNS4xNSAzOS4yMzA1IDIyNC43NDggMzkuNDI5N0MyMjUuMjY4IDM5LjU4MiAyMjUuNjY2IDM5Ljg0MTggMjI1Ljk0MyA0MC4yMDlDMjI2LjIyNSA0MC41NzYyIDIyNi4zNjUgNDEuMDA5OCAyMjYuMzY1IDQxLjUwOThDMjI2LjM2NSA0MS45MTIxIDIyNi4yNzkgNDIuMjg3MSAyMjYuMTA3IDQyLjYzNDhDMjI1LjkzOSA0Mi45Nzg1IDIyNS43MyA0My4yNDQxIDIyNS40OCA0My40MzE2QzIyNS4yMyA0My42MTkxIDIyNC45MTYgNDMuNzYxNyAyMjQuNTM3IDQzLjg1OTRDMjI0LjE2MiA0My45NTMxIDIyMy43MDEgNDQgMjIzLjE1NCA0NEgyMTkuODc5Wk0yMjEuMDE2IDM5LjAxOTVIMjIyLjg3M0MyMjMuMzc3IDM5LjAxOTUgMjIzLjczOCAzOC45ODYzIDIyMy45NTcgMzguOTE5OUMyMjQuMjQ2IDM4LjgzNCAyMjQuNDYzIDM4LjY5MTQgMjI0LjYwNyAzOC40OTIyQzIyNC43NTYgMzguMjkzIDIyNC44MyAzOC4wNDMgMjI0LjgzIDM3Ljc0MjJDMjI0LjgzIDM3LjQ1NyAyMjQuNzYyIDM3LjIwNyAyMjQuNjI1IDM2Ljk5MjJDMjI0LjQ4OCAzNi43NzM0IDIyNC4yOTMgMzYuNjI1IDIyNC4wMzkgMzYuNTQ2OUMyMjMuNzg1IDM2LjQ2NDggMjIzLjM1IDM2LjQyMzggMjIyLjczMiAzNi40MjM4SDIyMS4wMTZWMzkuMDE5NVpNMjIxLjAxNiA0Mi45ODYzSDIyMy4xNTRDMjIzLjUyMSA0Mi45ODYzIDIyMy43NzkgNDIuOTcyNyAyMjMuOTI4IDQyLjk0NTNDMjI0LjE4OSA0Mi44OTg0IDIyNC40MDggNDIuODIwMyAyMjQuNTg0IDQyLjcxMDlDMjI0Ljc2IDQyLjYwMTYgMjI0LjkwNCA0Mi40NDM0IDIyNS4wMTggNDIuMjM2M0MyMjUuMTMxIDQyLjAyNTQgMjI1LjE4OCA0MS43ODMyIDIyNS4xODggNDEuNTA5OEMyMjUuMTg4IDQxLjE4OTUgMjI1LjEwNSA0MC45MTIxIDIyNC45NDEgNDAuNjc3N0MyMjQuNzc3IDQwLjQzOTUgMjI0LjU0OSA0MC4yNzM0IDIyNC4yNTYgNDAuMTc5N0MyMjMuOTY3IDQwLjA4MiAyMjMuNTQ5IDQwLjAzMzIgMjIzLjAwMiA0MC4wMzMySDIyMS4wMTZWNDIuOTg2M1pNMjI3LjQwMiA0MC44ODg3QzIyNy40MDIgMzkuNzM2MyAyMjcuNzIzIDM4Ljg4MjggMjI4LjM2MyAzOC4zMjgxQzIyOC44OTggMzcuODY3MiAyMjkuNTUxIDM3LjYzNjcgMjMwLjMyIDM3LjYzNjdDMjMxLjE3NiAzNy42MzY3IDIzMS44NzUgMzcuOTE4IDIzMi40MTggMzguNDgwNUMyMzIuOTYxIDM5LjAzOTEgMjMzLjIzMiAzOS44MTI1IDIzMy4yMzIgNDAuODAwOEMyMzMuMjMyIDQxLjYwMTYgMjMzLjExMSA0Mi4yMzI0IDIzMi44NjkgNDIuNjkzNEMyMzIuNjMxIDQzLjE1MDQgMjMyLjI4MSA0My41MDU5IDIzMS44MiA0My43NTk4QzIzMS4zNjMgNDQuMDEzNyAyMzAuODYzIDQ0LjE0MDYgMjMwLjMyIDQ0LjE0MDZDMjI5LjQ0OSA0NC4xNDA2IDIyOC43NDQgNDMuODYxMyAyMjguMjA1IDQzLjMwMjdDMjI3LjY3IDQyLjc0NDEgMjI3LjQwMiA0MS45Mzk1IDIyNy40MDIgNDAuODg4N1pNMjI4LjQ4NiA0MC44ODg3QzIyOC40ODYgNDEuNjg1NSAyMjguNjYgNDIuMjgzMiAyMjkuMDA4IDQyLjY4MTZDMjI5LjM1NSA0My4wNzYyIDIyOS43OTMgNDMuMjczNCAyMzAuMzIgNDMuMjczNEMyMzAuODQ0IDQzLjI3MzQgMjMxLjI3OSA0My4wNzQyIDIzMS42MjcgNDIuNjc1OEMyMzEuOTc1IDQyLjI3NzMgMjMyLjE0OCA0MS42Njk5IDIzMi4xNDggNDAuODUzNUMyMzIuMTQ4IDQwLjA4NCAyMzEuOTczIDM5LjUwMiAyMzEuNjIxIDM5LjEwNzRDMjMxLjI3MyAzOC43MDkgMjMwLjg0IDM4LjUwOTggMjMwLjMyIDM4LjUwOThDMjI5Ljc5MyAzOC41MDk4IDIyOS4zNTUgMzguNzA3IDIyOS4wMDggMzkuMTAxNkMyMjguNjYgMzkuNDk2MSAyMjguNDg2IDQwLjA5MTggMjI4LjQ4NiA0MC44ODg3Wk0yMzUuMDM3IDM3Ljc3NzNIMjM5LjM3M1Y0My4xMzI4SDI0MC4wNDdWNDUuNzYzN0gyMzkuMThWNDRIMjM0LjI4MVY0NS43NjM3SDIzMy40MTRWNDMuMTMyOEgyMzMuOTcxQzIzNC43MTMgNDIuMTI1IDIzNS4wNjggNDAuMzM5OCAyMzUuMDM3IDM3Ljc3NzNaTTIzNS45MTYgMzguNjUwNEMyMzUuODM4IDQwLjY2OTkgMjM1LjUyNSA0Mi4xNjQxIDIzNC45NzkgNDMuMTMyOEgyMzguMzI0VjM4LjY1MDRIMjM1LjkxNlpNMjQxLjIxMyAzNy43NzczSDI0Mi4yNjhWNDIuNTIzNEwyNDUuMTkxIDM3Ljc3NzNIMjQ2LjMyOFY0NEgyNDUuMjczVjM5LjI4MzJMMjQyLjM1IDQ0SDI0MS4yMTNWMzcuNzc3M1pNMjQ3LjM0OCAzNy43NzczSDI1Mi40MDRWMzguNjUwNEgyNTAuNFY0NEgyNDkuMzUyVjM4LjY1MDRIMjQ3LjM0OFYzNy43NzczWk0yNTcuNTMxIDQxLjk5NjFMMjU4LjYyMSA0Mi4xMzA5QzI1OC40NDkgNDIuNzY3NiAyNTguMTMxIDQzLjI2MTcgMjU3LjY2NiA0My42MTMzQzI1Ny4yMDEgNDMuOTY0OCAyNTYuNjA3IDQ0LjE0MDYgMjU1Ljg4NSA0NC4xNDA2QzI1NC45NzUgNDQuMTQwNiAyNTQuMjUyIDQzLjg2MTMgMjUzLjcxNyA0My4zMDI3QzI1My4xODYgNDIuNzQwMiAyNTIuOTIgNDEuOTUzMSAyNTIuOTIgNDAuOTQxNEMyNTIuOTIgMzkuODk0NSAyNTMuMTg5IDM5LjA4MiAyNTMuNzI5IDM4LjUwMzlDMjU0LjI2OCAzNy45MjU4IDI1NC45NjcgMzcuNjM2NyAyNTUuODI2IDM3LjYzNjdDMjU2LjY1OCAzNy42MzY3IDI1Ny4zMzggMzcuOTE5OSAyNTcuODY1IDM4LjQ4NjNDMjU4LjM5MyAzOS4wNTI3IDI1OC42NTYgMzkuODQ5NiAyNTguNjU2IDQwLjg3N0MyNTguNjU2IDQwLjkzOTUgMjU4LjY1NCA0MS4wMzMyIDI1OC42NSA0MS4xNTgySDI1NC4wMUMyNTQuMDQ5IDQxLjg0MTggMjU0LjI0MiA0Mi4zNjUyIDI1NC41OSA0Mi43Mjg1QzI1NC45MzggNDMuMDkxOCAyNTUuMzcxIDQzLjI3MzQgMjU1Ljg5MSA0My4yNzM0QzI1Ni4yNzcgNDMuMjczNCAyNTYuNjA3IDQzLjE3MTkgMjU2Ljg4MSA0Mi45Njg4QzI1Ny4xNTQgNDIuNzY1NiAyNTcuMzcxIDQyLjQ0MTQgMjU3LjUzMSA0MS45OTYxWk0yNTQuMDY4IDQwLjI5MUgyNTcuNTQzQzI1Ny40OTYgMzkuNzY3NiAyNTcuMzYzIDM5LjM3NSAyNTcuMTQ1IDM5LjExMzNDMjU2LjgwOSAzOC43MDcgMjU2LjM3MyAzOC41MDM5IDI1NS44MzggMzguNTAzOUMyNTUuMzU0IDM4LjUwMzkgMjU0Ljk0NSAzOC42NjYgMjU0LjYxMyAzOC45OTAyQzI1NC4yODUgMzkuMzE0NSAyNTQuMTA0IDM5Ljc0OCAyNTQuMDY4IDQwLjI5MVpNMjYwLjA2OCAzNy43NzczSDI2NC45NjdWNDRIMjYzLjkxOFYzOC42NTA0SDI2MS4xMjNWNDEuNzVDMjYxLjEyMyA0Mi40NzI3IDI2MS4xIDQyLjk0OTIgMjYxLjA1MyA0My4xNzk3QzI2MS4wMDYgNDMuNDEwMiAyNjAuODc3IDQzLjYxMTMgMjYwLjY2NiA0My43ODMyQzI2MC40NTUgNDMuOTU1MSAyNjAuMTUgNDQuMDQxIDI1OS43NTIgNDQuMDQxQzI1OS41MDYgNDQuMDQxIDI1OS4yMjMgNDQuMDI1NCAyNTguOTAyIDQzLjk5NDFWNDMuMTE1MkgyNTkuMzY1QzI1OS41ODQgNDMuMTE1MiAyNTkuNzQgNDMuMDkzOCAyNTkuODM0IDQzLjA1MDhDMjU5LjkyOCA0My4wMDM5IDI1OS45OSA0Mi45MzE2IDI2MC4wMjEgNDIuODM0QzI2MC4wNTMgNDIuNzM2MyAyNjAuMDY4IDQyLjQxOCAyNjAuMDY4IDQxLjg3ODlWMzcuNzc3M1pNMjY2LjU0MyAzNy43NzczSDI2Ny41OThWNDAuMjA5SDI2OC45MzRDMjY5LjgwNSA0MC4yMDkgMjcwLjQ3NSA0MC4zNzg5IDI3MC45NDMgNDAuNzE4OEMyNzEuNDE2IDQxLjA1NDcgMjcxLjY1MiA0MS41MTk1IDI3MS42NTIgNDIuMTEzM0MyNzEuNjUyIDQyLjYzMjggMjcxLjQ1NSA0My4wNzgxIDI3MS4wNjEgNDMuNDQ5MkMyNzAuNjcgNDMuODE2NCAyNzAuMDQzIDQ0IDI2OS4xOCA0NEgyNjYuNTQzVjM3Ljc3NzNaTTI2Ny41OTggNDMuMTMyOEgyNjguNzA1QzI2OS4zNzMgNDMuMTMyOCAyNjkuODUgNDMuMDUwOCAyNzAuMTM1IDQyLjg4NjdDMjcwLjQyIDQyLjcyMjcgMjcwLjU2MiA0Mi40NjY4IDI3MC41NjIgNDIuMTE5MUMyNzAuNTYyIDQxLjg0OTYgMjcwLjQ1NyA0MS42MDk0IDI3MC4yNDYgNDEuMzk4NEMyNzAuMDM1IDQxLjE4NzUgMjY5LjU2OCA0MS4wODIgMjY4Ljg0NiA0MS4wODJIMjY3LjU5OFY0My4xMzI4WiIgZmlsbD0iIzMwMzIzMyIvPgo8cmVjdCB4PSIyNzQiIHk9IjMyIiB3aWR0aD0iMSIgaGVpZ2h0PSIxNiIgZmlsbD0iIzMwMzIzMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ3Ny41IDM1LjkxOEM0NzkuNCAzNS45MTggNDgxIDM3LjU1IDQ4MSAzOS40ODhDNDgxIDQxLjQyNiA0NzkuNCA0My4wNTggNDc3LjUgNDMuMDU4QzQ3NS42IDQzLjA1OCA0NzQgNDEuNDI2IDQ3NCAzOS40ODhDNDc0IDM3LjU1IDQ3NS42IDM1LjkxOCA0NzcuNSAzNS45MThaTTQ4NS4yIDQ1LjkxNDlMNDgyIDQyLjY1MDlDNDgyLjYgNDEuNzMyOSA0ODMgNDAuNjEwOSA0ODMgMzkuNDg4OUM0ODMgMzYuNDI4OSA0ODAuNSAzMy44Nzg5IDQ3Ny41IDMzLjg3ODlDNDc0LjUgMzMuODc4OSA0NzIgMzYuNDI4OSA0NzIgMzkuNDg4OUM0NzIgNDIuNTQ4OSA0NzQuNSA0NS4wOTg5IDQ3Ny41IDQ1LjA5ODlDNDc4LjcgNDUuMDk4OSA0NzkuNyA0NC42OTA5IDQ4MC42IDQ0LjA3ODlMNDgzLjggNDcuMzQyOUw0ODUuMiA0NS45MTQ5WiIgZmlsbD0iIzZFNzE3MyIvPgo8cmVjdCB4PSIzNzQuNSIgeT0iODAuNSIgd2lkdGg9IjEyMiIgaGVpZ2h0PSI4NyIgcng9IjMuNSIgc3Ryb2tlPSIjMTc4NUU1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1kYXNoYXJyYXk9IjUgNSIvPgo8cGF0aCBkPSJNMzY4Ljc5NyAxODEuNzIxTDM2OS44MzQgMTgxLjg1NUMzNjkuNzIxIDE4Mi41NyAzNjkuNDMgMTgzLjEzMSAzNjguOTYxIDE4My41MzdDMzY4LjQ5NiAxODMuOTM5IDM2Ny45MjQgMTg0LjE0MSAzNjcuMjQ0IDE4NC4xNDFDMzY2LjM5MyAxODQuMTQxIDM2NS43MDcgMTgzLjg2MyAzNjUuMTg4IDE4My4zMDlDMzY0LjY3MiAxODIuNzUgMzY0LjQxNCAxODEuOTUxIDM2NC40MTQgMTgwLjkxMkMzNjQuNDE0IDE4MC4yNCAzNjQuNTI1IDE3OS42NTIgMzY0Ljc0OCAxNzkuMTQ4QzM2NC45NzEgMTc4LjY0NSAzNjUuMzA5IDE3OC4yNjggMzY1Ljc2MiAxNzguMDE4QzM2Ni4yMTkgMTc3Ljc2NCAzNjYuNzE1IDE3Ny42MzcgMzY3LjI1IDE3Ny42MzdDMzY3LjkyNiAxNzcuNjM3IDM2OC40NzkgMTc3LjgwOSAzNjguOTA4IDE3OC4xNTJDMzY5LjMzOCAxNzguNDkyIDM2OS42MTMgMTc4Ljk3NyAzNjkuNzM0IDE3OS42MDVMMzY4LjcwOSAxNzkuNzY0QzM2OC42MTEgMTc5LjM0NiAzNjguNDM4IDE3OS4wMzEgMzY4LjE4OCAxNzguODJDMzY3Ljk0MSAxNzguNjA5IDM2Ny42NDMgMTc4LjUwNCAzNjcuMjkxIDE3OC41MDRDMzY2Ljc2IDE3OC41MDQgMzY2LjMyOCAxNzguNjk1IDM2NS45OTYgMTc5LjA3OEMzNjUuNjY0IDE3OS40NTcgMzY1LjQ5OCAxODAuMDU5IDM2NS40OTggMTgwLjg4M0MzNjUuNDk4IDE4MS43MTkgMzY1LjY1OCAxODIuMzI2IDM2NS45NzkgMTgyLjcwNUMzNjYuMjk5IDE4My4wODQgMzY2LjcxNyAxODMuMjczIDM2Ny4yMzIgMTgzLjI3M0MzNjcuNjQ2IDE4My4yNzMgMzY3Ljk5MiAxODMuMTQ2IDM2OC4yNyAxODIuODkzQzM2OC41NDcgMTgyLjYzOSAzNjguNzIzIDE4Mi4yNDggMzY4Ljc5NyAxODEuNzIxWk0zNzAuMTY4IDE3Ny43NzdIMzc1LjIyNVYxNzguNjVIMzczLjIyMVYxODRIMzcyLjE3MlYxNzguNjVIMzcwLjE2OFYxNzcuNzc3Wk0zODAuMTUyIDE4My4yMzJDMzc5Ljc2MiAxODMuNTY0IDM3OS4zODUgMTgzLjc5OSAzNzkuMDIxIDE4My45MzZDMzc4LjY2MiAxODQuMDcyIDM3OC4yNzUgMTg0LjE0MSAzNzcuODYxIDE4NC4xNDFDMzc3LjE3OCAxODQuMTQxIDM3Ni42NTIgMTgzLjk3NSAzNzYuMjg1IDE4My42NDNDMzc1LjkxOCAxODMuMzA3IDM3NS43MzQgMTgyLjg3OSAzNzUuNzM0IDE4Mi4zNTlDMzc1LjczNCAxODIuMDU1IDM3NS44MDMgMTgxLjc3NyAzNzUuOTM5IDE4MS41MjdDMzc2LjA4IDE4MS4yNzMgMzc2LjI2MiAxODEuMDcgMzc2LjQ4NCAxODAuOTE4QzM3Ni43MTEgMTgwLjc2NiAzNzYuOTY1IDE4MC42NSAzNzcuMjQ2IDE4MC41NzJDMzc3LjQ1MyAxODAuNTE4IDM3Ny43NjYgMTgwLjQ2NSAzNzguMTg0IDE4MC40MTRDMzc5LjAzNSAxODAuMzEyIDM3OS42NjIgMTgwLjE5MSAzODAuMDY0IDE4MC4wNTFDMzgwLjA2OCAxNzkuOTA2IDM4MC4wNyAxNzkuODE0IDM4MC4wNyAxNzkuNzc1QzM4MC4wNyAxNzkuMzQ2IDM3OS45NzEgMTc5LjA0MyAzNzkuNzcxIDE3OC44NjdDMzc5LjUwMiAxNzguNjI5IDM3OS4xMDIgMTc4LjUxIDM3OC41NyAxNzguNTFDMzc4LjA3NCAxNzguNTEgMzc3LjcwNyAxNzguNTk4IDM3Ny40NjkgMTc4Ljc3M0MzNzcuMjM0IDE3OC45NDUgMzc3LjA2MSAxNzkuMjUyIDM3Ni45NDcgMTc5LjY5M0wzNzUuOTE2IDE3OS41NTNDMzc2LjAxIDE3OS4xMTEgMzc2LjE2NCAxNzguNzU2IDM3Ni4zNzkgMTc4LjQ4NkMzNzYuNTk0IDE3OC4yMTMgMzc2LjkwNCAxNzguMDA0IDM3Ny4zMTEgMTc3Ljg1OUMzNzcuNzE3IDE3Ny43MTEgMzc4LjE4OCAxNzcuNjM3IDM3OC43MjMgMTc3LjYzN0MzNzkuMjU0IDE3Ny42MzcgMzc5LjY4NiAxNzcuNjk5IDM4MC4wMTggMTc3LjgyNEMzODAuMzUgMTc3Ljk0OSAzODAuNTk0IDE3OC4xMDcgMzgwLjc1IDE3OC4yOTlDMzgwLjkwNiAxNzguNDg2IDM4MS4wMTYgMTc4LjcyNSAzODEuMDc4IDE3OS4wMTRDMzgxLjExMyAxNzkuMTkzIDM4MS4xMzEgMTc5LjUxOCAzODEuMTMxIDE3OS45ODZWMTgxLjM5M0MzODEuMTMxIDE4Mi4zNzMgMzgxLjE1MiAxODIuOTk0IDM4MS4xOTUgMTgzLjI1NkMzODEuMjQyIDE4My41MTQgMzgxLjMzMiAxODMuNzYyIDM4MS40NjUgMTg0SDM4MC4zNjNDMzgwLjI1NCAxODMuNzgxIDM4MC4xODQgMTgzLjUyNSAzODAuMTUyIDE4My4yMzJaTTM4MC4wNjQgMTgwLjg3N0MzNzkuNjgyIDE4MS4wMzMgMzc5LjEwNyAxODEuMTY2IDM3OC4zNDIgMTgxLjI3NUMzNzcuOTA4IDE4MS4zMzggMzc3LjYwMiAxODEuNDA4IDM3Ny40MjIgMTgxLjQ4NkMzNzcuMjQyIDE4MS41NjQgMzc3LjEwNCAxODEuNjggMzc3LjAwNiAxODEuODMyQzM3Ni45MDggMTgxLjk4IDM3Ni44NTkgMTgyLjE0NiAzNzYuODU5IDE4Mi4zM0MzNzYuODU5IDE4Mi42MTEgMzc2Ljk2NSAxODIuODQ2IDM3Ny4xNzYgMTgzLjAzM0MzNzcuMzkxIDE4My4yMjEgMzc3LjcwMyAxODMuMzE0IDM3OC4xMTMgMTgzLjMxNEMzNzguNTIgMTgzLjMxNCAzNzguODgxIDE4My4yMjcgMzc5LjE5NyAxODMuMDUxQzM3OS41MTQgMTgyLjg3MSAzNzkuNzQ2IDE4Mi42MjcgMzc5Ljg5NSAxODIuMzE4QzM4MC4wMDggMTgyLjA4IDM4MC4wNjQgMTgxLjcyOSAzODAuMDY0IDE4MS4yNjRWMTgwLjg3N1pNMzgyLjc3NyAxNzcuNzc3SDM4NS4yMDlDMzg1LjgwNyAxNzcuNzc3IDM4Ni4yNSAxNzcuODI4IDM4Ni41MzkgMTc3LjkzQzM4Ni44MzIgMTc4LjAyNyAzODcuMDgyIDE3OC4yMDkgMzg3LjI4OSAxNzguNDc1QzM4Ny41IDE3OC43NCAzODcuNjA1IDE3OS4wNTkgMzg3LjYwNSAxNzkuNDNDMzg3LjYwNSAxNzkuNzI3IDM4Ny41NDMgMTc5Ljk4NiAzODcuNDE4IDE4MC4yMDlDMzg3LjI5NyAxODAuNDI4IDM4Ny4xMTMgMTgwLjYxMSAzODYuODY3IDE4MC43NkMzODcuMTYgMTgwLjg1NyAzODcuNDAyIDE4MS4wNDEgMzg3LjU5NCAxODEuMzExQzM4Ny43ODkgMTgxLjU3NiAzODcuODg3IDE4MS44OTMgMzg3Ljg4NyAxODIuMjZDMzg3Ljg0OCAxODIuODUgMzg3LjYzNyAxODMuMjg3IDM4Ny4yNTQgMTgzLjU3MkMzODYuODcxIDE4My44NTcgMzg2LjMxNCAxODQgMzg1LjU4NCAxODRIMzgyLjc3N1YxNzcuNzc3Wk0zODMuODMyIDE4MC4zOTZIMzg0Ljk1N0MzODUuNDA2IDE4MC4zOTYgMzg1LjcxNSAxODAuMzczIDM4NS44ODMgMTgwLjMyNkMzODYuMDUxIDE4MC4yNzkgMzg2LjIwMSAxODAuMTg2IDM4Ni4zMzQgMTgwLjA0NUMzODYuNDY3IDE3OS45IDM4Ni41MzMgMTc5LjcyOSAzODYuNTMzIDE3OS41MjlDMzg2LjUzMyAxNzkuMjAxIDM4Ni40MTYgMTc4Ljk3MyAzODYuMTgyIDE3OC44NDRDMzg1Ljk1MSAxNzguNzE1IDM4NS41NTUgMTc4LjY1IDM4NC45OTIgMTc4LjY1SDM4My44MzJWMTgwLjM5NlpNMzgzLjgzMiAxODMuMTMzSDM4NS4yMjFDMzg1LjgxOCAxODMuMTMzIDM4Ni4yMjkgMTgzLjA2NCAzODYuNDUxIDE4Mi45MjhDMzg2LjY3NCAxODIuNzg3IDM4Ni43OTEgMTgyLjU0NyAzODYuODAzIDE4Mi4yMDdDMzg2LjgwMyAxODIuMDA4IDM4Ni43MzggMTgxLjgyNCAzODYuNjA5IDE4MS42NTZDMzg2LjQ4IDE4MS40ODQgMzg2LjMxMiAxODEuMzc3IDM4Ni4xMDUgMTgxLjMzNEMzODUuODk4IDE4MS4yODcgMzg1LjU2NiAxODEuMjY0IDM4NS4xMDkgMTgxLjI2NEgzODMuODMyVjE4My4xMzNaTTM4OS4xNDEgMTc3Ljc3N0gzOTAuMTk1VjE4MC40NjdDMzkwLjUzMSAxODAuNDY3IDM5MC43NjYgMTgwLjQwMiAzOTAuODk4IDE4MC4yNzNDMzkxLjAzNSAxODAuMTQ1IDM5MS4yMzQgMTc5Ljc3IDM5MS40OTYgMTc5LjE0OEMzOTEuNzAzIDE3OC42NTYgMzkxLjg3MSAxNzguMzMyIDM5MiAxNzguMTc2QzM5Mi4xMjkgMTc4LjAyIDM5Mi4yNzcgMTc3LjkxNCAzOTIuNDQ1IDE3Ny44NTlDMzkyLjYxMyAxNzcuODA1IDM5Mi44ODMgMTc3Ljc3NyAzOTMuMjU0IDE3Ny43NzdIMzkzLjQ2NVYxNzguNjVMMzkzLjE3MiAxNzguNjQ1QzM5Mi44OTUgMTc4LjY0NSAzOTIuNzE3IDE3OC42ODYgMzkyLjYzOSAxNzguNzY4QzM5Mi41NTcgMTc4Ljg1NCAzOTIuNDMyIDE3OS4xMDkgMzkyLjI2NCAxNzkuNTM1QzM5Mi4xMDQgMTc5Ljk0MSAzOTEuOTU3IDE4MC4yMjMgMzkxLjgyNCAxODAuMzc5QzM5MS42OTEgMTgwLjUzNSAzOTEuNDg2IDE4MC42NzggMzkxLjIwOSAxODAuODA3QzM5MS42NjIgMTgwLjkyOCAzOTIuMTA3IDE4MS4zNSAzOTIuNTQ1IDE4Mi4wNzJMMzkzLjY5OSAxODRIMzkyLjUzOUwzOTEuNDE0IDE4Mi4wNzJDMzkxLjE4NCAxODEuNjg2IDM5MC45ODIgMTgxLjQzMiAzOTAuODExIDE4MS4zMTFDMzkwLjYzOSAxODEuMTg2IDM5MC40MzQgMTgxLjEyMyAzOTAuMTk1IDE4MS4xMjNWMTg0SDM4OS4xNDFWMTc3Ljc3N1pNMzk4LjcyNyAxODMuMjMyQzM5OC4zMzYgMTgzLjU2NCAzOTcuOTU5IDE4My43OTkgMzk3LjU5NiAxODMuOTM2QzM5Ny4yMzYgMTg0LjA3MiAzOTYuODUgMTg0LjE0MSAzOTYuNDM2IDE4NC4xNDFDMzk1Ljc1MiAxODQuMTQxIDM5NS4yMjcgMTgzLjk3NSAzOTQuODU5IDE4My42NDNDMzk0LjQ5MiAxODMuMzA3IDM5NC4zMDkgMTgyLjg3OSAzOTQuMzA5IDE4Mi4zNTlDMzk0LjMwOSAxODIuMDU1IDM5NC4zNzcgMTgxLjc3NyAzOTQuNTE0IDE4MS41MjdDMzk0LjY1NCAxODEuMjczIDM5NC44MzYgMTgxLjA3IDM5NS4wNTkgMTgwLjkxOEMzOTUuMjg1IDE4MC43NjYgMzk1LjUzOSAxODAuNjUgMzk1LjgyIDE4MC41NzJDMzk2LjAyNyAxODAuNTE4IDM5Ni4zNCAxODAuNDY1IDM5Ni43NTggMTgwLjQxNEMzOTcuNjA5IDE4MC4zMTIgMzk4LjIzNiAxODAuMTkxIDM5OC42MzkgMTgwLjA1MUMzOTguNjQzIDE3OS45MDYgMzk4LjY0NSAxNzkuODE0IDM5OC42NDUgMTc5Ljc3NUMzOTguNjQ1IDE3OS4zNDYgMzk4LjU0NSAxNzkuMDQzIDM5OC4zNDYgMTc4Ljg2N0MzOTguMDc2IDE3OC42MjkgMzk3LjY3NiAxNzguNTEgMzk3LjE0NSAxNzguNTFDMzk2LjY0OCAxNzguNTEgMzk2LjI4MSAxNzguNTk4IDM5Ni4wNDMgMTc4Ljc3M0MzOTUuODA5IDE3OC45NDUgMzk1LjYzNSAxNzkuMjUyIDM5NS41MjEgMTc5LjY5M0wzOTQuNDkgMTc5LjU1M0MzOTQuNTg0IDE3OS4xMTEgMzk0LjczOCAxNzguNzU2IDM5NC45NTMgMTc4LjQ4NkMzOTUuMTY4IDE3OC4yMTMgMzk1LjQ3OSAxNzguMDA0IDM5NS44ODUgMTc3Ljg1OUMzOTYuMjkxIDE3Ny43MTEgMzk2Ljc2MiAxNzcuNjM3IDM5Ny4yOTcgMTc3LjYzN0MzOTcuODI4IDE3Ny42MzcgMzk4LjI2IDE3Ny42OTkgMzk4LjU5MiAxNzcuODI0QzM5OC45MjQgMTc3Ljk0OSAzOTkuMTY4IDE3OC4xMDcgMzk5LjMyNCAxNzguMjk5QzM5OS40OCAxNzguNDg2IDM5OS41OSAxNzguNzI1IDM5OS42NTIgMTc5LjAxNEMzOTkuNjg4IDE3OS4xOTMgMzk5LjcwNSAxNzkuNTE4IDM5OS43MDUgMTc5Ljk4NlYxODEuMzkzQzM5OS43MDUgMTgyLjM3MyAzOTkuNzI3IDE4Mi45OTQgMzk5Ljc3IDE4My4yNTZDMzk5LjgxNiAxODMuNTE0IDM5OS45MDYgMTgzLjc2MiA0MDAuMDM5IDE4NEgzOTguOTM4QzM5OC44MjggMTgzLjc4MSAzOTguNzU4IDE4My41MjUgMzk4LjcyNyAxODMuMjMyWk0zOTguNjM5IDE4MC44NzdDMzk4LjI1NiAxODEuMDMzIDM5Ny42ODIgMTgxLjE2NiAzOTYuOTE2IDE4MS4yNzVDMzk2LjQ4MiAxODEuMzM4IDM5Ni4xNzYgMTgxLjQwOCAzOTUuOTk2IDE4MS40ODZDMzk1LjgxNiAxODEuNTY0IDM5NS42NzggMTgxLjY4IDM5NS41OCAxODEuODMyQzM5NS40ODIgMTgxLjk4IDM5NS40MzQgMTgyLjE0NiAzOTUuNDM0IDE4Mi4zM0MzOTUuNDM0IDE4Mi42MTEgMzk1LjUzOSAxODIuODQ2IDM5NS43NSAxODMuMDMzQzM5NS45NjUgMTgzLjIyMSAzOTYuMjc3IDE4My4zMTQgMzk2LjY4OCAxODMuMzE0QzM5Ny4wOTQgMTgzLjMxNCAzOTcuNDU1IDE4My4yMjcgMzk3Ljc3MSAxODMuMDUxQzM5OC4wODggMTgyLjg3MSAzOTguMzIgMTgyLjYyNyAzOTguNDY5IDE4Mi4zMThDMzk4LjU4MiAxODIuMDggMzk4LjYzOSAxODEuNzI5IDM5OC42MzkgMTgxLjI2NFYxODAuODc3Wk00MDQuODM4IDE4MS42MDRMNDA2LjY4NCAxNzkuNzU4TDQwNC44NDQgMTc3LjkxOEw0MDUuNTU5IDE3Ny4yMDNMNDA3LjM5OCAxNzkuMDQzTDQwOS4yMzIgMTc3LjIwOUw0MDkuOTM2IDE3Ny45MThMNDA4LjEwNyAxNzkuNzUyTDQwOS45NDcgMTgxLjU5Mkw0MDkuMjMyIDE4Mi4zMDdMNDA3LjM5MyAxODAuNDY3TDQwNS41NDcgMTgyLjMxMkw0MDQuODM4IDE4MS42MDRaTTQxNS4wMzMgMTg2LjM4NVYxNzcuNzc3SDQxNS45OTRWMTc4LjU4NkM0MTYuMjIxIDE3OC4yNyA0MTYuNDc3IDE3OC4wMzMgNDE2Ljc2MiAxNzcuODc3QzQxNy4wNDcgMTc3LjcxNyA0MTcuMzkzIDE3Ny42MzcgNDE3Ljc5OSAxNzcuNjM3QzQxOC4zMyAxNzcuNjM3IDQxOC43OTkgMTc3Ljc3MyA0MTkuMjA1IDE3OC4wNDdDNDE5LjYxMSAxNzguMzIgNDE5LjkxOCAxNzguNzA3IDQyMC4xMjUgMTc5LjIwN0M0MjAuMzMyIDE3OS43MDMgNDIwLjQzNiAxODAuMjQ4IDQyMC40MzYgMTgwLjg0MkM0MjAuNDM2IDE4MS40NzkgNDIwLjMyIDE4Mi4wNTMgNDIwLjA5IDE4Mi41NjRDNDE5Ljg2MyAxODMuMDcyIDQxOS41MzEgMTgzLjQ2MyA0MTkuMDk0IDE4My43MzZDNDE4LjY2IDE4NC4wMDYgNDE4LjIwMyAxODQuMTQxIDQxNy43MjMgMTg0LjE0MUM0MTcuMzcxIDE4NC4xNDEgNDE3LjA1NSAxODQuMDY2IDQxNi43NzMgMTgzLjkxOEM0MTYuNDk2IDE4My43NyA0MTYuMjY4IDE4My41ODIgNDE2LjA4OCAxODMuMzU1VjE4Ni4zODVINDE1LjAzM1pNNDE1Ljk4OCAxODAuOTI0QzQxNS45ODggMTgxLjcyNSA0MTYuMTUgMTgyLjMxNiA0MTYuNDc1IDE4Mi42OTlDNDE2Ljc5OSAxODMuMDgyIDQxNy4xOTEgMTgzLjI3MyA0MTcuNjUyIDE4My4yNzNDNDE4LjEyMSAxODMuMjczIDQxOC41MjEgMTgzLjA3NiA0MTguODU0IDE4Mi42ODJDNDE5LjE4OSAxODIuMjgzIDQxOS4zNTcgMTgxLjY2OCA0MTkuMzU3IDE4MC44MzZDNDE5LjM1NyAxODAuMDQzIDQxOS4xOTMgMTc5LjQ0OSA0MTguODY1IDE3OS4wNTVDNDE4LjU0MSAxNzguNjYgNDE4LjE1MiAxNzguNDYzIDQxNy42OTkgMTc4LjQ2M0M0MTcuMjUgMTc4LjQ2MyA0MTYuODUyIDE3OC42NzQgNDE2LjUwNCAxNzkuMDk2QzQxNi4xNiAxNzkuNTE0IDQxNS45ODggMTgwLjEyMyA0MTUuOTg4IDE4MC45MjRaTTQyNS45NzMgMTgxLjk5Nkw0MjcuMDYyIDE4Mi4xMzFDNDI2Ljg5MSAxODIuNzY4IDQyNi41NzIgMTgzLjI2MiA0MjYuMTA3IDE4My42MTNDNDI1LjY0MyAxODMuOTY1IDQyNS4wNDkgMTg0LjE0MSA0MjQuMzI2IDE4NC4xNDFDNDIzLjQxNiAxODQuMTQxIDQyMi42OTMgMTgzLjg2MSA0MjIuMTU4IDE4My4zMDNDNDIxLjYyNyAxODIuNzQgNDIxLjM2MSAxODEuOTUzIDQyMS4zNjEgMTgwLjk0MUM0MjEuMzYxIDE3OS44OTUgNDIxLjYzMSAxNzkuMDgyIDQyMi4xNyAxNzguNTA0QzQyMi43MDkgMTc3LjkyNiA0MjMuNDA4IDE3Ny42MzcgNDI0LjI2OCAxNzcuNjM3QzQyNS4xIDE3Ny42MzcgNDI1Ljc3OSAxNzcuOTIgNDI2LjMwNyAxNzguNDg2QzQyNi44MzQgMTc5LjA1MyA0MjcuMDk4IDE3OS44NSA0MjcuMDk4IDE4MC44NzdDNDI3LjA5OCAxODAuOTM5IDQyNy4wOTYgMTgxLjAzMyA0MjcuMDkyIDE4MS4xNThINDIyLjQ1MUM0MjIuNDkgMTgxLjg0MiA0MjIuNjg0IDE4Mi4zNjUgNDIzLjAzMSAxODIuNzI5QzQyMy4zNzkgMTgzLjA5MiA0MjMuODEyIDE4My4yNzMgNDI0LjMzMiAxODMuMjczQzQyNC43MTkgMTgzLjI3MyA0MjUuMDQ5IDE4My4xNzIgNDI1LjMyMiAxODIuOTY5QzQyNS41OTYgMTgyLjc2NiA0MjUuODEyIDE4Mi40NDEgNDI1Ljk3MyAxODEuOTk2Wk00MjIuNTEgMTgwLjI5MUg0MjUuOTg0QzQyNS45MzggMTc5Ljc2OCA0MjUuODA1IDE3OS4zNzUgNDI1LjU4NiAxNzkuMTEzQzQyNS4yNSAxNzguNzA3IDQyNC44MTQgMTc4LjUwNCA0MjQuMjc5IDE3OC41MDRDNDIzLjc5NSAxNzguNTA0IDQyMy4zODcgMTc4LjY2NiA0MjMuMDU1IDE3OC45OUM0MjIuNzI3IDE3OS4zMTQgNDIyLjU0NSAxNzkuNzQ4IDQyMi41MSAxODAuMjkxWk00MjguNTEgMTc3Ljc3N0g0MzMuNDA4VjE4NEg0MzIuMzU5VjE3OC42NUg0MjkuNTY0VjE4MS43NUM0MjkuNTY0IDE4Mi40NzMgNDI5LjU0MSAxODIuOTQ5IDQyOS40OTQgMTgzLjE4QzQyOS40NDcgMTgzLjQxIDQyOS4zMTggMTgzLjYxMSA0MjkuMTA3IDE4My43ODNDNDI4Ljg5NiAxODMuOTU1IDQyOC41OTIgMTg0LjA0MSA0MjguMTkzIDE4NC4wNDFDNDI3Ljk0NyAxODQuMDQxIDQyNy42NjQgMTg0LjAyNSA0MjcuMzQ0IDE4My45OTRWMTgzLjExNUg0MjcuODA3QzQyOC4wMjUgMTgzLjExNSA0MjguMTgyIDE4My4wOTQgNDI4LjI3NSAxODMuMDUxQzQyOC4zNjkgMTgzLjAwNCA0MjguNDMyIDE4Mi45MzIgNDI4LjQ2MyAxODIuODM0QzQyOC40OTQgMTgyLjczNiA0MjguNTEgMTgyLjQxOCA0MjguNTEgMTgxLjg3OVYxNzcuNzc3Wk00MzkuMjYyIDE4MS45OTZMNDQwLjM1MiAxODIuMTMxQzQ0MC4xOCAxODIuNzY4IDQzOS44NjEgMTgzLjI2MiA0MzkuMzk2IDE4My42MTNDNDM4LjkzMiAxODMuOTY1IDQzOC4zMzggMTg0LjE0MSA0MzcuNjE1IDE4NC4xNDFDNDM2LjcwNSAxODQuMTQxIDQzNS45ODIgMTgzLjg2MSA0MzUuNDQ3IDE4My4zMDNDNDM0LjkxNiAxODIuNzQgNDM0LjY1IDE4MS45NTMgNDM0LjY1IDE4MC45NDFDNDM0LjY1IDE3OS44OTUgNDM0LjkyIDE3OS4wODIgNDM1LjQ1OSAxNzguNTA0QzQzNS45OTggMTc3LjkyNiA0MzYuNjk3IDE3Ny42MzcgNDM3LjU1NyAxNzcuNjM3QzQzOC4zODkgMTc3LjYzNyA0MzkuMDY4IDE3Ny45MiA0MzkuNTk2IDE3OC40ODZDNDQwLjEyMyAxNzkuMDUzIDQ0MC4zODcgMTc5Ljg1IDQ0MC4zODcgMTgwLjg3N0M0NDAuMzg3IDE4MC45MzkgNDQwLjM4NSAxODEuMDMzIDQ0MC4zODEgMTgxLjE1OEg0MzUuNzRDNDM1Ljc3OSAxODEuODQyIDQzNS45NzMgMTgyLjM2NSA0MzYuMzIgMTgyLjcyOUM0MzYuNjY4IDE4My4wOTIgNDM3LjEwMiAxODMuMjczIDQzNy42MjEgMTgzLjI3M0M0MzguMDA4IDE4My4yNzMgNDM4LjMzOCAxODMuMTcyIDQzOC42MTEgMTgyLjk2OUM0MzguODg1IDE4Mi43NjYgNDM5LjEwMiAxODIuNDQxIDQzOS4yNjIgMTgxLjk5NlpNNDM1Ljc5OSAxODAuMjkxSDQzOS4yNzNDNDM5LjIyNyAxNzkuNzY4IDQzOS4wOTQgMTc5LjM3NSA0MzguODc1IDE3OS4xMTNDNDM4LjUzOSAxNzguNzA3IDQzOC4xMDQgMTc4LjUwNCA0MzcuNTY4IDE3OC41MDRDNDM3LjA4NCAxNzguNTA0IDQzNi42NzYgMTc4LjY2NiA0MzYuMzQ0IDE3OC45OUM0MzYuMDE2IDE3OS4zMTQgNDM1LjgzNCAxNzkuNzQ4IDQzNS43OTkgMTgwLjI5MVpNNDQxLjY4OCAxNzcuNzc3SDQ0NC4xMTlDNDQ0LjcxNyAxNzcuNzc3IDQ0NS4xNiAxNzcuODI4IDQ0NS40NDkgMTc3LjkzQzQ0NS43NDIgMTc4LjAyNyA0NDUuOTkyIDE3OC4yMDkgNDQ2LjE5OSAxNzguNDc1QzQ0Ni40MSAxNzguNzQgNDQ2LjUxNiAxNzkuMDU5IDQ0Ni41MTYgMTc5LjQzQzQ0Ni41MTYgMTc5LjcyNyA0NDYuNDUzIDE3OS45ODYgNDQ2LjMyOCAxODAuMjA5QzQ0Ni4yMDcgMTgwLjQyOCA0NDYuMDIzIDE4MC42MTEgNDQ1Ljc3NyAxODAuNzZDNDQ2LjA3IDE4MC44NTcgNDQ2LjMxMiAxODEuMDQxIDQ0Ni41MDQgMTgxLjMxMUM0NDYuNjk5IDE4MS41NzYgNDQ2Ljc5NyAxODEuODkzIDQ0Ni43OTcgMTgyLjI2QzQ0Ni43NTggMTgyLjg1IDQ0Ni41NDcgMTgzLjI4NyA0NDYuMTY0IDE4My41NzJDNDQ1Ljc4MSAxODMuODU3IDQ0NS4yMjUgMTg0IDQ0NC40OTQgMTg0SDQ0MS42ODhWMTc3Ljc3N1pNNDQyLjc0MiAxODAuMzk2SDQ0My44NjdDNDQ0LjMxNiAxODAuMzk2IDQ0NC42MjUgMTgwLjM3MyA0NDQuNzkzIDE4MC4zMjZDNDQ0Ljk2MSAxODAuMjc5IDQ0NS4xMTEgMTgwLjE4NiA0NDUuMjQ0IDE4MC4wNDVDNDQ1LjM3NyAxNzkuOSA0NDUuNDQzIDE3OS43MjkgNDQ1LjQ0MyAxNzkuNTI5QzQ0NS40NDMgMTc5LjIwMSA0NDUuMzI2IDE3OC45NzMgNDQ1LjA5MiAxNzguODQ0QzQ0NC44NjEgMTc4LjcxNSA0NDQuNDY1IDE3OC42NSA0NDMuOTAyIDE3OC42NUg0NDIuNzQyVjE4MC4zOTZaTTQ0Mi43NDIgMTgzLjEzM0g0NDQuMTMxQzQ0NC43MjkgMTgzLjEzMyA0NDUuMTM5IDE4My4wNjQgNDQ1LjM2MSAxODIuOTI4QzQ0NS41ODQgMTgyLjc4NyA0NDUuNzAxIDE4Mi41NDcgNDQ1LjcxMyAxODIuMjA3QzQ0NS43MTMgMTgyLjAwOCA0NDUuNjQ4IDE4MS44MjQgNDQ1LjUyIDE4MS42NTZDNDQ1LjM5MSAxODEuNDg0IDQ0NS4yMjMgMTgxLjM3NyA0NDUuMDE2IDE4MS4zMzRDNDQ0LjgwOSAxODEuMjg3IDQ0NC40NzcgMTgxLjI2NCA0NDQuMDIgMTgxLjI2NEg0NDIuNzQyVjE4My4xMzNaTTQ1MS45NzcgMTgzLjIzMkM0NTEuNTg2IDE4My41NjQgNDUxLjIwOSAxODMuNzk5IDQ1MC44NDYgMTgzLjkzNkM0NTAuNDg2IDE4NC4wNzIgNDUwLjEgMTg0LjE0MSA0NDkuNjg2IDE4NC4xNDFDNDQ5LjAwMiAxODQuMTQxIDQ0OC40NzcgMTgzLjk3NSA0NDguMTA5IDE4My42NDNDNDQ3Ljc0MiAxODMuMzA3IDQ0Ny41NTkgMTgyLjg3OSA0NDcuNTU5IDE4Mi4zNTlDNDQ3LjU1OSAxODIuMDU1IDQ0Ny42MjcgMTgxLjc3NyA0NDcuNzY0IDE4MS41MjdDNDQ3LjkwNCAxODEuMjczIDQ0OC4wODYgMTgxLjA3IDQ0OC4zMDkgMTgwLjkxOEM0NDguNTM1IDE4MC43NjYgNDQ4Ljc4OSAxODAuNjUgNDQ5LjA3IDE4MC41NzJDNDQ5LjI3NyAxODAuNTE4IDQ0OS41OSAxODAuNDY1IDQ1MC4wMDggMTgwLjQxNEM0NTAuODU5IDE4MC4zMTIgNDUxLjQ4NiAxODAuMTkxIDQ1MS44ODkgMTgwLjA1MUM0NTEuODkzIDE3OS45MDYgNDUxLjg5NSAxNzkuODE0IDQ1MS44OTUgMTc5Ljc3NUM0NTEuODk1IDE3OS4zNDYgNDUxLjc5NSAxNzkuMDQzIDQ1MS41OTYgMTc4Ljg2N0M0NTEuMzI2IDE3OC42MjkgNDUwLjkyNiAxNzguNTEgNDUwLjM5NSAxNzguNTFDNDQ5Ljg5OCAxNzguNTEgNDQ5LjUzMSAxNzguNTk4IDQ0OS4yOTMgMTc4Ljc3M0M0NDkuMDU5IDE3OC45NDUgNDQ4Ljg4NSAxNzkuMjUyIDQ0OC43NzEgMTc5LjY5M0w0NDcuNzQgMTc5LjU1M0M0NDcuODM0IDE3OS4xMTEgNDQ3Ljk4OCAxNzguNzU2IDQ0OC4yMDMgMTc4LjQ4NkM0NDguNDE4IDE3OC4yMTMgNDQ4LjcyOSAxNzguMDA0IDQ0OS4xMzUgMTc3Ljg1OUM0NDkuNTQxIDE3Ny43MTEgNDUwLjAxMiAxNzcuNjM3IDQ1MC41NDcgMTc3LjYzN0M0NTEuMDc4IDE3Ny42MzcgNDUxLjUxIDE3Ny42OTkgNDUxLjg0MiAxNzcuODI0QzQ1Mi4xNzQgMTc3Ljk0OSA0NTIuNDE4IDE3OC4xMDcgNDUyLjU3NCAxNzguMjk5QzQ1Mi43MyAxNzguNDg2IDQ1Mi44NCAxNzguNzI1IDQ1Mi45MDIgMTc5LjAxNEM0NTIuOTM4IDE3OS4xOTMgNDUyLjk1NSAxNzkuNTE4IDQ1Mi45NTUgMTc5Ljk4NlYxODEuMzkzQzQ1Mi45NTUgMTgyLjM3MyA0NTIuOTc3IDE4Mi45OTQgNDUzLjAyIDE4My4yNTZDNDUzLjA2NiAxODMuNTE0IDQ1My4xNTYgMTgzLjc2MiA0NTMuMjg5IDE4NEg0NTIuMTg4QzQ1Mi4wNzggMTgzLjc4MSA0NTIuMDA4IDE4My41MjUgNDUxLjk3NyAxODMuMjMyWk00NTEuODg5IDE4MC44NzdDNDUxLjUwNiAxODEuMDMzIDQ1MC45MzIgMTgxLjE2NiA0NTAuMTY2IDE4MS4yNzVDNDQ5LjczMiAxODEuMzM4IDQ0OS40MjYgMTgxLjQwOCA0NDkuMjQ2IDE4MS40ODZDNDQ5LjA2NiAxODEuNTY0IDQ0OC45MjggMTgxLjY4IDQ0OC44MyAxODEuODMyQzQ0OC43MzIgMTgxLjk4IDQ0OC42ODQgMTgyLjE0NiA0NDguNjg0IDE4Mi4zM0M0NDguNjg0IDE4Mi42MTEgNDQ4Ljc4OSAxODIuODQ2IDQ0OSAxODMuMDMzQzQ0OS4yMTUgMTgzLjIyMSA0NDkuNTI3IDE4My4zMTQgNDQ5LjkzOCAxODMuMzE0QzQ1MC4zNDQgMTgzLjMxNCA0NTAuNzA1IDE4My4yMjcgNDUxLjAyMSAxODMuMDUxQzQ1MS4zMzggMTgyLjg3MSA0NTEuNTcgMTgyLjYyNyA0NTEuNzE5IDE4Mi4zMThDNDUxLjgzMiAxODIuMDggNDUxLjg4OSAxODEuNzI5IDQ1MS44ODkgMTgxLjI2NFYxODAuODc3Wk00NTQuNjAyIDE3Ny43NzdINDU1LjY1NlYxODAuMzY3SDQ1OC41OFYxNzcuNzc3SDQ1OS42MzVWMTg0SDQ1OC41OFYxODEuMjRINDU1LjY1NlYxODRINDU0LjYwMlYxNzcuNzc3Wk00NjAuNjYgMTc3Ljc3N0g0NjUuNzE3VjE3OC42NUg0NjMuNzEzVjE4NEg0NjIuNjY0VjE3OC42NUg0NjAuNjZWMTc3Ljc3N1pNNDY2LjczIDE3Ny43NzdINDY3Ljc4NVYxODAuMzY3SDQ3MC43MDlWMTc3Ljc3N0g0NzEuNzY0VjE4NEg0NzAuNzA5VjE4MS4yNEg0NjcuNzg1VjE4NEg0NjYuNzNWMTc3Ljc3N1pNNDcyLjk2NSAxODAuODg5QzQ3Mi45NjUgMTc5LjczNiA0NzMuMjg1IDE3OC44ODMgNDczLjkyNiAxNzguMzI4QzQ3NC40NjEgMTc3Ljg2NyA0NzUuMTEzIDE3Ny42MzcgNDc1Ljg4MyAxNzcuNjM3QzQ3Ni43MzggMTc3LjYzNyA0NzcuNDM4IDE3Ny45MTggNDc3Ljk4IDE3OC40OEM0NzguNTIzIDE3OS4wMzkgNDc4Ljc5NSAxNzkuODEyIDQ3OC43OTUgMTgwLjgwMUM0NzguNzk1IDE4MS42MDIgNDc4LjY3NCAxODIuMjMyIDQ3OC40MzIgMTgyLjY5M0M0NzguMTkzIDE4My4xNSA0NzcuODQ0IDE4My41MDYgNDc3LjM4MyAxODMuNzZDNDc2LjkyNiAxODQuMDE0IDQ3Ni40MjYgMTg0LjE0MSA0NzUuODgzIDE4NC4xNDFDNDc1LjAxMiAxODQuMTQxIDQ3NC4zMDcgMTgzLjg2MSA0NzMuNzY4IDE4My4zMDNDNDczLjIzMiAxODIuNzQ0IDQ3Mi45NjUgMTgxLjkzOSA0NzIuOTY1IDE4MC44ODlaTTQ3NC4wNDkgMTgwLjg4OUM0NzQuMDQ5IDE4MS42ODYgNDc0LjIyMyAxODIuMjgzIDQ3NC41NyAxODIuNjgyQzQ3NC45MTggMTgzLjA3NiA0NzUuMzU1IDE4My4yNzMgNDc1Ljg4MyAxODMuMjczQzQ3Ni40MDYgMTgzLjI3MyA0NzYuODQyIDE4My4wNzQgNDc3LjE4OSAxODIuNjc2QzQ3Ny41MzcgMTgyLjI3NyA0NzcuNzExIDE4MS42NyA0NzcuNzExIDE4MC44NTRDNDc3LjcxMSAxODAuMDg0IDQ3Ny41MzUgMTc5LjUwMiA0NzcuMTg0IDE3OS4xMDdDNDc2LjgzNiAxNzguNzA5IDQ3Ni40MDIgMTc4LjUxIDQ3NS44ODMgMTc4LjUxQzQ3NS4zNTUgMTc4LjUxIDQ3NC45MTggMTc4LjcwNyA0NzQuNTcgMTc5LjEwMkM0NzQuMjIzIDE3OS40OTYgNDc0LjA0OSAxODAuMDkyIDQ3NC4wNDkgMTgwLjg4OVpNNDg0LjA5OCAxODEuNzIxTDQ4NS4xMzUgMTgxLjg1NUM0ODUuMDIxIDE4Mi41NyA0ODQuNzMgMTgzLjEzMSA0ODQuMjYyIDE4My41MzdDNDgzLjc5NyAxODMuOTM5IDQ4My4yMjUgMTg0LjE0MSA0ODIuNTQ1IDE4NC4xNDFDNDgxLjY5MyAxODQuMTQxIDQ4MS4wMDggMTgzLjg2MyA0ODAuNDg4IDE4My4zMDlDNDc5Ljk3MyAxODIuNzUgNDc5LjcxNSAxODEuOTUxIDQ3OS43MTUgMTgwLjkxMkM0NzkuNzE1IDE4MC4yNCA0NzkuODI2IDE3OS42NTIgNDgwLjA0OSAxNzkuMTQ4QzQ4MC4yNzEgMTc4LjY0NSA0ODAuNjA5IDE3OC4yNjggNDgxLjA2MiAxNzguMDE4QzQ4MS41MiAxNzcuNzY0IDQ4Mi4wMTYgMTc3LjYzNyA0ODIuNTUxIDE3Ny42MzdDNDgzLjIyNyAxNzcuNjM3IDQ4My43NzkgMTc3LjgwOSA0ODQuMjA5IDE3OC4xNTJDNDg0LjYzOSAxNzguNDkyIDQ4NC45MTQgMTc4Ljk3NyA0ODUuMDM1IDE3OS42MDVMNDg0LjAxIDE3OS43NjRDNDgzLjkxMiAxNzkuMzQ2IDQ4My43MzggMTc5LjAzMSA0ODMuNDg4IDE3OC44MkM0ODMuMjQyIDE3OC42MDkgNDgyLjk0MyAxNzguNTA0IDQ4Mi41OTIgMTc4LjUwNEM0ODIuMDYxIDE3OC41MDQgNDgxLjYyOSAxNzguNjk1IDQ4MS4yOTcgMTc5LjA3OEM0ODAuOTY1IDE3OS40NTcgNDgwLjc5OSAxODAuMDU5IDQ4MC43OTkgMTgwLjg4M0M0ODAuNzk5IDE4MS43MTkgNDgwLjk1OSAxODIuMzI2IDQ4MS4yNzkgMTgyLjcwNUM0ODEuNiAxODMuMDg0IDQ4Mi4wMTggMTgzLjI3MyA0ODIuNTMzIDE4My4yNzNDNDgyLjk0NyAxODMuMjczIDQ4My4yOTMgMTgzLjE0NiA0ODMuNTcgMTgyLjg5M0M0ODMuODQ4IDE4Mi42MzkgNDg0LjAyMyAxODIuMjQ4IDQ4NC4wOTggMTgxLjcyMVpNNDg1LjQ2OSAxNzcuNzc3SDQ5MC41MjVWMTc4LjY1SDQ4OC41MjFWMTg0SDQ4Ny40NzNWMTc4LjY1SDQ4NS40NjlWMTc3Ljc3N1pNNDkxLjUxNiAxNzcuNzc3SDQ5Mi41N1YxODAuMjA5SDQ5My45MDZDNDk0Ljc3NyAxODAuMjA5IDQ5NS40NDcgMTgwLjM3OSA0OTUuOTE2IDE4MC43MTlDNDk2LjM4OSAxODEuMDU1IDQ5Ni42MjUgMTgxLjUyIDQ5Ni42MjUgMTgyLjExM0M0OTYuNjI1IDE4Mi42MzMgNDk2LjQyOCAxODMuMDc4IDQ5Ni4wMzMgMTgzLjQ0OUM0OTUuNjQzIDE4My44MTYgNDk1LjAxNiAxODQgNDk0LjE1MiAxODRINDkxLjUxNlYxNzcuNzc3Wk00OTIuNTcgMTgzLjEzM0g0OTMuNjc4QzQ5NC4zNDYgMTgzLjEzMyA0OTQuODIyIDE4My4wNTEgNDk1LjEwNyAxODIuODg3QzQ5NS4zOTMgMTgyLjcyMyA0OTUuNTM1IDE4Mi40NjcgNDk1LjUzNSAxODIuMTE5QzQ5NS41MzUgMTgxLjg1IDQ5NS40MyAxODEuNjA5IDQ5NS4yMTkgMTgxLjM5OEM0OTUuMDA4IDE4MS4xODggNDk0LjU0MSAxODEuMDgyIDQ5My44MTggMTgxLjA4Mkg0OTIuNTdWMTgzLjEzM1oiIGZpbGw9IiMxNzg1RTUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMzIwXzgzNjUxIj4KPHJlY3Qgd2lkdGg9IjcwNiIgaGVpZ2h0PSIzMDYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 260px;
}
@media (min-width: 600px) {
  .HowItWorksModal-module__image--AY4GG {
    height: 296px;
  }
}
.HowItWorksModal-module__factor-list--r5UHA {
  font-family: var(--magritte-typography-paragraph-2-regular-font-family-v21-4-6);
  font-weight: var(--magritte-typography-paragraph-2-regular-font-weight-v21-4-6);
  line-height: var(--magritte-typography-paragraph-2-regular-line-height-v21-4-6);
  font-size: var(--magritte-typography-paragraph-2-regular-font-size-v21-4-6);
  letter-spacing: var(--magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6);
  text-indent: var(--magritte-typography-paragraph-2-regular-text-indent-v21-4-6);
  text-transform: var(--magritte-typography-paragraph-2-regular-text-transform-v21-4-6);
  text-decoration: var(--magritte-typography-paragraph-2-regular-text-decoration-v21-4-6);
  padding-left: 24px;
}
.HowItWorksModal-module__factor-list-item--R2XCq {
  list-style-type: disc;
}

.StatisticCard-module__column--ZOrYR {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.banner-create {
  display: flex;
}
.banner-create__form {
  width: 75%;
  padding-right: 15px;
}
.banner-create__sidebar {
  width: 25%;
  padding-left: 15px;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.BannerImagesModal-module__controls--y9Jdl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
.BannerImagesModal-module__images-container--oZumk {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.BannerImagesModal-module__scrollable-item--qTWqV {
  min-width: 100%;
}
.BannerImagesModal-module__image--eIJw8 {
  width: 100%;
  border-radius: var(--magritte-static-border-radius-100-v21-4-6);
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.BannerImages-module__container--pSbuy {
  display: flex;
}
.BannerImages-module__title-wrapper--OHqk8 {
  align-items: baseline;
}
.BannerImages-module__banner-content-wrapper--ANU5o {
  flex-wrap: wrap;
  gap: 24px;
}
.BannerImages-module__banner-description-wrapper--KETIv {
  gap: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}
.BannerImages-module__banner-media-wrapper--p9qBj {
  align-items: start;
  justify-content: start;
  gap: 12px;
}
.BannerImages-module__banner-additional-info-wrapper--znF1n {
  align-items: center;
}
.BannerImages-module__media--HP50Q {
  min-width: 132px;
  min-height: 112px;
}
.BannerImages-module__media-dimenshions--AHTLl {
  text-align: center;
}
.BannerImages-module__banner-media-preview-wrapper--hj4Cw {
  width: 132px;
  height: 112px;
  position: relative;
  border: 1px solid var(--magritte-color-base-gray-70-v21-4-6);
  border-radius: var(--magritte-static-border-radius-100-v21-4-6);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BannerImages-module__banner-media-expand--uymE7 {
  background-color: color-mix(in srgb, var(--magritte-color-base-gray-20-v21-4-6) 70%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 112px;
  transition: opacity 0.3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--magritte-color-base-white-v21-4-6);
}
.BannerImages-module__banner-media-expand--uymE7:hover {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.BannerImages-module__images--xfZRS {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.BannerImages-module__banner-image-source-logo--YYtZL {
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.BannerImages-module__banner-image-source-logo_hh--bR5gV {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjI0IgogICBoZWlnaHQ9IjI0IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmcyIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxwYXRoCiAgICAgZD0iTSAxMS45OTk5OTksMjQgQyAxOC42Mjc3NSwyNCAyNCwxOC42Mjc3NSAyNCwxMS45OTk5OTkgMjQsNS4zNzIyNDk5IDE4LjYyNzc1LDAgMTEuOTk5OTk5LDAgNS4zNzIyNDk5LDAgMCw1LjM3MjI0OTkgMCwxMS45OTk5OTkgMCwxOC42Mjc3NSA1LjM3MjI0OTksMjQgMTEuOTk5OTk5LDI0IG0gMCwwIgogICAgIHN0eWxlPSJmaWxsOiNmZjAwMDI7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMTg3NSIKICAgICBpZD0icGF0aDEiIC8+CiAgPHBhdGgKICAgICBkPSJNIDE3LjgzODE4OCwxMC4xMjgxOTIgQyAxNy40NzQ4MTIsOS43NTc2NTkzIDE2Ljk1OTE4Nyw5LjU1NTMxNDUgMTYuMzI5Mzc1LDkuNTU1MzE0NSBjIC0wLjc4MzAwMSwwIC0xLjM4NTA2MiwwLjMxNDY1NTUgLTEuNzMwNjI1LDAuOTA0MDU0NSBWIDcuNTMyOTgwNiBIIDEyLjc4MyB2IDguMDIxNTc4NCBoIDEuODE1NTYyIHYgLTIuODIwMjA0IGMgMCwtMC42NTcxNTYgMC4xMzYzMTMsLTEuMDc4MzY3IDAuMzQwNjg3LC0xLjMyNTYzNyAwLjE5ODM3NiwtMC4yNDcyNjkgMC40NzYwNjQsLTAuMzQyMzE1IDAuNzc3MDAxLC0wLjM0MjMxNSAwLjI2NjYyNSwwIDAuNDc2ODEzLDAuMDg0MDkgMC42MjQsMC4yMzU3NiAwLjE0ODEyNSwwLjE1NzIzNCAwLjIzMzA2MywwLjM5ODc0OSAwLjIzMzA2MywwLjczNjA1MiB2IDMuNTExMTQ2IGggMS44MTU1NjIgViAxMS42ODQzOSBjIDAsLTAuNjU3MTU2IC0wLjE5MzMxMywtMS4xOTA4NjQgLTAuNTUwNjg3LC0xLjU1NjE5OCBNIDkuNzE5MjQ5OSw5LjU1NTMxNDUgYyAtMC43ODMsMCAtMS4zODQzMTI1LDAuMzE0NjU1NSAtMS43MzA2MjUsMC45MDQwNTQ1IFYgNy41MzI5ODA2IEggNi4xNzI4NzUgdiA4LjAyMTU3ODQgaCAxLjgxNTU2MjUgdiAtMi44MjAyMDQgYyAwLC0wLjY1NzE1NiAwLjEzNjMxMjUsLTEuMDc4MzY3IDAuMzQwNjg3NCwtMS4zMjU2MzcgMC4xOTgzNzUsLTAuMjQ3MjY5IDAuNDc2ODEyNSwtMC4zNDIzMTUgMC43NzcsLTAuMzQyMzE1IDAuMjY2NjI1LDAgMC40NzY4MTI1LDAuMDg0MDkgMC42MjQxODc1LDAuMjM1NzYgMC4xNDc5Mzc1LDAuMTU3MjM0IDAuMjMyODc1LDAuMzk4NzQ5IDAuMjMyODc1LDAuNzM2MDUyIHYgMy41MTExNDYgSCAxMS43Nzg3NSBWIDExLjY4NDM5IGMgMCwtMC42NTcxNTYgLTAuMTkyNTYyLC0xLjE5MDg2NCAtMC41NTU5MzgsLTEuNTYyMTM5IEMgMTAuODY1NDM3LDkuNzUxNzE4OSAxMC4zNDkwNjIsOS41NTUzMTQ1IDkuNzE5MDYyNCw5LjU1NTMxNDUgbSAwLDAiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4xODY1NjYiCiAgICAgaWQ9InBhdGgyIiAvPgo8L3N2Zz4K);
}
.BannerImages-module__banner-image-source-logo_yandex-and-vk--rQ2Z9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfMTE3XzgwNykiPjxwYXRoIGQ9Ik0xMS45OTUgMjRhMTEuOTk5IDExLjk5OSAwIDEwMC0yNCAxMiAxMiAwIDAwMCAyNHoiIGZpbGw9IiMwN0YiLz48cGF0aCBkPSJNMTIuMzMyIDE1Ljc1QzguMzYgMTUuNzUgNi4wOTUgMTIuNzk0IDYgNy44NzVoMS45OWMuMDY1IDMuNjEgMS41MzEgNS4xNCAyLjY5NCA1LjQ1NVY3Ljg3NWgxLjg3M3YzLjExNGMxLjE0Ny0uMTM1IDIuMzUyLTEuNTUzIDIuNzU5LTMuMTE0aDEuODczYy0uMzEyIDEuOTI0LTEuNjE5IDMuMzQyLTIuNTQ5IDMuOTI1LjkzLjQ3MyAyLjQxOCAxLjcxMSAyLjk4NSAzLjk1aC0yLjA2MmMtLjQ0My0xLjQ5OC0xLjU0Ni0yLjY1Ni0zLjAwNi0yLjgxNHYyLjgxNGgtLjIyNnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuOTk1IDI0YTExLjk5OSAxMS45OTkgMCAxMDAtMjQgMTIgMTIgMCAwMDAgMjR6IiBmaWxsPSIjRkMzRjFEIi8+PHBhdGggZD0iTTMzLjg4IDE5LjUwM2gyLjYxMlY0LjQ5aC0zLjgwNmMtMy44MjggMC01Ljg0IDEuOTY2LTUuODQgNC44NTggMCAyLjI5NyAxLjEwMyAzLjY3NCAzLjA2OSA1LjA3NGwtMy40MjMgNS4wNzRoMi44NGwzLjgwNi01LjY4LTEuMzI2LS44OGMtMS42LTEuMDg2LTIuMzgzLTEuOTItMi4zODMtMy43MzcgMC0xLjU5NCAxLjEyNi0yLjY3NCAzLjI2OS0yLjY3NGgxLjE3MXYxMi45NzFoLjAwNmwuMDA2LjAwNnoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJwcmVmaXhfX2NsaXAwXzExN184MDciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNDR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
  width: 44px;
}
.BannerImages-module__banner-image-source-logo_vk--spVwI {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5NSAyNGExMS45OTkgMTEuOTk5IDAgMTAwLTI0IDEyIDEyIDAgMDAwIDI0eiIgZmlsbD0iIzA3RiIvPjxwYXRoIGQ9Ik0xMi4zMzIgMTUuNzVDOC4zNiAxNS43NSA2LjA5NSAxMi43OTQgNiA3Ljg3NWgxLjk5Yy4wNjUgMy42MSAxLjUzMSA1LjE0IDIuNjk0IDUuNDU1VjcuODc1aDEuODczdjMuMTE0YzEuMTQ3LS4xMzUgMi4zNTItMS41NTMgMi43NTktMy4xMTRoMS44NzNjLS4zMTIgMS45MjQtMS42MTkgMy4zNDItMi41NDkgMy45MjUuOTMuNDczIDIuNDE4IDEuNzExIDIuOTg1IDMuOTVoLTIuMDYyYy0uNDQzLTEuNDk4LTEuNTQ2LTIuNjU2LTMuMDA2LTIuODE0djIuODE0aC0uMjI2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  width: 24px;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.Banner-module__container--HzVuR {
  display: flex;
}
.Banner-module__title-wrapper--sQxN1 {
  align-items: baseline;
}
.Banner-module__banner-content-wrapper--YIfci {
  flex-wrap: wrap;
  gap: 24px;
}
.Banner-module__banner-description-wrapper--NsthV {
  gap: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}
.Banner-module__banner-media-wrapper--Rs2Gu {
  align-items: start;
  justify-content: start;
  gap: 12px;
}
.Banner-module__banner-additional-info-wrapper--N78Vd {
  align-items: center;
}
.Banner-module__media--e_QRJ {
  min-width: 132px;
  min-height: 112px;
}
.Banner-module__media-dimenshions--GdZkH {
  text-align: center;
}
.Banner-module__banner-media-preview-wrapper--Zu8vC {
  width: 132px;
  height: 112px;
  position: relative;
  border: 1px solid var(--magritte-color-base-gray-70-v21-4-6);
  border-radius: var(--magritte-static-border-radius-100-v21-4-6);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Banner-module__banner-media-expand--ODr_E {
  background-color: color-mix(in srgb, var(--magritte-color-base-gray-20-v21-4-6) 70%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 112px;
  transition: opacity 0.3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--magritte-color-base-white-v21-4-6);
}
.Banner-module__banner-media-expand--ODr_E:hover {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}

.BannerModerationInfo-module__input--cIdsu {
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.billing-funnel-report-diff {
  color: #D64030;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.clickme-form-row {
  margin-bottom: 25px;
}
.clickme-form-row:last-of-type {
  margin-bottom: 0;
}
.clickme-form-item {
  display: flex;
}
.clickme-form-item__input {
  width: 100%;
  max-width: 520px;
}
.clickme-form-item__legend {
  min-width: 120px;
  margin-right: 10px;
}
.clickme-form-item__hint {
  margin-left: 130px;
}
.clickme-form-item__warning {
  color: #F7D044;
}
.clickme-form-item__error {
  color: #FF8A77;
}
.clickme-form-item__after {
  margin-left: 130px;
  margin-top: 5px;
}

.add-owner-form {
  display: flex;
}
.add-owner-form__owner {
  flex: 1 0 auto;
}
.add-owner-form__action {
  flex: 0 0 auto;
}

.crm-activity-user-delete:hover {
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.crm-activity-form {
  padding: 25px;
  border: 1px solid #CCD5DF;
  max-width: 650px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.additional-moderation {
  width: 400px;
  line-height: 2.5;
  text-align: left;
}
.additional-moderation__row {
  border-bottom: 1px solid #CCD5DF;
}
.additional-moderation__state {
  text-align: center;
}

.cropped-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
  max-height: 20px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.event-value_removed {
  background-color: #FDEDE9;
}
.event-value_added {
  background-color: #F0FBF3;
}
.event-value_old {
  opacity: 0.6;
}

.history-event__field {
  text-decoration: underline;
}

.banner-moderation {
  margin-top: 10px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  margin-bottom: 10px;
}
.switch__state {
  opacity: 0;
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCD5DF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}
.switch__slider::before {
  border-radius: 4px;
  position: absolute;
  content: '';
  height: 24px;
  width: 26px;
  left: 4px;
  top: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch__state:checked + .switch__slider {
  background-color: #5BCF83;
}
.switch__state_warning:checked + .switch__slider {
  background-color: #FE725F;
}
.switch__state:checked + .switch__slider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch_disabled {
  opacity: 0.5;
}

.IconStatus-module__banner-status-icon--HiStE {
  margin-bottom: 10px;
}

.BannedForAllSourcesTooltip-module__banned-for-all-sources-state--NUWHY {
  text-align: center;
}

.Social-module__banner-block-reason--r2K9E {
  min-width: 300px;
}
.Social-module__banner-status-source--UWxvq {
  margin-bottom: 4px;
}
.Social-module__banner-status-source--UWxvq:last-of-type {
  margin-bottom: 0;
}
.Social-module__banner-status-source__text--HFgX5 {
  margin-left: 4px;
}
.Social-module__banner-status-source_active--YnqWd:hover {
  cursor: pointer;
}
.Social-module__banner-status-source-tip--ZYeLF {
  min-width: 246px;
  text-align: left;
  padding: 8px;
}
.Social-module__banner-status-source-tip-ul--l4TrL {
  padding-top: 8px;
  padding-left: 24px;
  list-style: disc;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable value-keyword-case */
/* stylelint-enable */
.Actions-module__bloko-text--IINSj {
  font-family: var(--bloko-font-family-override, Arial, 'Helvetica Neue', sans-serif);
  line-height: 1.43;
  font-size: 14px;
}
.Actions-module__bloko-text_small--L8OQE {
  line-height: 1.34;
  font-size: 12px;
}
.Actions-module__bloko-text_large--PIFQF {
  line-height: 1.5;
  font-size: 16px;
}
.Actions-module__bloko-text_extra-large--WHAOo {
  line-height: 1.4;
  font-size: 20px;
}
.Actions-module__bloko-text_strong--osZUA {
  font-weight: bold;
}
.Actions-module__bloko-text_secondary--gdcFP {
  color: #5E6C77;
}
.Actions-module__bloko-text_tertiary--KFO7t {
  color: #768694;
}
.Actions-module__bloko-text_italic--tnnrs {
  font-style: italic;
}
.Actions-module__banner-status-message--EqUaU {
  line-height: 1.34;
  font-size: 12px;
  line-height: 1.8;
  width: 120px;
  margin: 0 auto 5px;
}
.Actions-module__banner-status-sources--ycLiV {
  line-height: 1.34;
  font-size: 12px;
  line-height: 1.8;
  width: 120px;
  margin: 0 auto;
  text-align: left;
}

.PreviewTip-module__banner-preview-tip--taBur {
  max-width: 230px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.BannerPreviewDescription-module__banner-preview-description--UNLjE {
  padding-right: 15px;
  max-width: 375px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.BannerPreviewDescription-module__banner-preview-link--iUgVk {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #768694;
  cursor: pointer;
}
.BannerPreviewDescription-module__banner-preview-link--iUgVk:hover {
  color: #5E6C77;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.BannerPreviewImage-module__banner-preview-image-container--frxvD {
  position: relative;
  margin-right: 15px;
  height: 75px;
}
.BannerPreviewImage-module__banner-preview-image--JGUA4 {
  max-width: 90px;
  border-radius: 8px;
}
.BannerPreviewImage-module__banner-preview-image-video--E1DCZ {
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Preview-module__banner-preview--Hw43r {
  display: flex;
}
.Preview-module__banner-preview__description--P_efX {
  padding-right: 15px;
}

.DashboardAveragePricePerClick-module__icon--KG6CH {
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.Banner-module__banner--Isx4D {
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #CCD5DF;
  gap: 8px;
}
.Banner-module__banner--Isx4D:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1019px) {
  .Banner-module__banner--Isx4D {
    flex-wrap: wrap;
    position: relative;
  }
}
.Banner-module__banner__image--lpmT2 {
  width: 40%;
  order: 1;
}
@media (max-width: 1019px) {
  .Banner-module__banner__image--lpmT2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .Banner-module__banner__image--lpmT2 {
    width: 100%;
  }
}
.Banner-module__banner__statistics--SUjak {
  width: 20%;
  min-width: 200px;
  order: 2;
}
@media (max-width: 550px) {
  .Banner-module__banner__statistics--SUjak {
    width: 100%;
    margin-bottom: 15px;
  }
}
.Banner-module__banner__created--aVpRt {
  width: 15%;
  order: 3;
}
@media (max-width: 550px) {
  .Banner-module__banner__created--aVpRt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.Banner-module__banner__actions--CGsti {
  width: 15%;
  text-align: center;
  order: 4;
}
@media (max-width: 1019px) {
  .Banner-module__banner__actions--CGsti {
    width: 120px;
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .Banner-module__banner__actions--CGsti {
    text-align: left;
    margin-bottom: 0;
  }
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.Banners-module__banners--wDzgU {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffffff;
  padding: 40px 15px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.TabLink-module__banner-tab--_wAqT {
  padding: 5px 15px;
  display: inline-block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.TabLink-module__banner-tab--_wAqT:hover {
  cursor: pointer;
}
.TabLink-module__banner-tab-active--YRwLa {
  background: #ffffff;
  color: #2A3137;
}

.BannerTabs-module__clickme-banners-tabs--Oe_84 {
  padding: 0 10px 10px;
}

.campaign-admin-actions {
  margin-top: 10px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable value-keyword-case */
/* stylelint-enable */
.bloko-text {
  font-family: var(--bloko-font-family-override, Arial, 'Helvetica Neue', sans-serif);
  line-height: 1.43;
  font-size: 14px;
}
.bloko-text_small {
  line-height: 1.34;
  font-size: 12px;
}
.bloko-text_large {
  line-height: 1.5;
  font-size: 16px;
}
.bloko-text_extra-large {
  line-height: 1.4;
  font-size: 20px;
}
.bloko-text_strong {
  font-weight: bold;
}
.bloko-text_secondary {
  color: #5E6C77;
}
.bloko-text_tertiary {
  color: #768694;
}
.bloko-text_italic {
  font-style: italic;
}
.clickme-status {
  line-height: 1.34;
  font-size: 12px;
  line-height: 1.8;
  width: 100px;
  margin: 0 auto;
}

.WithAdditional-module__wrapper--vf1IR {
  display: flex;
}
.WithAdditional-module__text-overflow--CgZyy {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Professions-module__professions--qbju9::first-letter {
  text-transform: uppercase;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.AdditionalRegionsModal-module__wrapper--Yik0P {
  width: 650px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid #EEF1F7;
  border-radius: 8px;
}
.AdditionalRegionsModal-module__item--O4Jsr {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.Targetings-module__wrapper--y2peo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 8px;
}

.CampaignInfo-module__campaign-info--HArAO {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 1019px) {
  .CampaignInfo-module__campaign-info--HArAO {
    flex-wrap: wrap;
    position: relative;
  }
}
.CampaignInfo-module__campaign-info__targetings--MQDfF {
  width: 40%;
}
@media (max-width: 550px) {
  .CampaignInfo-module__campaign-info__targetings--MQDfF {
    width: 100%;
    margin-bottom: 15px;
  }
}
.CampaignInfo-module__campaign-info__statistics--DuP5t {
  width: 20%;
  min-width: 200px;
}
@media (max-width: 550px) {
  .CampaignInfo-module__campaign-info__statistics--DuP5t {
    width: 100%;
    margin-bottom: 15px;
  }
}
.CampaignInfo-module__campaign-info__created--eNl5D {
  width: 15%;
}
@media (max-width: 550px) {
  .CampaignInfo-module__campaign-info__created--eNl5D {
    width: 100%;
    margin-bottom: 15px;
  }
}
.CampaignInfo-module__campaign-info__actions--hgHrU {
  width: 15%;
  text-align: center;
}
@media (max-width: 1019px) {
  .CampaignInfo-module__campaign-info__actions--hgHrU {
    width: 120px;
  }
}
@media (max-width: 550px) {
  .CampaignInfo-module__campaign-info__actions--hgHrU {
    text-align: left;
  }
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable value-keyword-case */
/* stylelint-enable */
.invoices-label {
  line-height: 1.34;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 5px;
}
.invoices-label_number {
  background-color: #468FFD;
  color: #ffffff;
}
.invoices-label_alarm {
  background-color: #FF4D3A;
  color: #ffffff;
}
.invoices-label_secondary {
  background-color: #9054EA;
  color: #ffffff;
}
.invoices-label_success,
.invoices-label_status-credited,
.invoices-label_status-payed,
.invoices-label_refund-finish {
  background-color: #5BCF83;
  color: #ffffff;
}
.invoices-label_status-sending {
  background-color: #0070FF;
  color: #ffffff;
}
.invoices-label_status-waitingdoc {
  background-color: #F7D044;
  color: #2A3137;
}
.invoices-label_status-new {
  background-color: #83D99C;
  color: #2A3137;
}
.invoices-label_status-prepaid {
  background-color: #0DC267;
  color: #ffffff;
}
.invoices-label_status-closed {
  background-color: #6A2EB7;
  color: #ffffff;
}
.invoices-label_status-overdue {
  background-color: #BF7104;
  color: #ffffff;
}
.invoices-label_status-cancel,
.invoices-label_refund-new {
  background-color: #768694;
  color: #ffffff;
}
.invoices-label_payer-legal {
  background-color: #883BE9;
  color: #ffffff;
}
.invoices-label_payer-individ,
.invoices-label_payer-bonus {
  background-color: #4E1E8B;
  color: #ffffff;
}
.invoices-label_payer-gift,
.invoices-label_payer-bank {
  background-color: #0058CC;
  color: #ffffff;
}
.invoices-label_payer-natural,
.invoices-label_payer-admin {
  background-color: #0EA658;
  color: #ffffff;
}
.invoices-label_payer-certificate {
  background-color: #C8A836;
  color: #ffffff;
}
.invoices-label_payer-assist {
  background-color: #BF7104;
  color: #ffffff;
}
.invoices-label_payer-hh {
  background-color: #d6001d;
  color: #ffffff;
}
.invoices-label_auto-payment {
  background-color: #883BE9;
  color: #ffffff;
}

.CampaignTitle-module__campaign-title--zz37S {
  display: flex;
  align-items: center;
}
.CampaignTitle-module__campaign-title-wrapper--ja6Be {
  display: flex;
}
.CampaignTitle-module__campaign-title-checkbox--s7DNq {
  margin-top: 2px;
  display: flex;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.CampaignCard-module__campaign-card--NAIiK {
  background: #F4F6FB;
  border-radius: 4px;
  margin-bottom: 24px;
}
.CampaignCard-module__campaign-content--JTtnD {
  padding: 16px;
}
.CampaignCard-module__campaign-content-padding--skoA7 {
  padding-left: 32px;
}

.CampaignsSearch-module__wrapper--Wtclk {
  max-width: 420px;
  flex-grow: 1;
}
@media (max-width: 599px) {
  .CampaignsSearch-module__wrapper--Wtclk {
    width: 100%;
    order: 1;
    max-width: none;
  }
}
.CampaignsSearch-module__inner-wrapper--R9X9n {
  width: 100%;
}

.download-statistic-modal__footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.Filter-module__checkbox--Hk1vE {
  display: flex;
  align-items: center;
}
.Filter-module__tip--Ckq2O {
  max-width: 300px;
}
.Filter-module__search-empty-warning--BDn_s {
  display: flex;
  justify-content: center;
  padding: 16px;
}

.FiltersDropContent-module__drop-content--ZYmX7 {
  padding: 16px;
  width: 218px;
}
.FiltersDropContent-module__filters-wrapper--ecAAi {
  max-height: 500px;
  overflow-y: auto;
}
.FiltersDropContent-module__buttons--iUhu0 {
  display: flex;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.Filters-module__filter-count--sXMkQ {
  display: inline-block;
  padding: 0 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #AABBCA;
  color: #ffffff;
  line-height: 140%;
}

.LeadsModal-module__leads-modal--gnWik {
  width: 100%;
  max-width: 273px;
}

.LeadsButton-module__leadsbutton-content--hLkmj {
  margin-right: 8px;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.DashboardButtons-module__wrapper--_Ir3X {
  display: flex;
  gap: var(--magritte-core-space-2-x-v21-4-6);
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .DashboardButtons-module__wrapper--_Ir3X {
    flex-wrap: wrap;
    gap: var(--magritte-core-space-4-x-v21-4-6) var(--magritte-core-space-2-x-v21-4-6);
  }
}
@media (max-width: 599px) {
  .DashboardButtons-module__button-new-wrapper--AQCoC {
    flex-grow: 1;
  }
}
.DashboardButtons-module__buttons-right--Jkhon {
  margin-left: auto;
  display: flex;
}
@media (max-width: 599px) {
  .DashboardButtons-module__buttons-right--Jkhon {
    margin-left: 0;
  }
}
.DashboardButtons-module__multi-creation-button--NNULl {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

.MaximumPriceBanner-module__content-wrapper--Tmsfn {
  display: flex;
  justify-content: space-between;
}

.BudgetIncrease-module__budget--nCN8y {
  align-items: center;
  display: flex;
  gap: 6px;
}
.BudgetIncrease-module__list--q4oCF {
  list-style: inside;
}
.BudgetIncrease-module__item--kOMDL {
  padding-left: 8px;
}

.MultiStopConfirmationModal-module__content-wrapper--oKVsh {
  max-width: 336px;
}
.MultiStopConfirmationModal-module__footer--dJJ_Z {
  display: flex;
}
.MultiStopConfirmationModal-module__loader--zTT1A {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 336px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
/* stylelint-disable selector-nested-pattern */
/* stylelint-enable */
.MultiActions-module__wrapper--fKgNd {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 999;
}
.MultiActions-module__controls--Ruf64 {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.MultiActions-module__checkbox--u61wY {
  align-items: center;
  display: flex;
  gap: 6px;
}

.UXSurveyBanner-module__content-wrapper--tDpZV {
  display: flex;
  justify-content: space-between;
}

.acts-editing-field {
  display: flex;
  align-items: center;
  width: 200px;
  min-height: 32px;
}
.acts-editing-field-small {
  width: 130px;
}
.acts-editing-field-medium {
  width: 190px;
}

.Act-module__table-cell-type--uzYbT {
  max-width: 130px;
}
.Act-module__table-cell-group--Stf8v {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin-bottom: 8px;
}
.Act-module__table-cell-group--Stf8v b {
  margin-bottom: 4px;
}
.Act-module__act-history-link--WQwkp {
  max-width: 120px;
  line-height: 1.2;
  text-align: center;
}
.Act-module__document-number-cell--aB5x5 {
  width: 200px;
}

.EditingSelectorField-module__acts-editing-field--V4Jv1 {
  display: flex;
  align-items: center;
  width: 200px;
  min-height: 32px;
}
.EditingSelectorField-module__acts-editing-field-small--ex3H2 {
  width: 130px;
}
.EditingSelectorField-module__acts-editing-field-medium--EW1nd {
  width: 190px;
}
.EditingSelectorField-module__acts-editing-select--KcX_q {
  width: 100%;
}

.help-paragraph {
  margin-bottom: 7px;
}

.help-hyphen-item {
  display: flex;
}
.help-hyphen-item::before {
  content: '\2043';
  position: relative;
  left: -5px;
  margin-left: 5px;
}

.help-underline-text {
  text-decoration: underline;
}

.second-title-list {
  margin: 35px 0 5px;
}

.number-item {
  margin-left: 15px;
}

.feedback-container {
  margin: 60px 0 50px;
}
.feedback-buttons-container {
  display: flex;
  flex-wrap: wrap;
}
.feedback-button {
  margin-right: 15px;
}
@media (max-width: 699px) {
  .feedback-button {
    margin-bottom: 10px;
  }
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.article-list {
  color: #2A3137;
  margin: 0 60px;
}
@media (max-width: 699px) {
  .article-list {
    margin: 0;
  }
}
.article-item {
  border-bottom: 1px solid #EEF1F7;
}
@media (max-width: 699px) {
  .article-item {
    border: 1px solid #E7F2FF;
    margin-top: -1px;
  }
}
.article-item-title {
  padding: 25px 25px 25px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 699px) {
  .article-item-title {
    padding: 30px 54px 30px 16px;
    font-size: 16px;
    border: 0;
  }
}
.article-item-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 699px) {
  .article-item-icon {
    right: 16px;
  }
}
.article-item-content {
  line-height: 20px;
  padding-right: 25px;
}
@media (max-width: 699px) {
  .article-item-content {
    margin: 0 16px;
  }
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.help-tabs {
  margin: 2px -15px 0;
}
@media (max-width: 699px) {
  .help-tabs {
    margin: 0;
  }
}
.help-tab {
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  color: #2A3137;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 699px) {
  .help-tab {
    background-color: #F4F6FB;
  }
}
.help-tab_active {
  background-color: #E7F2FF;
  color: #0070FF;
}
.help-icon {
  background-repeat: no-repeat;
  margin-right: 25px;
  width: 45px;
  height: 36px;
}
.help-icon-create {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI4LjEyIDEuMzc1SDMuMzdhMi4yNSAyLjI1IDAgMDAtMi4yNSAyLjI1djI0Ljc1YTIuMjUgMi4yNSAwIDAwMi4yNSAyLjI1aDI3YTIuMjUgMi4yNSAwIDAwMi4yNS0yLjI1di0xMy41TTEuMTIgOC4xMjVoMTkuMTI0IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNC4xNzMgNy42OTdsLTguNTg0IDguNTg1LTQuMjIuODQzLjg0NS00LjIxOCA4LjU4NC04LjU4NWEyLjM3OCAyLjM3OCAwIDAxMy4zNjUgMGwuMDEuMDFjLjkyOS45My45MjkgMi40MzYgMCAzLjM2NXYweiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTcuODcgMTcuMTI1aDYuNzVNNy44NyAyMy44NzVoMTQuNjI0IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
}
.help-icon-create_active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI4LjEyIDEuMzc1SDMuMzdhMi4yNSAyLjI1IDAgMDAtMi4yNSAyLjI1djI0Ljc1YTIuMjUgMi4yNSAwIDAwMi4yNSAyLjI1aDI3YTIuMjUgMi4yNSAwIDAwMi4yNS0yLjI1di0xMy41TTEuMTIgOC4xMjVoMTkuMTI0IiBzdHJva2U9IiMxRTg4RTUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNC4xNzMgNy42OTdsLTguNTg0IDguNTg1LTQuMjIuODQzLjg0NS00LjIxOCA4LjU4NC04LjU4NWEyLjM3OCAyLjM3OCAwIDAxMy4zNjUgMGwuMDEuMDFjLjkyOS45My45MjkgMi40MzYgMCAzLjM2NXYweiIgc3Ryb2tlPSIjMUU4OEU1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTcuODcgMTcuMTI1aDYuNzVNNy44NyAyMy44NzVoMTQuNjI0IiBzdHJva2U9IiMxRTg4RTUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
}
.help-icon-budget {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMTI1IDEwLjEyNWM0Ljk3IDAgOS0yLjAxNSA5LTQuNXMtNC4wMy00LjUtOS00LjUtOSAyLjAxNS05IDQuNSA0LjAzIDQuNSA5IDQuNXoiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xOS4xMjUgMTAuMTI1YzAgMi40ODYtNC4wMjkgNC41LTkgNC41cy05LTIuMDE0LTktNC41TTE5LjEyNSAxNC42MjV2LTkiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xLjEyNSA1LjYyNXYyMi41YzAgMi40ODUgNC4wMjkgNC41IDkgNC41IDEuMTMzLjAwMiAyLjI2NC0uMTEgMy4zNzUtLjMzNCIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEuMTI1IDIzLjYyNWMwIDIuNDg1IDQuMDI5IDQuNSA5IDQuNSAxLjEzMy4wMDIgMi4yNjQtLjExIDMuMzc1LS4zMzRNMS4xMjUgMTkuMTI1YzAgMi40ODUgNC4wMjkgNC41IDkgNC41IDEuMTMzLjAwMiAyLjI2NC0uMTEgMy4zNzUtLjMzNE0xLjEyNSAxNC42MjVjMCAyLjQ4NSA0LjAyOSA0LjUgOSA0LjUgMS4xMzMuMDAyIDIuMjY0LS4xMSAzLjM3NS0uMzM0IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNS44NzUgMjUuODc1YzQuOTcgMCA5LTIuMDE1IDktNC41cy00LjAzLTQuNS05LTQuNS05IDIuMDE1LTkgNC41IDQuMDMgNC41IDkgNC41eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE2Ljg3NSAyMS4zNzV2OWMwIDIuNDg2IDQuMDI5IDQuNSA5IDQuNXM5LTIuMDE0IDktNC41di05IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMzQuODc1IDI1Ljg3NWMwIDIuNDg1LTQuMDI5IDQuNS05IDQuNXMtOS0yLjAxNS05LTQuNSIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
}
.help-icon-budget_active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMTI1IDEwLjEyNWM0Ljk3IDAgOS0yLjAxNSA5LTQuNXMtNC4wMy00LjUtOS00LjUtOSAyLjAxNS05IDQuNSA0LjAzIDQuNSA5IDQuNXoiIHN0cm9rZT0iIzFFODhFNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xOS4xMjUgMTAuMTI1YzAgMi40ODYtNC4wMjkgNC41LTkgNC41cy05LTIuMDE0LTktNC41TTE5LjEyNSAxNC42MjV2LTkiIHN0cm9rZT0iIzFFODhFNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xLjEyNSA1LjYyNXYyMi41YzAgMi40ODUgNC4wMjkgNC41IDkgNC41IDEuMTMzLjAwMiAyLjI2NC0uMTEgMy4zNzUtLjMzNCIgc3Ryb2tlPSIjMUU4OEU1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEuMTI1IDIzLjYyNWMwIDIuNDg1IDQuMDI5IDQuNSA5IDQuNSAxLjEzMy4wMDIgMi4yNjQtLjExIDMuMzc1LS4zMzRNMS4xMjUgMTkuMTI1YzAgMi40ODUgNC4wMjkgNC41IDkgNC41IDEuMTMzLjAwMiAyLjI2NC0uMTEgMy4zNzUtLjMzNE0xLjEyNSAxNC42MjVjMCAyLjQ4NSA0LjAyOSA0LjUgOSA0LjUgMS4xMzMuMDAyIDIuMjY0LS4xMSAzLjM3NS0uMzM0IiBzdHJva2U9IiMxRTg4RTUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNS44NzUgMjUuODc1YzQuOTcgMCA5LTIuMDE1IDktNC41cy00LjAzLTQuNS05LTQuNS05IDIuMDE1LTkgNC41IDQuMDMgNC41IDkgNC41eiIgc3Ryb2tlPSIjMUU4OEU1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE2Ljg3NSAyMS4zNzV2OWMwIDIuNDg2IDQuMDI5IDQuNSA5IDQuNXM5LTIuMDE0IDktNC41di05IiBzdHJva2U9IiMxRTg4RTUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMzQuODc1IDI1Ljg3NWMwIDIuNDg1LTQuMDI5IDQuNS05IDQuNXMtOS0yLjAxNS05LTQuNSIgc3Ryb2tlPSIjMUU4OEU1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
}
.help-icon-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjcuNTY0IDE1Ljc1SDguNDM5YTcuMzMyIDcuMzMyIDAgMDEtNy4zMTMtNy4zMTN2MEE3LjMzNCA3LjMzNCAwIDAxOC40NCAxLjEyNWgxOS4xMjVhNy4zMzUgNy4zMzUgMCAwMTcuMzEzIDcuMzEzdjBhNy4zMzQgNy4zMzQgMCAwMS03LjMxMyA3LjMxMnpNMjcuNTY0IDM0Ljg3NUg4LjQzOWE3LjMzMiA3LjMzMiAwIDAxLTcuMzEzLTcuMzEzdjBBNy4zMzMgNy4zMzMgMCAwMTguNDQgMjAuMjVoMTkuMTI1YTcuMzM1IDcuMzM1IDAgMDE3LjMxMyA3LjMxM3YwYTcuMzM0IDcuMzM0IDAgMDEtNy4zMTMgNy4zMTJ2MHoiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguNDM5IDExLjI1YTIuODEzIDIuODEzIDAgMTAwLTUuNjI1IDIuODEzIDIuODEzIDAgMDAwIDUuNjI1ek0yNy41NjQgMzAuMzc1YTIuODEzIDIuODEzIDAgMTAwLTUuNjI1IDIuODEzIDIuODEzIDAgMDAwIDUuNjI1eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
}
.help-icon-control_active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjcuNTY0IDE1Ljc1SDguNDM5YTcuMzMyIDcuMzMyIDAgMDEtNy4zMTMtNy4zMTN2MEE3LjMzNCA3LjMzNCAwIDAxOC40NCAxLjEyNWgxOS4xMjVhNy4zMzUgNy4zMzUgMCAwMTcuMzEzIDcuMzEzdjBhNy4zMzQgNy4zMzQgMCAwMS03LjMxMyA3LjMxMnpNMjcuNTY0IDM0Ljg3NUg4LjQzOWE3LjMzMiA3LjMzMiAwIDAxLTcuMzEzLTcuMzEzdjBBNy4zMzMgNy4zMzMgMCAwMTguNDQgMjAuMjVoMTkuMTI1YTcuMzM1IDcuMzM1IDAgMDE3LjMxMyA3LjMxM3YwYTcuMzM0IDcuMzM0IDAgMDEtNy4zMTMgNy4zMTJ2MHoiIHN0cm9rZT0iIzFFODhFNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguNDM5IDExLjI1YTIuODEzIDIuODEzIDAgMTAwLTUuNjI1IDIuODEzIDIuODEzIDAgMDAwIDUuNjI1ek0yNy41NjQgMzAuMzc1YTIuODEzIDIuODEzIDAgMTAwLTUuNjI1IDIuODEzIDIuODEzIDAgMDAwIDUuNjI1eiIgc3Ryb2tlPSIjMUU4OEU1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
}
.help-icon-statistics {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTI1IDEuMTI1djMzLjc1aDMzLjc1TTIzLjkwNSAxMi44NjdsNi43NC04LjQyNE0xNC40MzIgMTEuMDM4bDYuMDEyIDIuNjcyTTEuMTI1IDE2Ljg3NWw5LjMyMS01LjU5Mk0yMy4zNDIgMjQuNzgybDcuMTEtMy45NU0xMi4zNzUgMjUuODc1aDYuNzVNMS4xMjUgMzAuMzc1bDYuOTg3LTMuNDkzIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4zNzUgMTIuMzc1YTIuMjUgMi4yNSAwIDEwMC00LjUgMi4yNSAyLjI1IDAgMDAwIDQuNXpNMjIuNSAxNi44NzVhMi4yNSAyLjI1IDAgMTAwLTQuNSAyLjI1IDIuMjUgMCAwMDAgNC41ek0zMi42MjUgNS42MjVhMi4yNSAyLjI1IDAgMTAwLTQuNSAyLjI1IDIuMjUgMCAwMDAgNC41ek0zMi42MjUgMjIuNWEyLjI1IDIuMjUgMCAxMDAtNC41IDIuMjUgMi4yNSAwIDAwMCA0LjV6TTIxLjM3NSAyOC4xMjVhMi4yNSAyLjI1IDAgMTAwLTQuNSAyLjI1IDIuMjUgMCAwMDAgNC41ek0xMC4xMjUgMjguMTI1YTIuMjUgMi4yNSAwIDEwMC00LjUgMi4yNSAyLjI1IDAgMDAwIDQuNXoiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}
.help-icon-statistics_active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTI1IDEuMTI1djMzLjc1aDMzLjc1TTIzLjkwNSAxMi44NjdsNi43NC04LjQyNE0xNC40MzIgMTEuMDM4bDYuMDEyIDIuNjcyTTEuMTI1IDE2Ljg3NWw5LjMyMS01LjU5Mk0yMy4zNDIgMjQuNzgybDcuMTEtMy45NU0xMi4zNzUgMjUuODc1aDYuNzVNMS4xMjUgMzAuMzc1bDYuOTg3LTMuNDkzIiBzdHJva2U9IiMxRTg4RTUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4zNzUgMTIuMzc1YTIuMjUgMi4yNSAwIDEwMC00LjUgMi4yNSAyLjI1IDAgMDAwIDQuNXpNMjIuNSAxNi44NzVhMi4yNSAyLjI1IDAgMTAwLTQuNSAyLjI1IDIuMjUgMCAwMDAgNC41ek0zMi42MjUgNS42MjVhMi4yNSAyLjI1IDAgMTAwLTQuNSAyLjI1IDIuMjUgMCAwMDAgNC41ek0zMi42MjUgMjIuNWEyLjI1IDIuMjUgMCAxMDAtNC41IDIuMjUgMi4yNSAwIDAwMCA0LjV6TTIxLjM3NSAyOC4xMjVhMi4yNSAyLjI1IDAgMTAwLTQuNSAyLjI1IDIuMjUgMCAwMDAgNC41ek0xMC4xMjUgMjguMTI1YTIuMjUgMi4yNSAwIDEwMC00LjUgMi4yNSAyLjI1IDAgMDAwIDQuNXoiIHN0cm9rZT0iIzFFODhFNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}
.help-icon-payment {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMzIgMTQuMDE2YTMuMzMyIDMuMzMyIDAgMDAyLjc4OCAxLjMxM2MxLjcwOCAwIDMuMDk0LTEuMDQgMy4wOTQtMi4zMiAwLTEuMjgyLTEuMzg2LTIuMzItMy4wOTQtMi4zMi0xLjcwOSAwLTMuMDkzLTEuMDQtMy4wOTMtMi4zMjJzMS4zODYtMi4zMiAzLjA5My0yLjMyYTMuMzMyIDMuMzMyIDAgMDEyLjc4NyAxLjMxMk0xMi4xMDggMTUuMzN2MS41NDZNMTIuMTA4IDQuNXYxLjU0Nk0zNC44NzUgMzEuNDc5bC0yLjIzNS0zLjM1NFYyMC4yNWMwLTMtNS43LTYuMjA5LTcuODc1LTcuODc1TTI3LjY2IDIyLjE5MWwtNS40NzItNC4zODZhMS45NTUgMS45NTUgMCAxMC0yLjc2NSAyLjc2NWw1LjMgNS45OHYzLjc1YzAgMS43NzEgMi41MzIgNC41NjcgMi41MzIgNC41NjciIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0yMC4yNjUgMzQuODc1SDMuMmEyLjA2MiAyLjA2MiAwIDAxLTIuMDYxLTIuMDYzVjMuMTg5YzAtMS4xMzkuOTIyLTIuMDYyIDIuMDYtMi4wNjNoMTkuNWMxLjE0IDAgMi4wNjQuOTIzIDIuMDY1IDIuMDYzVjE5Ljg3IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTUuNzY1IDIxLjM3NWgtOWMtLjYyMSAwLTEuMTI1LjUwNC0xLjEyNSAxLjEyNXY2Ljc1YzAgLjYyMS41MDQgMS4xMjUgMS4xMjUgMS4xMjVoMTMuNU01LjY0IDI1Ljg3NWgxMi4zNzVNMTIuMzkgMjEuMzc1djkiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}
.help-icon-payment_active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMzIgMTQuMDE2YTMuMzMyIDMuMzMyIDAgMDAyLjc4OCAxLjMxM2MxLjcwOCAwIDMuMDk0LTEuMDQgMy4wOTQtMi4zMiAwLTEuMjgyLTEuMzg2LTIuMzItMy4wOTQtMi4zMi0xLjcwOSAwLTMuMDkzLTEuMDQtMy4wOTMtMi4zMjJzMS4zODYtMi4zMiAzLjA5My0yLjMyYTMuMzMyIDMuMzMyIDAgMDEyLjc4NyAxLjMxMk0xMi4xMDggMTUuMzN2MS41NDZNMTIuMTA4IDQuNXYxLjU0Nk0zNC44NzUgMzEuNDc5bC0yLjIzNS0zLjM1NFYyMC4yNWMwLTMtNS43LTYuMjA5LTcuODc1LTcuODc1TTI3LjY2IDIyLjE5MWwtNS40NzItNC4zODZhMS45NTUgMS45NTUgMCAxMC0yLjc2NSAyLjc2NWw1LjMgNS45OHYzLjc1YzAgMS43NzEgMi41MzIgNC41NjcgMi41MzIgNC41NjciIHN0cm9rZT0iIzFFODhFNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0yMC4yNjUgMzQuODc1SDMuMmEyLjA2MiAyLjA2MiAwIDAxLTIuMDYxLTIuMDYzVjMuMTg5YzAtMS4xMzkuOTIyLTIuMDYyIDIuMDYtMi4wNjNoMTkuNWMxLjE0IDAgMi4wNjQuOTIzIDIuMDY1IDIuMDYzVjE5Ljg3IiBzdHJva2U9IiMxRTg4RTUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTUuNzY1IDIxLjM3NWgtOWMtLjYyMSAwLTEuMTI1LjUwNC0xLjEyNSAxLjEyNXY2Ljc1YzAgLjYyMS41MDQgMS4xMjUgMS4xMjUgMS4xMjVoMTMuNU01LjY0IDI1Ljg3NWgxMi4zNzVNMTIuMzkgMjEuMzc1djkiIHN0cm9rZT0iIzFFODhFNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}
.help-icon-rules {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyLjY0IDE0LjYzVjMuMzhhMi4yNSAyLjI1IDAgMDAtMi4yNS0yLjI1aC0yN2EyLjI1IDIuMjUgMCAwMC0yLjI1IDIuMjV2MjQuNzVhMi4yNSAyLjI1IDAgMDAyLjI1IDIuMjVoOU0xLjE0IDcuODhoMzEuNU0zNC44OSAyNS44OGE5IDkgMCAxMS05LTkiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0zNC44OSAxOS4xM2wtOC4yMDUgOC4yMDVhMS4xMjUgMS4xMjUgMCAwMS0xLjU5MiAwbC0yLjU3OC0yLjU4NSIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
}
.help-icon-rules_active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyLjY0IDE0LjYzVjMuMzhhMi4yNSAyLjI1IDAgMDAtMi4yNS0yLjI1aC0yN2EyLjI1IDIuMjUgMCAwMC0yLjI1IDIuMjV2MjQuNzVhMi4yNSAyLjI1IDAgMDAyLjI1IDIuMjVoOU0xLjE0IDcuODhoMzEuNU0zNC44OSAyNS44OGE5IDkgMCAxMS05LTkiIHN0cm9rZT0iIzFFODhFNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0zNC44OSAxOS4xM2wtOC4yMDUgOC4yMDVhMS4xMjUgMS4xMjUgMCAwMS0xLjU5MiAwbC0yLjU3OC0yLjU4NSIgc3Ryb2tlPSIjMUU4OEU1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.contact-info {
  margin-top: 90px;
  background-color: #F4F6FB;
  padding: 72px 0 73px;
  box-sizing: border-box;
  color: #2A3137;
}
.contact-info-title {
  font-size: 16px;
  line-height: 27px;
}
.contact-info-content {
  margin-left: -15px;
}
.contact-info-label {
  margin: 44px 0 12px;
  font-size: 12px;
  letter-spacing: 1px;
}
.contact-info-value {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.contact-email-icon {
  margin-right: 18px;
}

.income-expense-month {
  min-width: 100px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.InvoiceCreateHH-module__input-container-wrapper--z8CAN {
  max-width: 360px;
  display: flex;
}
.InvoiceCreateHH-module__input-wrapper--kb1Qa {
  max-width: 210px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.InvoiceCreateHH-module__error--zu6Wo {
  color: #FF8A77;
}
.InvoiceCreateHH-module__tip--r3SqM {
  max-width: 500px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.invoice-block-filter {
  display: flex;
  align-items: center;
  border: 1px solid #CCD5DF;
  padding: 15px;
}
.invoice-block-filter__actions {
  margin-left: auto;
}

.title-with-invoice__number {
  font-size: 19px;
}

.invoice-acts {
  margin-bottom: 40px;
}

.csv-import {
  text-align: right;
  margin-bottom: 10px;
}
.csv-import_action:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.refund {
  display: flex;
  justify-content: space-between;
}
.refund__label {
  color: #768694;
}
.refund__actions {
  display: flex;
  align-items: baseline;
}
.refund__input {
  margin-right: 6px;
  margin-left: 6px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.invoices__invoice-date {
  color: #468FFD;
  font-size: 16px;
}
.invoices__invoice-date:hover {
  text-decoration: underline;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.requisites-link {
  color: #0070FF;
  text-decoration: underline;
}
.requisites-link:hover {
  cursor: pointer;
}

.invoice-amounts {
  display: flex;
}

.invoice-title__status {
  position: relative;
  top: -2px;
  margin-left: auto;
}

.invoice-detail {
  display: flex;
  margin: 0 -15px 40px;
}

.invoice-payments {
  margin-bottom: 40px;
}
.refund-label {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.settings {
  padding: 15px;
  border: 1px solid #CCD5DF;
  width: 400px;
}
.settings__actions {
  display: flex;
}
.settings-actions__save {
  margin-left: auto;
}

.gift-form {
  width: 500px;
}

.filter-value__status {
  width: 245px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.invoices-filter {
  display: flex;
  align-items: center;
  border: 1px solid #CCD5DF;
  padding: 15px;
}
.invoices-filter__type {
  width: 245px;
}
.invoices-filter__actions {
  margin-left: auto;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.header-invoices {
  border-bottom: 1px solid #CCD5DF;
}
.header-invoices__item {
  text-align: left;
  padding: 10px;
}
.header-invoices__item_created-at {
  width: 80px;
}
.header-invoices__item_amount {
  width: 100px;
  text-align: right;
}
.header-invoices__item_account {
  width: 180px;
}
.header-invoices__item_payer {
  width: 200px;
}
.header-invoices__item_requisites {
  width: 230px;
}

.user-gift {
  width: 30px;
}
.user-gift:hover {
  cursor: pointer;
}

.employer-id {
  text-decoration: underline;
}

.invoices-table {
  min-width: 1000px;
}
.invoices-table-total {
  text-align: right;
  text-decoration: underline;
  margin-bottom: 15px;
}

.login-page {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CampaignModeration-module__title-wrapper--lTTAc {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.ModerationReasonsList-module__input-wrapper--S2UsM {
  width: 400px;
}
@media (max-width: 1023px) {
  .ModerationReasonsList-module__input-wrapper--S2UsM {
    width: 100%;
  }
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.BidInput-module__rare--wOOxU [data-qa='input-button-svg'] {
  transform: rotate(-90deg);
}
.BidInput-module__rare--wOOxU [data-qa='input-button-svg'] path {
  fill: var(--magritte-color-icon-negative-v21-4-6);
}
.BidInput-module__average--wR_wO [data-qa='input-button-svg'] {
  transform: rotate(-90deg);
}
.BidInput-module__average--wR_wO [data-qa='input-button-svg'] path {
  fill: var(--magritte-color-icon-warning-v21-4-6);
}
.BidInput-module__often--jbQou [data-qa='input-button-svg'] {
  transform: rotate(-90deg);
}
.BidInput-module__often--jbQou [data-qa='input-button-svg'] path {
  fill: var(--magritte-color-icon-positive-secondary-v21-4-6);
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.BidsAndBudgetsTableBody-module__row-wrapper--vvTnI {
  display: flex;
  gap: 48px;
}
.BidsAndBudgetsTableBody-module__name-column--osdoE {
  width: 400px;
}
.BidsAndBudgetsTableBody-module__bid-column--BdyW9 {
  width: 148px;
}
.BidsAndBudgetsTableBody-module__budget-column--l1ybA {
  width: 148px;
}
.BidsAndBudgetsTableBody-module__mobile-row--lu0xZ {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 -1px 0 0 var(--magritte-color-component-divider-stroke-content-v21-4-6);
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.BidsAndBudgetsTableBottomPanel-module__wrapper--N2D1m {
  position: absolute;
  width: 100%;
}
.BidsAndBudgetsTableBottomPanel-module__panel--KP_dP {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--magritte-static-space-300-v21-4-6);
  background-color: var(--magritte-color-background-primary-v21-4-6);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -1px 0 0 var(--magritte-color-component-divider-stroke-content-v21-4-6);
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .BidsAndBudgetsTableBottomPanel-module__panel--KP_dP {
    flex-direction: column-reverse;
  }
}
.BidsAndBudgetsTableBottomPanel-module__right-actions--JuIfq {
  display: flex;
  align-items: center;
  gap: var(--magritte-static-space-600-v21-4-6);
}
@media (max-width: 1023px) {
  .BidsAndBudgetsTableBottomPanel-module__right-actions--JuIfq {
    gap: var(--magritte-static-space-400-v21-4-6);
    flex-direction: column;
    width: 100%;
  }
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.VacanciesTableBody-module__row-wrapper--ZwJME {
  display: flex;
  gap: 48px;
}
.VacanciesTableBody-module__name-column--mK6nP {
  flex: 1;
}
.VacanciesTableBody-module__area-column--UlAGF {
  width: 240px;
}
.VacanciesTableBody-module__manager-column--rya2K {
  width: 360px;
}
.VacanciesTableBody-module__mobile-row--gXp6h {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 -1px 0 0 var(--magritte-color-component-divider-stroke-content-v21-4-6);
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.VacanciesTableBottomPanel-module__wrapper--wIelH {
  position: absolute;
  width: 100%;
}
.VacanciesTableBottomPanel-module__panel--EWwOW {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--magritte-static-space-300-v21-4-6);
  background-color: var(--magritte-color-background-primary-v21-4-6);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -1px 0 0 var(--magritte-color-component-divider-stroke-content-v21-4-6);
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .VacanciesTableBottomPanel-module__panel--EWwOW {
    z-index: 2;
  }
}
@media (max-width: 599px) {
  .VacanciesTableBottomPanel-module__panel--EWwOW {
    flex-direction: column-reverse;
  }
}
.VacanciesTableBottomPanel-module__right-actions--nT0DW {
  display: flex;
  align-items: center;
  gap: var(--magritte-static-space-600-v21-4-6);
}
@media (max-width: 599px) {
  .VacanciesTableBottomPanel-module__right-actions--nT0DW {
    gap: var(--magritte-static-space-400-v21-4-6);
    flex-direction: column;
    width: 100%;
  }
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.VacanciesTableHeader-module__row-wrapper--jrgdm {
  display: flex;
  gap: 48px;
}
.VacanciesTableHeader-module__name-column--JVx_3 {
  flex: 1;
}
.VacanciesTableHeader-module__area-column--W9JgG {
  width: 240px;
}
.VacanciesTableHeader-module__manager-column--aRSvl {
  width: 360px;
}
.VacanciesTableHeader-module__mobile-header--B4uPs {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--magritte-color-background-primary-v21-4-6);
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 -1px 0 0 var(--magritte-color-component-divider-stroke-content-v21-4-6);
}

.AddVacanciesModalTableRow-module__opacity50--OrPdG {
  opacity: 0.5;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.SearchNotFound-module__wrapper--_Xwfk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
}
@media (max-width: 599px) {
  .SearchNotFound-module__wrapper--_Xwfk {
    min-height: 240px;
  }
}
.SearchNotFound-module__icon--KUXzd {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--magritte-color-background-secondary-v21-4-6);
}
.SearchNotFound-module__text-wrapper--mziBS {
  text-align: center;
  max-width: 360px;
}

.AddVacanciesModal-module__wrapper--vvUVQ {
  min-height: 400px;
}
.AddVacanciesModal-module__loader-wrapper--UyqCR {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AddVacanciesModal-module__opacity50--Sl79h {
  opacity: 0.5;
}

.ChangeAllDrop-module__radio-item-auto--W0ylF {
  display: flex;
  align-items: center;
}
.ChangeAllDrop-module__bid-raiting-icon--jeJ0E {
  transform: rotate(-90deg);
}

.BidsAndBudgetsTableHeader-module__row-wrapper--Kivlt {
  display: flex;
  gap: 48px;
}
.BidsAndBudgetsTableHeader-module__name-column--xsV0h {
  width: 400px;
}
.BidsAndBudgetsTableHeader-module__bid-column--q5ak6 {
  width: 148px;
}
.BidsAndBudgetsTableHeader-module__budget-column--McPvw {
  width: 148px;
}
.BidsAndBudgetsTableHeader-module__action-list--Bv3Ug {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.BidsAndBudgetsTableHeader-module__action-list-item--uYL0M {
  width: 100%;
  flex-basis: 100%;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.SingleFilter-module__trigger-value--Y5urf {
  display: flex;
  gap: var(--magritte-static-space-150-v21-4-6);
}
.SingleFilter-module__buttons-container--A9BMe {
  display: flex;
}
.SingleFilter-module__buttons-container-mobile--Tqs27 {
  display: flex;
  padding: 16px;
}

:root {
  --magritte-color-background-primary-v21-4-6: #ffffff;
  --magritte-color-background-secondary-v21-4-6: #F1F4F9;
  --magritte-color-background-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-background-accent-v21-4-6: #0070ff;
  --magritte-color-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-background-positive-v21-4-6: #0dc267;
  --magritte-color-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #FFF3E6;
  --magritte-color-background-warning-v21-4-6: #ff9900;
  --magritte-color-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-dreamy-secondary-v21-4-6: #E8F7FE;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #FFF1F3;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #FDF4D7;
  --magritte-color-background-vivid-v21-4-6: #F7D044;
  --magritte-color-background-body-v21-4-6: #ffffff;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #000000;
  --magritte-color-background-inverse-secondary-v21-4-6: #343c43;
  --magritte-color-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-primary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #F1F4F9;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #FFF3E6;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #fff3e67a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-background-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-pressed-v21-4-6: #5bcf83;
  --magritte-color-background-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #6a78857a;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #49545d;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-background-state-body-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-body-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-body-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-stroke-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-accent-v21-4-6: #0070ff;
  --magritte-color-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #ff9900;
  --magritte-color-stroke-special-v21-4-6: #9054ea;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F7D044;
  --magritte-color-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #DCE3EB;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #000000;
  --magritte-color-text-secondary-v21-4-6: #768694;
  --magritte-color-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-text-dense-v21-4-6: #2a3137;
  --magritte-color-text-accent-v21-4-6: #0070ff;
  --magritte-color-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-text-positive-v21-4-6: #0dc267;
  --magritte-color-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-text-warning-v21-4-6: #ff9900;
  --magritte-color-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-text-special-v21-4-6: #9054ea;
  --magritte-color-text-special-secondary-v21-4-6: #a579f4;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #ffffff;
  --magritte-color-text-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-primary-disabled-v21-4-6: #0000007a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #768694;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #7686947a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-pressed-v21-4-6: #2a3137;
  --magritte-color-text-state-dense-disabled-v21-4-6: #2a31377a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #468ffd7a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ff8a777a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-pressed-v21-4-6: #ffa439;
  --magritte-color-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #fecb97;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #ff99007a;
  --magritte-color-text-state-special-hovered-v21-4-6: #9054ea;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-primary-v21-4-6: #000000;
  --magritte-color-icon-secondary-v21-4-6: #768694;
  --magritte-color-icon-tertiary-v21-4-6: #AABBCA;
  --magritte-color-icon-accent-v21-4-6: #0070ff;
  --magritte-color-icon-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-icon-positive-v21-4-6: #0dc267;
  --magritte-color-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-icon-warning-v21-4-6: #ff9900;
  --magritte-color-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-icon-special-v21-4-6: #9054ea;
  --magritte-color-icon-special-secondary-v21-4-6: #a579f4;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #9cddff;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #ff859f;
  --magritte-color-icon-vivid-v21-4-6: #F7D044;
  --magritte-color-icon-vivid-secondary-v21-4-6: #F9E193;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #20262b;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #aabbca7a;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #0070ff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #76adfe7a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #0dc2677a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #a5e2b6;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #83d99c7a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #fdb5a7;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ff9f8f;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ff9f8f7a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #ff99007a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #fdb9727a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-icon-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-icon-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #a579f47a;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #9cddff;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #9cddff7a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #ff859f;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #ff859f7a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f7d0447a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #F9E193;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #f9e1937a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #ffffff7a;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-line-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-line-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-line-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-line-6-v21-4-6: #AABBCA;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #0dc267;
  --magritte-color-visualisation-point-3-v21-4-6: #0070ff;
  --magritte-color-visualisation-point-4-v21-4-6: #9054ea;
  --magritte-color-visualisation-point-5-v21-4-6: #ff9900;
  --magritte-color-visualisation-point-6-v21-4-6: #AABBCA;
  --magritte-color-component-card-background-blank-v21-4-6: #ffffff;
  --magritte-color-component-card-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-card-background-extra-1-v21-4-6: #EDF6FF;
  --magritte-color-component-card-background-extra-2-v21-4-6: #FFF1F3;
  --magritte-color-component-card-background-extra-3-v21-4-6: #E8F7FE;
  --magritte-color-component-card-background-extra-4-v21-4-6: #FDF4D7;
  --magritte-color-component-card-background-extra-5-v21-4-6: #F7F4FF;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-card-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-card-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #ccd5df00;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #ffffff;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #EEF1F7;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #e7f2ff;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #f3f9ff;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #feecef;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #fff5f7;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #e0f4fe;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #eff9fe;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #FDF0C7;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #fdf8e7;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #f3eeff;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #f9f7ff;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #e0f6e5;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #f0fbf3;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #fdede9;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #fff6f4;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #ffeedd;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #fff7ee;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-special-v21-4-6: #9054ea;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #fdede900;
  --magritte-color-component-button-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-button-background-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #f4f6fb00;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #000000;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #eef1f700;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #0070ff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #EDF6FF;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #f3f9ff;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #e7f2ff00;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9054ea;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #F7F4FF;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #f9f7ff;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #E8F9EC;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #f0fbf3;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #e0f6e500;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #FEF2EF;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #fff6f4;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #fdede900;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #0070ff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9054ea;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #0dc267;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #8da0b0;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #76adfe;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #dbcdff;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #b99bf8;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #c1edcc;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #83d99c;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffdad1;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ff9f8f;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #dce3eb7a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #000000;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #6a7885;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #BBC8D4;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #0dc267;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #000000;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #000000;
  --magritte-color-component-input-background-field-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-input-stroke-field-v21-4-6: #DCE3EB;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #000000;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #768694;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #8293a2;
  --magritte-color-component-input-icon-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-grip-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-chevron-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #000000;
  --magritte-color-component-input-icon-state-content-applied-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-content-v21-4-6: #000000;
  --magritte-color-component-input-text-label-v21-4-6: #768694;
  --magritte-color-component-input-text-placeholder-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-limit-v21-4-6: #AABBCA;
  --magritte-color-component-input-text-description-v21-4-6: #768694;
  --magritte-color-component-input-text-postfix-v21-4-6: #768694;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #DCE3EB;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #96aabb;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #343c43;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #d1e4fe;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #EDF6FF;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #F1F4F9;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #DCE3EB;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #AABBCA;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #000000;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #0070ff;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #BBC8D4;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #8293a2;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #96aabb;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #eef1f7cc;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #dce3ebcc;
  --magritte-color-component-divider-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-neutral-v21-4-6: #000000;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-text-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-icon-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-icon-warning-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #000000;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-accent-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-link-underline-positive-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-link-underline-contrast-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-constant-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #ffffff7a;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #54606a;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #49545d;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #0070ff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ffa439;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #fecb97;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #b99bf8;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #af8bf5;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-tag-background-positive-v21-4-6: #E8F9EC;
  --magritte-color-component-tag-background-negative-v21-4-6: #FEF2EF;
  --magritte-color-component-tag-background-warning-v21-4-6: #FFF3E6;
  --magritte-color-component-tag-background-special-v21-4-6: #F7F4FF;
  --magritte-color-component-tag-background-accent-v21-4-6: #EDF6FF;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #f1f4f97a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #e8f9ec7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #fef2ef7a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #fff3e67a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #f7f4ff7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #edf6ff7a;
  --magritte-color-component-tag-text-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-text-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-text-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-text-special-v21-4-6: #883be9;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #5e6c77;
  --magritte-color-component-tag-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ee4735;
  --magritte-color-component-tag-icon-warning-v21-4-6: #C37304;
  --magritte-color-component-tag-icon-special-v21-4-6: #883be9;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #5e6c777a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #00984f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ee47357a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #c373047a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #883be97a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #8293a2;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #000000;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #96aabb;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #000000;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #768694;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #ffffff00;
  --magritte-color-component-action-text-neutral-v21-4-6: #000000;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-text-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #76adfe;
  --magritte-color-component-action-text-positive-v21-4-6: #00984f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-negative-v21-4-6: #d64030;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #768694;
  --magritte-color-component-action-icon-accent-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-positive-v21-4-6: #00984f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-negative-v21-4-6: #d64030;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #9E9E9E;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #49545d;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #54606a;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #0d1115;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #000000;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #8cbbff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #00984f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0ea658;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #83d99c;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #d64030;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #ee4735;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #ffa439;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #dce3eb00;
  --magritte-color-component-action-background-neutral-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-v21-4-6: #343c43;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-v21-4-6: #343c43;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #49545d;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-accent-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-negative-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #dce3eb00;
  --magritte-color-component-action-stroke-constant-v21-4-6: #dce3eb00;
  --magritte-color-component-loader-icon-content-v21-4-6: #0070ff;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #ffffff;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #bbc8d48f;
  --magritte-color-component-drop-background-content-v21-4-6: #ffffff;
  --magritte-color-component-_overlay-background-content-v21-4-6: #20262b99;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #F7D044;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #00000014;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #6a788514;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #0000000a;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #20262b;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #8293a2;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #DCE3EB;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #6a7885;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #8293a2;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0070ff;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #0dc267;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #883be9;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ff9900;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-background-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #768694;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #DCE3EB;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #343c43;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #F1F4F9;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #000000;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-table-background-primary-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #768694;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #768694;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #7686947a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #768694;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #AABBCA;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-background-content-v21-4-6: #F1F4F9;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #768694;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #000000;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #8da0b0;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #5e6c77;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-content-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #768694;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #768694;
  --magritte-color-component-form-label-counter-content-v21-4-6: #AABBCA;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-form-helper-text-content-v21-4-6: #768694;
  --magritte-color-component-skeleton-background-content-v21-4-6: #DCE3EB;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #F8F8F8;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #f9f7ff;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0d63e3;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #F1F1F1;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #b99bf8;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #f3eeff;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #dbcdff;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #e7defe;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #F4F6FB;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #8293a2;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #8da0b0;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #000000;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #DCE3EB;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #0070ff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-background-selected-v21-4-6: #000000;
  --magritte-color-component-stepper-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-stepper-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-stepper-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-stepper-stroke-default-v21-4-6: #DCE3EB;
  --magritte-color-component-stepper-stroke-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-primary-v21-4-6: #000000;
  --magritte-color-component-stepper-text-secondary-v21-4-6: #768694;
  --magritte-color-component-stepper-text-tertiary-v21-4-6: #AABBCA;
  --magritte-color-component-stepper-text-positive-v21-4-6: #0dc267;
  --magritte-color-component-stepper-text-positive-secondary-v21-4-6: #83d99c;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-positive-v21-4-6: #e0f6e5;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #00984f;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-selected-v21-4-6: #000000;
  --magritte-color-component-rating-text-unselected-v21-4-6: #AABBCA;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #54606a00;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #54606a0a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #343c4352;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #3f48507a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #3f48507a;
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a03 7%, #ff4d3a0a 13%, #ff4d3a14 20%, #ff4d3a26 27%, #ff4d3a3b 33%, #ff4d3a54 40%, #ff4d3a70 47%, #ff4d3a8f 53%, #ff4d3aab 60%, #ff4d3ac4 67%, #ff4d3ad9 73%, #ff4d3aeb 80%, #ff4d3af5 87%, #ff4d3afc 93%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #0dc26700 0%, #0dc26703 7%, #0dc2670a 13%, #0dc26714 20%, #0dc26726 27%, #0dc2673b 33%, #0dc26754 40%, #0dc26770 47%, #0dc2678f 53%, #0dc267ab 60%, #0dc267c4 67%, #0dc267d9 73%, #0dc267eb 80%, #0dc267f5 87%, #0dc267fc 93%, #0dc267 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #0070ff00 0%, #0070ff03 7%, #0070ff0a 13%, #0070ff14 20%, #0070ff26 27%, #0070ff3b 33%, #0070ff54 40%, #0070ff70 47%, #0070ff8f 53%, #0070ffab 60%, #0070ffc4 67%, #0070ffd9 73%, #0070ffeb 80%, #0070fff5 87%, #0070fffc 93%, #0070ff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #9054ea00 0%, #9054ea03 7%, #9054ea0a 13%, #9054ea14 20%, #9054ea26 27%, #9054ea3b 33%, #9054ea54 40%, #9054ea70 47%, #9054ea8f 53%, #9054eaab 60%, #9054eac4 67%, #9054ead9 73%, #9054eaeb 80%, #9054eaf5 87%, #9054eafc 93%, #9054ea 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #ff990000 0%, #ff990003 7%, #ff99000a 13%, #ff990014 20%, #ff990026 27%, #ff99003b 33%, #ff990054 40%, #ff990070 47%, #ff99008f 53%, #ff9900ab 60%, #ff9900c4 67%, #ff9900d9 73%, #ff9900eb 80%, #ff9900f5 87%, #ff9900fc 93%, #ff9900 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #aabbca00 0%, #aabbca03 7%, #aabbca0a 13%, #aabbca14 20%, #aabbca26 27%, #aabbca3b 33%, #aabbca54 40%, #aabbca70 47%, #aabbca8f 53%, #aabbcaab 60%, #aabbcac4 67%, #aabbcad9 73%, #aabbcaeb 80%, #aabbcaf5 87%, #aabbcafc 93%, #aabbca 100%);
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-shadow-level-3-color-v21-4-6: #7090b052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #7090b03d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #7090b029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
:root {
  --magritte-font-families-body-v21-4-6: hh sans;
  --magritte-font-families-heading-v21-4-6: hh sans;
  --magritte-font-weights-regular-v21-4-6: 400;
  --magritte-font-weights-medium-v21-4-6: 500;
  --magritte-font-weights-semibold-v21-4-6: 500;
  --magritte-font-weights-bold-v21-4-6: 700;
  --magritte-font-weights-italic-v21-4-6: 400;
  --magritte-typography-title-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-1-semibold-line-height-v21-4-6: 60px;
  --magritte-typography-title-1-semibold-font-size-v21-4-6: 48px;
  --magritte-typography-title-1-semibold-letter-spacing-v21-4-6: -0.02em;
  --magritte-typography-title-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-2-semibold-line-height-v21-4-6: 48px;
  --magritte-typography-title-2-semibold-font-size-v21-4-6: 36px;
  --magritte-typography-title-2-semibold-letter-spacing-v21-4-6: -0.0175em;
  --magritte-typography-title-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-3-semibold-line-height-v21-4-6: 40px;
  --magritte-typography-title-3-semibold-font-size-v21-4-6: 28px;
  --magritte-typography-title-3-semibold-letter-spacing-v21-4-6: -0.0125em;
  --magritte-typography-title-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-4-semibold-line-height-v21-4-6: 32px;
  --magritte-typography-title-4-semibold-font-size-v21-4-6: 22px;
  --magritte-typography-title-4-semibold-letter-spacing-v21-4-6: -0.0075em;
  --magritte-typography-title-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-title-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-title-5-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-title-5-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-title-5-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-title-5-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-title-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-title-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-title-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-1-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-subtitle-1-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-subtitle-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-subtitle-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-2-semibold-line-height-v21-4-6: 20px;
  --magritte-typography-subtitle-2-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-subtitle-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-subtitle-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-3-semibold-line-height-v21-4-6: 18px;
  --magritte-typography-subtitle-3-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-subtitle-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-subtitle-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-subtitle-4-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-subtitle-4-semibold-line-height-v21-4-6: 16px;
  --magritte-typography-subtitle-4-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-subtitle-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-subtitle-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-subtitle-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-subtitle-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-label-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-1-regular-line-height-v21-4-6: 26px;
  --magritte-typography-label-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-label-1-regular-letter-spacing-v21-4-6: -0.005em;
  --magritte-typography-label-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-2-regular-line-height-v21-4-6: 22px;
  --magritte-typography-label-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-label-2-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-label-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-3-regular-line-height-v21-4-6: 20px;
  --magritte-typography-label-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-label-3-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-label-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-4-regular-line-height-v21-4-6: 18px;
  --magritte-typography-label-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-label-4-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-label-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-label-5-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-label-5-regular-font-weight-v21-4-6: 400;
  --magritte-typography-label-5-regular-line-height-v21-4-6: 14px;
  --magritte-typography-label-5-regular-font-size-v21-4-6: 10px;
  --magritte-typography-label-5-regular-letter-spacing-v21-4-6: 0.02em;
  --magritte-typography-label-5-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-label-5-regular-text-transform-v21-4-6: none;
  --magritte-typography-label-5-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-1-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-1-regular-line-height-v21-4-6: 28px;
  --magritte-typography-paragraph-1-regular-font-size-v21-4-6: 18px;
  --magritte-typography-paragraph-1-regular-letter-spacing-v21-4-6: 0em;
  --magritte-typography-paragraph-1-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-1-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-1-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-2-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-2-regular-line-height-v21-4-6: 26px;
  --magritte-typography-paragraph-2-regular-font-size-v21-4-6: 16px;
  --magritte-typography-paragraph-2-regular-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-paragraph-2-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-2-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-2-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-3-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-3-regular-line-height-v21-4-6: 24px;
  --magritte-typography-paragraph-3-regular-font-size-v21-4-6: 14px;
  --magritte-typography-paragraph-3-regular-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-paragraph-3-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-3-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-3-regular-text-decoration-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-font-family-v21-4-6: "hh sans";
  --magritte-typography-paragraph-4-regular-font-weight-v21-4-6: 400;
  --magritte-typography-paragraph-4-regular-line-height-v21-4-6: 22px;
  --magritte-typography-paragraph-4-regular-font-size-v21-4-6: 12px;
  --magritte-typography-paragraph-4-regular-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-paragraph-4-regular-text-indent-v21-4-6: 0px;
  --magritte-typography-paragraph-4-regular-text-transform-v21-4-6: none;
  --magritte-typography-paragraph-4-regular-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-semibold-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-semibold-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-semibold-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-semibold-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-semibold-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-semibold-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-semibold-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-semibold-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-semibold-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-semibold-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-semibold-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-semibold-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-semibold-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-semibold-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-semibold-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-semibold-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-semibold-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-semibold-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-semibold-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-1-medium-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-medium-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-medium-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-2-medium-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-medium-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-medium-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-3-medium-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-medium-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-medium-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-4-medium-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-medium-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-medium-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-medium-font-weight-v21-4-6: 500;
  --magritte-typography-_custom-5-medium-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-medium-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-medium-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-medium-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-medium-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-medium-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-1-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-1-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-1-italic-line-height-v21-4-6: 28px;
  --magritte-typography-_custom-1-italic-font-size-v21-4-6: 18px;
  --magritte-typography-_custom-1-italic-letter-spacing-v21-4-6: 0em;
  --magritte-typography-_custom-1-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-1-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-1-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-2-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-2-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-2-italic-line-height-v21-4-6: 26px;
  --magritte-typography-_custom-2-italic-font-size-v21-4-6: 16px;
  --magritte-typography-_custom-2-italic-letter-spacing-v21-4-6: 0.005em;
  --magritte-typography-_custom-2-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-2-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-2-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-3-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-3-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-3-italic-line-height-v21-4-6: 24px;
  --magritte-typography-_custom-3-italic-font-size-v21-4-6: 14px;
  --magritte-typography-_custom-3-italic-letter-spacing-v21-4-6: 0.01em;
  --magritte-typography-_custom-3-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-3-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-3-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-4-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-4-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-4-italic-line-height-v21-4-6: 22px;
  --magritte-typography-_custom-4-italic-font-size-v21-4-6: 12px;
  --magritte-typography-_custom-4-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-4-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-4-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-4-italic-text-decoration-v21-4-6: none;
  --magritte-typography-_custom-5-italic-font-family-v21-4-6: "hh sans";
  --magritte-typography-_custom-5-italic-font-weight-v21-4-6: 400;
  --magritte-typography-_custom-5-italic-line-height-v21-4-6: 12px;
  --magritte-typography-_custom-5-italic-font-size-v21-4-6: 10px;
  --magritte-typography-_custom-5-italic-letter-spacing-v21-4-6: 0.015em;
  --magritte-typography-_custom-5-italic-text-indent-v21-4-6: 0px;
  --magritte-typography-_custom-5-italic-text-transform-v21-4-6: none;
  --magritte-typography-_custom-5-italic-text-decoration-v21-4-6: none;
  --magritte-color-base-white-v21-4-6: #ffffff;
  --magritte-color-base-black-v21-4-6: #000000;
  --magritte-color-base-pink-5-v21-4-6: #26050d;
  --magritte-color-base-pink-10-v21-4-6: #3a0817;
  --magritte-color-base-pink-15-v21-4-6: #4d0b1f;
  --magritte-color-base-pink-20-v21-4-6: #610e28;
  --magritte-color-base-pink-25-v21-4-6: #731632;
  --magritte-color-base-pink-30-v21-4-6: #871a3c;
  --magritte-color-base-pink-35-v21-4-6: #9b2246;
  --magritte-color-base-pink-40-v21-4-6: #b12650;
  --magritte-color-base-pink-45-v21-4-6: #c52d5b;
  --magritte-color-base-pink-50-v21-4-6: #db3165;
  --magritte-color-base-pink-55-v21-4-6: #f33771;
  --magritte-color-base-pink-60-v21-4-6: #ff3c77;
  --magritte-color-base-pink-65-v21-4-6: #ff6c90;
  --magritte-color-base-pink-70-v21-4-6: #ff859f;
  --magritte-color-base-pink-75-v21-4-6: #fd9db0;
  --magritte-color-base-pink-80-v21-4-6: #ffb2c0;
  --magritte-color-base-pink-85-v21-4-6: #ffc5cf;
  --magritte-color-base-pink-90-v21-4-6: #fddae0;
  --magritte-color-base-pink-95-v21-4-6: #feecef;
  --magritte-color-base-pink-96-v21-4-6: #FFF1F3;
  --magritte-color-base-pink-97-v21-4-6: #fff5f7;
  --magritte-color-base-red-5-v21-4-6: #260605;
  --magritte-color-base-red-10-v21-4-6: #390b08;
  --magritte-color-base-red-15-v21-4-6: #4c1008;
  --magritte-color-base-red-20-v21-4-6: #5d170f;
  --magritte-color-base-red-25-v21-4-6: #711c13;
  --magritte-color-base-red-30-v21-4-6: #842419;
  --magritte-color-base-red-35-v21-4-6: #982a1f;
  --magritte-color-base-red-40-v21-4-6: #ac3225;
  --magritte-color-base-red-45-v21-4-6: #c2382a;
  --magritte-color-base-red-50-v21-4-6: #d64030;
  --magritte-color-base-red-55-v21-4-6: #ee4735;
  --magritte-color-base-red-60-v21-4-6: #ff4d3a;
  --magritte-color-base-red-65-v21-4-6: #fe725f;
  --magritte-color-base-red-70-v21-4-6: #ff8a77;
  --magritte-color-base-red-75-v21-4-6: #ff9f8f;
  --magritte-color-base-red-80-v21-4-6: #fdb5a7;
  --magritte-color-base-red-85-v21-4-6: #ffc8bd;
  --magritte-color-base-red-90-v21-4-6: #ffdad1;
  --magritte-color-base-red-95-v21-4-6: #fdede9;
  --magritte-color-base-red-96-v21-4-6: #FEF2EF;
  --magritte-color-base-red-97-v21-4-6: #fff6f4;
  --magritte-color-base-orange-5-v21-4-6: #1d0d01;
  --magritte-color-base-orange-10-v21-4-6: #2d1600;
  --magritte-color-base-orange-15-v21-4-6: #3c1f00;
  --magritte-color-base-orange-20-v21-4-6: #492900;
  --magritte-color-base-orange-25-v21-4-6: #593203;
  --magritte-color-base-orange-30-v21-4-6: #6a3c00;
  --magritte-color-base-orange-35-v21-4-6: #7a4602;
  --magritte-color-base-orange-40-v21-4-6: #8a5100;
  --magritte-color-base-orange-45-v21-4-6: #9c5b03;
  --magritte-color-base-orange-50-v21-4-6: #ac6600;
  --magritte-color-base-orange-55-v21-4-6: #C37304;
  --magritte-color-base-orange-60-v21-4-6: #D78009;
  --magritte-color-base-orange-65-v21-4-6: #EB8D05;
  --magritte-color-base-orange-70-v21-4-6: #ff9900;
  --magritte-color-base-orange-75-v21-4-6: #ffa439;
  --magritte-color-base-orange-80-v21-4-6: #fdb972;
  --magritte-color-base-orange-85-v21-4-6: #fecb97;
  --magritte-color-base-orange-90-v21-4-6: #ffddbb;
  --magritte-color-base-orange-95-v21-4-6: #ffeedd;
  --magritte-color-base-orange-96-v21-4-6: #FFF3E6;
  --magritte-color-base-orange-97-v21-4-6: #fff7ee;
  --magritte-color-base-yellow-5-v21-4-6: #161001;
  --magritte-color-base-yellow-10-v21-4-6: #221B02;
  --magritte-color-base-yellow-15-v21-4-6: #332906;
  --magritte-color-base-yellow-20-v21-4-6: #403407;
  --magritte-color-base-yellow-25-v21-4-6: #4E3F09;
  --magritte-color-base-yellow-30-v21-4-6: #5C4A0A;
  --magritte-color-base-yellow-35-v21-4-6: #6B560B;
  --magritte-color-base-yellow-40-v21-4-6: #79610C;
  --magritte-color-base-yellow-45-v21-4-6: #8B700E;
  --magritte-color-base-yellow-50-v21-4-6: #9E7F10;
  --magritte-color-base-yellow-55-v21-4-6: #B59112;
  --magritte-color-base-yellow-60-v21-4-6: #CCA30F;
  --magritte-color-base-yellow-65-v21-4-6: #DFB211;
  --magritte-color-base-yellow-70-v21-4-6: #EBBC12;
  --magritte-color-base-yellow-75-v21-4-6: #EFC42A;
  --magritte-color-base-yellow-80-v21-4-6: #F7D044;
  --magritte-color-base-yellow-85-v21-4-6: #F9DB76;
  --magritte-color-base-yellow-90-v21-4-6: #F9E193;
  --magritte-color-base-yellow-95-v21-4-6: #FDF0C7;
  --magritte-color-base-yellow-96-v21-4-6: #FDF4D7;
  --magritte-color-base-yellow-97-v21-4-6: #fdf8e7;
  --magritte-color-base-green-5-v21-4-6: #001504;
  --magritte-color-base-green-10-v21-4-6: #03210e;
  --magritte-color-base-green-15-v21-4-6: #012d13;
  --magritte-color-base-green-20-v21-4-6: #003919;
  --magritte-color-base-green-25-v21-4-6: #034521;
  --magritte-color-base-green-30-v21-4-6: #015228;
  --magritte-color-base-green-35-v21-4-6: #085f30;
  --magritte-color-base-green-40-v21-4-6: #026d36;
  --magritte-color-base-green-45-v21-4-6: #087b40;
  --magritte-color-base-green-50-v21-4-6: #0d8847;
  --magritte-color-base-green-55-v21-4-6: #00984f;
  --magritte-color-base-green-60-v21-4-6: #0ea658;
  --magritte-color-base-green-65-v21-4-6: #10b55f;
  --magritte-color-base-green-70-v21-4-6: #0dc267;
  --magritte-color-base-green-75-v21-4-6: #5bcf83;
  --magritte-color-base-green-80-v21-4-6: #83d99c;
  --magritte-color-base-green-85-v21-4-6: #a5e2b6;
  --magritte-color-base-green-90-v21-4-6: #c1edcc;
  --magritte-color-base-green-95-v21-4-6: #e0f6e5;
  --magritte-color-base-green-96-v21-4-6: #E8F9EC;
  --magritte-color-base-green-97-v21-4-6: #f0fbf3;
  --magritte-color-base-sky-5-v21-4-6: #05121a;
  --magritte-color-base-sky-10-v21-4-6: #081e29;
  --magritte-color-base-sky-15-v21-4-6: #0b2937;
  --magritte-color-base-sky-20-v21-4-6: #133445;
  --magritte-color-base-sky-25-v21-4-6: #173f53;
  --magritte-color-base-sky-30-v21-4-6: #1f4b61;
  --magritte-color-base-sky-35-v21-4-6: #245872;
  --magritte-color-base-sky-40-v21-4-6: #2b6481;
  --magritte-color-base-sky-45-v21-4-6: #307192;
  --magritte-color-base-sky-50-v21-4-6: #377ea1;
  --magritte-color-base-sky-55-v21-4-6: #3e8cb4;
  --magritte-color-base-sky-60-v21-4-6: #4299c5;
  --magritte-color-base-sky-65-v21-4-6: #4ba7d6;
  --magritte-color-base-sky-70-v21-4-6: #50b5e8;
  --magritte-color-base-sky-75-v21-4-6: #5ac8ff;
  --magritte-color-base-sky-80-v21-4-6: #78d1ff;
  --magritte-color-base-sky-85-v21-4-6: #9cddff;
  --magritte-color-base-sky-90-v21-4-6: #c1e8fd;
  --magritte-color-base-sky-95-v21-4-6: #e0f4fe;
  --magritte-color-base-sky-96-v21-4-6: #E8F7FE;
  --magritte-color-base-sky-97-v21-4-6: #eff9fe;
  --magritte-color-base-blue-5-v21-4-6: #000f31;
  --magritte-color-base-blue-10-v21-4-6: #001947;
  --magritte-color-base-blue-15-v21-4-6: #00235a;
  --magritte-color-base-blue-20-v21-4-6: #012d6e;
  --magritte-color-base-blue-25-v21-4-6: #003786;
  --magritte-color-base-blue-30-v21-4-6: #00429b;
  --magritte-color-base-blue-35-v21-4-6: #034cb4;
  --magritte-color-base-blue-40-v21-4-6: #0058cc;
  --magritte-color-base-blue-45-v21-4-6: #0d63e3;
  --magritte-color-base-blue-50-v21-4-6: #0070ff;
  --magritte-color-base-blue-55-v21-4-6: #2b7fff;
  --magritte-color-base-blue-60-v21-4-6: #468ffd;
  --magritte-color-base-blue-65-v21-4-6: #5e9eff;
  --magritte-color-base-blue-70-v21-4-6: #76adfe;
  --magritte-color-base-blue-75-v21-4-6: #8cbbff;
  --magritte-color-base-blue-80-v21-4-6: #a4c9fe;
  --magritte-color-base-blue-85-v21-4-6: #b9d7ff;
  --magritte-color-base-blue-90-v21-4-6: #d1e4fe;
  --magritte-color-base-blue-95-v21-4-6: #e7f2ff;
  --magritte-color-base-blue-96-v21-4-6: #EDF6FF;
  --magritte-color-base-blue-97-v21-4-6: #f3f9ff;
  --magritte-color-base-violet-5-v21-4-6: #190532;
  --magritte-color-base-violet-10-v21-4-6: #260c46;
  --magritte-color-base-violet-15-v21-4-6: #33115d;
  --magritte-color-base-violet-20-v21-4-6: #401872;
  --magritte-color-base-violet-25-v21-4-6: #4e1e8b;
  --magritte-color-base-violet-30-v21-4-6: #5c26a1;
  --magritte-color-base-violet-35-v21-4-6: #6a2eb7;
  --magritte-color-base-violet-40-v21-4-6: #7a34d3;
  --magritte-color-base-violet-45-v21-4-6: #883be9;
  --magritte-color-base-violet-50-v21-4-6: #9054ea;
  --magritte-color-base-violet-55-v21-4-6: #9a67ef;
  --magritte-color-base-violet-60-v21-4-6: #a579f4;
  --magritte-color-base-violet-65-v21-4-6: #af8bf5;
  --magritte-color-base-violet-70-v21-4-6: #b99bf8;
  --magritte-color-base-violet-75-v21-4-6: #c4acf9;
  --magritte-color-base-violet-80-v21-4-6: #cfbdfc;
  --magritte-color-base-violet-85-v21-4-6: #dbcdff;
  --magritte-color-base-violet-90-v21-4-6: #e7defe;
  --magritte-color-base-violet-95-v21-4-6: #f3eeff;
  --magritte-color-base-violet-96-v21-4-6: #F7F4FF;
  --magritte-color-base-violet-97-v21-4-6: #f9f7ff;
  --magritte-color-base-graphite-5-v21-4-6: #0d1115;
  --magritte-color-base-graphite-10-v21-4-6: #171c20;
  --magritte-color-base-graphite-15-v21-4-6: #20262b;
  --magritte-color-base-graphite-20-v21-4-6: #2a3137;
  --magritte-color-base-graphite-25-v21-4-6: #343c43;
  --magritte-color-base-graphite-30-v21-4-6: #3f4850;
  --magritte-color-base-graphite-35-v21-4-6: #49545d;
  --magritte-color-base-graphite-40-v21-4-6: #54606a;
  --magritte-color-base-graphite-45-v21-4-6: #5e6c77;
  --magritte-color-base-graphite-50-v21-4-6: #6a7885;
  --magritte-color-base-graphite-55-v21-4-6: #768694;
  --magritte-color-base-graphite-60-v21-4-6: #8293a2;
  --magritte-color-base-graphite-65-v21-4-6: #8da0b0;
  --magritte-color-base-graphite-70-v21-4-6: #96aabb;
  --magritte-color-base-graphite-75-v21-4-6: #AABBCA;
  --magritte-color-base-graphite-80-v21-4-6: #BBC8D4;
  --magritte-color-base-graphite-85-v21-4-6: #CCD5DF;
  --magritte-color-base-graphite-90-v21-4-6: #DCE3EB;
  --magritte-color-base-graphite-95-v21-4-6: #EEF1F7;
  --magritte-color-base-graphite-96-v21-4-6: #F1F4F9;
  --magritte-color-base-graphite-97-v21-4-6: #F4F6FB;
  --magritte-color-base-gray-5-v21-4-6: #111;
  --magritte-color-base-gray-10-v21-4-6: #1B1B1B;
  --magritte-color-base-gray-15-v21-4-6: #262626;
  --magritte-color-base-gray-20-v21-4-6: #303030;
  --magritte-color-base-gray-25-v21-4-6: #3B3B3B;
  --magritte-color-base-gray-30-v21-4-6: #474747;
  --magritte-color-base-gray-35-v21-4-6: #535353;
  --magritte-color-base-gray-40-v21-4-6: #5E5E5E;
  --magritte-color-base-gray-45-v21-4-6: #6A6A6A;
  --magritte-color-base-gray-50-v21-4-6: #767676;
  --magritte-color-base-gray-55-v21-4-6: #848484;
  --magritte-color-base-gray-60-v21-4-6: #919191;
  --magritte-color-base-gray-65-v21-4-6: #9E9E9E;
  --magritte-color-base-gray-70-v21-4-6: #ABABAB;
  --magritte-color-base-gray-75-v21-4-6: #B9B9B9;
  --magritte-color-base-gray-80-v21-4-6: #C6C6C6;
  --magritte-color-base-gray-85-v21-4-6: #D4D4D4;
  --magritte-color-base-gray-90-v21-4-6: #E2E2E2;
  --magritte-color-base-gray-95-v21-4-6: #F1F1F1;
  --magritte-color-base-gray-96-v21-4-6: #F5F5F5;
  --magritte-color-base-gray-97-v21-4-6: #F8F8F8;
  --magritte-color-service-hh-v21-4-6: #D6001C;
  --magritte-color-service-yandex-v21-4-6: #fc3f1d;
  --magritte-color-service-ok-v21-4-6: #f38231;
  --magritte-color-service-mail-v21-4-6: #ff9e00;
  --magritte-color-service-tinkoff-v21-4-6: #fade56;
  --magritte-color-service-linkedin-v21-4-6: #2a66bc;
  --magritte-color-service-facebook-v21-4-6: #177ae6;
  --magritte-color-service-vk-v21-4-6: #0077ff;
  --magritte-color-service-dnr-v21-4-6: #2b96cf;
  --magritte-color-service-skype-v21-4-6: #00b0f0;
  --magritte-color-service-telegram-v21-4-6: #27a5e4;
  --magritte-color-service-twitter-v21-4-6: #01c0ff;
  --magritte-color-service-viber-v21-4-6: #7360f2;
  --magritte-color-service-imessage-v21-4-6: #34da50;
  --magritte-color-service-android-v21-4-6: #3ddc84;
  --magritte-color-service-whatsapp-v21-4-6: #69e382;
  --magritte-color-service-icq-v21-4-6: #60d184;
  --magritte-color-service-fl-v21-4-6: #00cd5e;
  --magritte-semantic-opacity-overlay-v21-4-6: 60%;
  --magritte-semantic-opacity-ripple-v21-4-6: 16%;
  --magritte-semantic-opacity-visible-v21-4-6: 100%;
  --magritte-semantic-opacity-transparent-v21-4-6: 0%;
  --magritte-semantic-opacity-disabled-v21-4-6: 48%;
  --magritte-semantic-opacity-focused-v21-4-6: 48%;
  --magritte-semantic-opacity-semi-transparent-v21-4-6: 48%;
  --magritte-semantic-border-radius-form-v21-4-6: 12px;
  --magritte-semantic-border-radius-modal-v21-4-6: 24px;
  --magritte-semantic-scale-pressed-v21-4-6: 0.96;
  --magritte-semantic-scale-default-v21-4-6: 1;
  --magritte-semantic-animation-time-xs-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xs-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-time-s-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-s-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-time-m-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-m-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-time-l-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-l-duration-v21-4-6: 600ms;
  --magritte-semantic-animation-time-xl-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-time-xl-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-base-timing-function-v21-4-6: cubic-bezier(0.4, 0.24, 0, 1);
  --magritte-semantic-animation-ease-base-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-spring-timing-function-v21-4-6: cubic-bezier(undefined, undefined, undefined, undefined);
  --magritte-semantic-animation-ease-spring-duration-v21-4-6: undefinedms;
  --magritte-semantic-animation-ease-in-out-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-100-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-tiger-200-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-tiger-300-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-tiger-400-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-tiger-500-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-500-duration-v21-4-6: 500ms;
  --magritte-semantic-animation-ease-in-out-tiger-800-timing-function-v21-4-6: cubic-bezier(0.25, 0.1, 0.25, 1);
  --magritte-semantic-animation-ease-in-out-tiger-800-duration-v21-4-6: 800ms;
  --magritte-semantic-animation-ease-in-out-leopard-100-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-100-duration-v21-4-6: 100ms;
  --magritte-semantic-animation-ease-in-out-leopard-200-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-200-duration-v21-4-6: 200ms;
  --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-4-6: 300ms;
  --magritte-semantic-animation-ease-in-out-leopard-400-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-400-duration-v21-4-6: 400ms;
  --magritte-semantic-animation-ease-in-out-leopard-500-timing-function-v21-4-6: cubic-bezier(0.35, 0.1, 0.1, 1);
  --magritte-semantic-animation-ease-in-out-leopard-500-duration-v21-4-6: 500ms;
  --magritte-semantic-border-width-default-v21-4-6: 1px;
  --magritte-semantic-border-width-hovered-v21-4-6: 1px;
  --magritte-semantic-border-width-invalid-v21-4-6: 1px;
  --magritte-semantic-border-width-disabled-v21-4-6: 1px;
  --magritte-semantic-border-width-checkable-v21-4-6: 1.5px;
  --magritte-semantic-border-width-focused-v21-4-6: 2px;
  --magritte-semantic-border-width-applied-v21-4-6: 2px;
  --magritte-semantic-border-width-selected-v21-4-6: 2px;
  --magritte-semantic-border-width-tab-focused-v21-4-6: 4px;
  --magritte-semantic-border-default-v21-4-6: 1px solid;
  --magritte-semantic-border-dashed-default-v21-4-6: 2px dashed;
  --magritte-semantic-border-hovered-v21-4-6: 1px solid;
  --magritte-semantic-border-invalid-v21-4-6: 1px solid;
  --magritte-semantic-border-disabled-v21-4-6: 1px solid;
  --magritte-semantic-border-checkable-v21-4-6: 1.5px solid;
  --magritte-semantic-border-focused-v21-4-6: 2px solid;
  --magritte-semantic-border-dashed-focused-v21-4-6: 2px dashed;
  --magritte-semantic-border-applied-v21-4-6: 2px solid;
  --magritte-semantic-border-selected-v21-4-6: 2px solid;
  --magritte-semantic-border-tab-focused-v21-4-6: 4px solid;
  --magritte-static-opacity-0-v21-4-6: 0%;
  --magritte-static-opacity-4-v21-4-6: 4%;
  --magritte-static-opacity-8-v21-4-6: 8%;
  --magritte-static-opacity-24-v21-4-6: 24%;
  --magritte-static-opacity-32-v21-4-6: 32%;
  --magritte-static-opacity-48-v21-4-6: 48%;
  --magritte-static-opacity-100-v21-4-6: 100%;
  --magritte-static-space-0-v21-4-6: 0px;
  --magritte-static-space-50-v21-4-6: 2px;
  --magritte-static-space-100-v21-4-6: 4px;
  --magritte-static-space-150-v21-4-6: 6px;
  --magritte-static-space-200-v21-4-6: 8px;
  --magritte-static-space-250-v21-4-6: 10px;
  --magritte-static-space-300-v21-4-6: 12px;
  --magritte-static-space-400-v21-4-6: 16px;
  --magritte-static-space-500-v21-4-6: 20px;
  --magritte-static-space-600-v21-4-6: 24px;
  --magritte-static-space-700-v21-4-6: 28px;
  --magritte-static-space-800-v21-4-6: 32px;
  --magritte-static-space-900-v21-4-6: 36px;
  --magritte-static-space-1000-v21-4-6: 40px;
  --magritte-static-space-1100-v21-4-6: 44px;
  --magritte-static-space-1200-v21-4-6: 48px;
  --magritte-static-space-1300-v21-4-6: 52px;
  --magritte-static-space-1400-v21-4-6: 56px;
  --magritte-static-space-1500-v21-4-6: 60px;
  --magritte-static-space-1600-v21-4-6: 64px;
  --magritte-static-space-1700-v21-4-6: 68px;
  --magritte-static-space-1800-v21-4-6: 72px;
  --magritte-static-space-1900-v21-4-6: 76px;
  --magritte-static-space-2000-v21-4-6: 80px;
  --magritte-static-size-100-v21-4-6: 4px;
  --magritte-static-size-200-v21-4-6: 8px;
  --magritte-static-size-300-v21-4-6: 12px;
  --magritte-static-size-400-v21-4-6: 16px;
  --magritte-static-size-500-v21-4-6: 20px;
  --magritte-static-size-600-v21-4-6: 24px;
  --magritte-static-size-700-v21-4-6: 28px;
  --magritte-static-size-800-v21-4-6: 32px;
  --magritte-static-size-900-v21-4-6: 36px;
  --magritte-static-size-1000-v21-4-6: 40px;
  --magritte-static-size-1100-v21-4-6: 44px;
  --magritte-static-size-1200-v21-4-6: 48px;
  --magritte-static-size-1300-v21-4-6: 52px;
  --magritte-static-size-1400-v21-4-6: 56px;
  --magritte-static-size-1500-v21-4-6: 60px;
  --magritte-static-size-1600-v21-4-6: 64px;
  --magritte-static-size-1700-v21-4-6: 68px;
  --magritte-static-size-1800-v21-4-6: 72px;
  --magritte-static-size-1900-v21-4-6: 76px;
  --magritte-static-size-2000-v21-4-6: 80px;
  --magritte-static-border-radius-0-v21-4-6: 0px;
  --magritte-static-border-radius-50-v21-4-6: 2px;
  --magritte-static-border-radius-100-v21-4-6: 4px;
  --magritte-static-border-radius-200-v21-4-6: 8px;
  --magritte-static-border-radius-300-v21-4-6: 12px;
  --magritte-static-border-radius-400-v21-4-6: 16px;
  --magritte-static-border-radius-450-v21-4-6: 18px;
  --magritte-static-border-radius-500-v21-4-6: 20px;
  --magritte-static-border-radius-600-v21-4-6: 24px;
  --magritte-static-border-radius-700-v21-4-6: 28px;
  --magritte-static-border-radius-800-v21-4-6: 32px;
  --magritte-static-border-radius-900-v21-4-6: 36px;
  --magritte-static-border-radius-1000-v21-4-6: 40px;
  --magritte-static-a11y-scale-0-v21-4-6: 0;
  --magritte-static-a11y-scale-100-v21-4-6: 1;
  --magritte-static-a11y-scale-200-v21-4-6: 2;
  --magritte-static-a11y-scale-300-v21-4-6: 3;
  --magritte-static-a11y-scale-400-v21-4-6: 4;
  --magritte-static-a11y-scale-500-v21-4-6: 5;
  --magritte-core-font-size-250-v21-4-6: 10px;
  --magritte-core-font-size-300-v21-4-6: 12px;
  --magritte-core-font-size-350-v21-4-6: 14px;
  --magritte-core-font-size-400-v21-4-6: 16px;
  --magritte-core-font-size-450-v21-4-6: 18px;
  --magritte-core-font-size-550-v21-4-6: 22px;
  --magritte-core-font-size-700-v21-4-6: 28px;
  --magritte-core-font-size-900-v21-4-6: 36px;
  --magritte-core-font-size-1000-v21-4-6: 40px;
  --magritte-core-font-size-1100-v21-4-6: 44px;
  --magritte-core-font-size-1200-v21-4-6: 48px;
  --magritte-core-line-heights-300-v21-4-6: 12;
  --magritte-core-line-heights-350-v21-4-6: 14;
  --magritte-core-line-heights-400-v21-4-6: 16;
  --magritte-core-line-heights-450-v21-4-6: 18;
  --magritte-core-line-heights-500-v21-4-6: 20;
  --magritte-core-line-heights-550-v21-4-6: 22;
  --magritte-core-line-heights-600-v21-4-6: 24;
  --magritte-core-line-heights-650-v21-4-6: 26;
  --magritte-core-line-heights-700-v21-4-6: 28;
  --magritte-core-line-heights-800-v21-4-6: 32;
  --magritte-core-line-heights-900-v21-4-6: 36;
  --magritte-core-line-heights-1000-v21-4-6: 40;
  --magritte-core-line-heights-1100-v21-4-6: 44;
  --magritte-core-line-heights-1200-v21-4-6: 48;
  --magritte-core-line-heights-1300-v21-4-6: 52;
  --magritte-core-line-heights-1400-v21-4-6: 56;
  --magritte-core-line-heights-1500-v21-4-6: 60;
  --magritte-core-paragraph-spacing-0-v21-4-6: 0px;
  --magritte-core-paragraph-spacing-100-v21-4-6: 4px;
  --magritte-core-paragraph-spacing-200-v21-4-6: 8px;
  --magritte-core-a11y-scale-0-v21-4-6: 0;
  --magritte-core-a11y-scale-1-v21-4-6: 1;
  --magritte-core-a11y-scale-2-v21-4-6: 2;
  --magritte-core-a11y-scale-3-v21-4-6: 3;
  --magritte-core-a11y-scale-4-v21-4-6: 4;
  --magritte-core-a11y-scale-5-v21-4-6: 5;
  --magritte-core-scale-1-v21-4-6: 1;
  --magritte-core-scale-2-v21-4-6: 0.96;
  --magritte-core-size-0-x-v21-4-6: 0px;
  --magritte-core-size-1-x-v21-4-6: 4px;
  --magritte-core-size-2-x-v21-4-6: 8px;
  --magritte-core-size-3-x-v21-4-6: 12px;
  --magritte-core-size-4-x-v21-4-6: 16px;
  --magritte-core-size-5-x-v21-4-6: 20px;
  --magritte-core-size-6-x-v21-4-6: 24px;
  --magritte-core-size-7-x-v21-4-6: 28px;
  --magritte-core-size-8-x-v21-4-6: 32px;
  --magritte-core-size-9-x-v21-4-6: 36px;
  --magritte-core-size-10-x-v21-4-6: 40px;
  --magritte-core-size-11-x-v21-4-6: 44px;
  --magritte-core-size-12-x-v21-4-6: 48px;
  --magritte-core-size-13-x-v21-4-6: 52px;
  --magritte-core-size-14-x-v21-4-6: 56px;
  --magritte-core-size-15-x-v21-4-6: 60px;
  --magritte-core-size-16-x-v21-4-6: 64px;
  --magritte-core-size-17-x-v21-4-6: 68px;
  --magritte-core-size-18-x-v21-4-6: 72px;
  --magritte-core-size-19-x-v21-4-6: 76px;
  --magritte-core-size-20-x-v21-4-6: 80px;
  --magritte-core-size-21-x-v21-4-6: 84px;
  --magritte-core-size-22-x-v21-4-6: 88px;
  --magritte-core-size-23-x-v21-4-6: 92px;
  --magritte-core-size-24-x-v21-4-6: 96px;
  --magritte-core-size-25-x-v21-4-6: 100px;
  --magritte-core-border-radius-0-x-v21-4-6: 0px;
  --magritte-core-border-radius-1-x-v21-4-6: 4px;
  --magritte-core-border-radius-2-x-v21-4-6: 8px;
  --magritte-core-border-radius-3-x-v21-4-6: 12px;
  --magritte-core-border-radius-4-x-v21-4-6: 16px;
  --magritte-core-border-radius-5-x-v21-4-6: 20px;
  --magritte-core-border-radius-6-x-v21-4-6: 24px;
  --magritte-core-border-radius-7-x-v21-4-6: 28px;
  --magritte-core-border-radius-8-x-v21-4-6: 32px;
  --magritte-core-border-radius-9-x-v21-4-6: 36px;
  --magritte-core-border-radius-10-x-v21-4-6: 40px;
  --magritte-core-border-radius-11-x-v21-4-6: 44px;
  --magritte-core-border-radius-12-x-v21-4-6: 48px;
  --magritte-core-border-radius-13-x-v21-4-6: 52px;
  --magritte-core-border-radius-14-x-v21-4-6: 56px;
  --magritte-core-border-radius-15-x-v21-4-6: 60px;
  --magritte-core-border-radius-16-x-v21-4-6: 64px;
  --magritte-core-border-radius-17-x-v21-4-6: 68px;
  --magritte-core-border-radius-18-x-v21-4-6: 72px;
  --magritte-core-border-radius-19-x-v21-4-6: 76px;
  --magritte-core-border-radius-20-x-v21-4-6: 80px;
  --magritte-core-border-radius-21-x-v21-4-6: 84px;
  --magritte-core-border-radius-22-x-v21-4-6: 88px;
  --magritte-core-border-radius-23-x-v21-4-6: 92px;
  --magritte-core-border-radius-24-x-v21-4-6: 96px;
  --magritte-core-border-radius-25-x-v21-4-6: 100px;
  --magritte-core-space-0-x-v21-4-6: 0px;
  --magritte-core-space-1-x-v21-4-6: 4px;
  --magritte-core-space-2-x-v21-4-6: 8px;
  --magritte-core-space-3-x-v21-4-6: 12px;
  --magritte-core-space-4-x-v21-4-6: 16px;
  --magritte-core-space-5-x-v21-4-6: 20px;
  --magritte-core-space-6-x-v21-4-6: 24px;
  --magritte-core-space-7-x-v21-4-6: 28px;
  --magritte-core-space-8-x-v21-4-6: 32px;
  --magritte-core-space-9-x-v21-4-6: 36px;
  --magritte-core-space-10-x-v21-4-6: 40px;
  --magritte-core-space-11-x-v21-4-6: 44px;
  --magritte-core-space-12-x-v21-4-6: 48px;
  --magritte-core-space-13-x-v21-4-6: 52px;
  --magritte-core-space-14-x-v21-4-6: 56px;
  --magritte-core-space-15-x-v21-4-6: 60px;
  --magritte-core-space-16-x-v21-4-6: 64px;
  --magritte-core-space-17-x-v21-4-6: 68px;
  --magritte-core-space-18-x-v21-4-6: 72px;
  --magritte-core-space-19-x-v21-4-6: 76px;
  --magritte-core-space-20-x-v21-4-6: 80px;
  --magritte-core-space-21-x-v21-4-6: 84px;
  --magritte-core-space-22-x-v21-4-6: 88px;
  --magritte-core-space-23-x-v21-4-6: 92px;
  --magritte-core-space-24-x-v21-4-6: 96px;
  --magritte-core-space-25-x-v21-4-6: 100px;
  --magritte-core-x-base-v21-4-6: 2;
  --magritte-core-2-x-base-v21-4-6: 4;
  --magritte-core-opacity-0-v21-4-6: 0%;
  --magritte-core-opacity-4-v21-4-6: 4%;
  --magritte-core-opacity-8-v21-4-6: 8%;
  --magritte-core-opacity-16-v21-4-6: 16%;
  --magritte-core-opacity-24-v21-4-6: 24%;
  --magritte-core-opacity-32-v21-4-6: 32%;
  --magritte-core-opacity-48-v21-4-6: 48%;
  --magritte-core-opacity-56-v21-4-6: 56%;
  --magritte-core-opacity-60-v21-4-6: 60%;
  --magritte-core-opacity-64-v21-4-6: 64%;
  --magritte-core-opacity-84-v21-4-6: 84%;
  --magritte-core-opacity-100-v21-4-6: 100%;
  --magritte-core-letter-spacing-0-v21-4-6: 0em;
  --magritte-core-letter-spacing-negative-50-v21-4-6: -0.005em;
  --magritte-core-letter-spacing-negative-75-v21-4-6: -0.0075em;
  --magritte-core-letter-spacing-negative-100-v21-4-6: -0.01em;
  --magritte-core-letter-spacing-negative-125-v21-4-6: -0.0125em;
  --magritte-core-letter-spacing-negative-150-v21-4-6: -0.015em;
  --magritte-core-letter-spacing-negative-175-v21-4-6: -0.0175em;
  --magritte-core-letter-spacing-negative-200-v21-4-6: -0.02em;
  --magritte-core-letter-spacing-negative-250-v21-4-6: -0.025em;
  --magritte-core-letter-spacing-negative-300-v21-4-6: -0.03em;
  --magritte-core-letter-spacing-negative-350-v21-4-6: -0.035em;
  --magritte-core-letter-spacing-positive-50-v21-4-6: 0.005em;
  --magritte-core-letter-spacing-positive-75-v21-4-6: 0.0075em;
  --magritte-core-letter-spacing-positive-100-v21-4-6: 0.01em;
  --magritte-core-letter-spacing-positive-125-v21-4-6: 0.0125em;
  --magritte-core-letter-spacing-positive-150-v21-4-6: 0.015em;
  --magritte-core-letter-spacing-positive-175-v21-4-6: 0.0175em;
  --magritte-core-letter-spacing-positive-200-v21-4-6: 0.02em;
  --magritte-core-letter-spacing-positive-250-v21-4-6: 0.025em;
  --magritte-core-letter-spacing-positive-300-v21-4-6: 0.03em;
  --magritte-core-letter-spacing-positive-350-v21-4-6: 0.035em;
  --magritte-core-text-case-none-v21-4-6: none;
  --magritte-core-text-decoration-none-v21-4-6: none;
  --magritte-core-paragraph-indent-0-v21-4-6: 0px;
  --magritte-core-border-width-10-v21-4-6: 1px;
  --magritte-core-border-width-15-v21-4-6: 1.5px;
  --magritte-core-border-width-20-v21-4-6: 2px;
  --magritte-core-border-width-40-v21-4-6: 4px;
}
.magritte-night-theme {
  --magritte-color-background-primary-v21-4-6: #1B1B1B;
  --magritte-color-background-secondary-v21-4-6: #303030;
  --magritte-color-background-tertiary-v21-4-6: #474747;
  --magritte-color-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-background-accent-v21-4-6: #2b7fff;
  --magritte-color-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-background-positive-v21-4-6: #10b55f;
  --magritte-color-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-background-warning-secondary-v21-4-6: #3D270E;
  --magritte-color-background-warning-v21-4-6: #D78009;
  --magritte-color-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-background-special-v21-4-6: #9054ea;
  --magritte-color-background-body-v21-4-6: #000000;
  --magritte-color-background-overlay-v21-4-6: #20262b99;
  --magritte-color-background-dreamy-secondary-v21-4-6: #212F40;
  --magritte-color-background-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-background-lovely-secondary-v21-4-6: #44222C;
  --magritte-color-background-lovely-v21-4-6: #ff3c77;
  --magritte-color-background-vivid-secondary-v21-4-6: #373221;
  --magritte-color-background-vivid-v21-4-6: #F9DB76;
  --magritte-color-background-constant-v21-4-6: #000000;
  --magritte-color-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-background-inverse-v21-4-6: #ffffff;
  --magritte-color-background-inverse-secondary-v21-4-6: #D4D4D4;
  --magritte-color-background-transparent-v21-4-6: #00000000;
  --magritte-color-background-state-primary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-background-state-primary-disabled-v21-4-6: #1b1b1b7a;
  --magritte-color-background-state-secondary-hovered-v21-4-6: #303030;
  --magritte-color-background-state-secondary-pressed-v21-4-6: #303030;
  --magritte-color-background-state-secondary-disabled-v21-4-6: #3030307a;
  --magritte-color-background-state-tertiary-hovered-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-pressed-v21-4-6: #474747;
  --magritte-color-background-state-tertiary-disabled-v21-4-6: #4747477a;
  --magritte-color-background-state-accent-secondary-hovered-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-background-state-accent-secondary-disabled-v21-4-6: #222d3d7a;
  --magritte-color-background-state-positive-secondary-hovered-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-background-state-positive-secondary-disabled-v21-4-6: #16321f7a;
  --magritte-color-background-state-negative-secondary-hovered-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-background-state-negative-secondary-disabled-v21-4-6: #3d26227a;
  --magritte-color-background-state-warning-secondary-hovered-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-pressed-v21-4-6: #3D270E;
  --magritte-color-background-state-warning-secondary-disabled-v21-4-6: #3d270e7a;
  --magritte-color-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-background-state-special-secondary-disabled-v21-4-6: #2f293c7a;
  --magritte-color-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-pressed-v21-4-6: #468ffd;
  --magritte-color-background-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-background-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-background-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-pressed-v21-4-6: #fe725f;
  --magritte-color-background-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-background-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-background-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-background-state-special-hovered-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-background-state-special-disabled-v21-4-6: #9054ea7a;
  --magritte-color-background-state-dreamy-secondary-hovered-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-pressed-v21-4-6: #E8F7FE;
  --magritte-color-background-state-dreamy-secondary-disabled-v21-4-6: #e8f7fe7a;
  --magritte-color-background-state-lovely-secondary-hovered-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-pressed-v21-4-6: #FFF1F3;
  --magritte-color-background-state-lovely-secondary-disabled-v21-4-6: #fff1f37a;
  --magritte-color-background-state-vivid-secondary-hovered-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-pressed-v21-4-6: #FDF4D7;
  --magritte-color-background-state-vivid-secondary-disabled-v21-4-6: #fdf4d77a;
  --magritte-color-background-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-background-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-background-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-background-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-background-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-background-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-background-state-constant-secondary-hovered-v21-4-6: #3f4850;
  --magritte-color-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-background-state-constant-secondary-disabled-v21-4-6: #343c43;
  --magritte-color-background-state-inverse-hovered-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-disabled-v21-4-6: #ffffff;
  --magritte-color-background-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-background-state-inverse-secondary-disabled-v21-4-6: #B9B9B9;
  --magritte-color-background-state-overlay-hovered-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-pressed-v21-4-6: #20262b99;
  --magritte-color-background-state-overlay-disabled-v21-4-6: #20262b99;
  --magritte-color-background-state-body-hovered-v21-4-6: #000000;
  --magritte-color-background-state-body-pressed-v21-4-6: #000000;
  --magritte-color-background-state-body-disabled-v21-4-6: #000000;
  --magritte-color-background-state-transparent-hovered-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-pressed-v21-4-6: #00000000;
  --magritte-color-background-state-transparent-disabled-v21-4-6: #00000000;
  --magritte-color-stroke-neutral-v21-4-6: #303030;
  --magritte-color-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-accent-v21-4-6: #2b7fff;
  --magritte-color-stroke-positive-v21-4-6: #10b55f;
  --magritte-color-stroke-negative-v21-4-6: #ff4d3a;
  --magritte-color-stroke-warning-v21-4-6: #D78009;
  --magritte-color-stroke-special-v21-4-6: #a579f4;
  --magritte-color-stroke-overlay-v21-4-6: #5e6c773d;
  --magritte-color-stroke-neutral-phantom-v21-4-6: #30303000;
  --magritte-color-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-stroke-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-stroke-lovely-v21-4-6: #ff3c77;
  --magritte-color-stroke-vivid-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-neutral-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-stroke-state-neutral-inner-disabled-v21-4-6: #3030307a;
  --magritte-color-stroke-state-neutral-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-stroke-state-neutral-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-stroke-state-accent-hovered-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-accent-disabled-v21-4-6: #2b7fff7a;
  --magritte-color-stroke-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-stroke-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-stroke-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-stroke-state-warning-hovered-v21-4-6: #D78009;
  --magritte-color-stroke-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-stroke-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-stroke-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-stroke-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-stroke-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-stroke-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-stroke-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-stroke-state-special-pressed-v21-4-6: #a579f4;
  --magritte-color-stroke-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-stroke-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-stroke-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-stroke-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-stroke-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-stroke-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-stroke-state-overlay-hovered-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-pressed-v21-4-6: #5e6c773d;
  --magritte-color-stroke-state-overlay-disabled-v21-4-6: #5e6c773d;
  --magritte-color-text-primary-v21-4-6: #ffffff;
  --magritte-color-text-secondary-v21-4-6: #ABABAB;
  --magritte-color-text-tertiary-v21-4-6: #767676;
  --magritte-color-text-dense-v21-4-6: #E2E2E2;
  --magritte-color-text-accent-v21-4-6: #5e9eff;
  --magritte-color-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-text-positive-v21-4-6: #10b55f;
  --magritte-color-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-text-warning-v21-4-6: #EB8D05;
  --magritte-color-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-text-special-v21-4-6: #af8bf5;
  --magritte-color-text-special-secondary-v21-4-6: #883be9;
  --magritte-color-text-contrast-v21-4-6: #ffffff;
  --magritte-color-text-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-text-constant-v21-4-6: #ffffff;
  --magritte-color-text-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-text-inverse-v21-4-6: #000000;
  --magritte-color-text-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-text-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-primary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-text-state-secondary-disabled-v21-4-6: #ababab7a;
  --magritte-color-text-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-text-state-tertiary-disabled-v21-4-6: #7676767a;
  --magritte-color-text-state-dense-hovered-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-pressed-v21-4-6: #E2E2E2;
  --magritte-color-text-state-dense-disabled-v21-4-6: #e2e2e27a;
  --magritte-color-text-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-text-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-text-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-text-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-text-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-text-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-text-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-text-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-text-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-text-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-text-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-text-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-text-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-text-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-text-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-text-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-text-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-text-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-text-state-contrast-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-secondary-pressed-v21-4-6: #768694;
  --magritte-color-text-state-tertiary-pressed-v21-4-6: #AABBCA;
  --magritte-color-text-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-text-state-accent-secondary-pressed-v21-4-6: #468ffd;
  --magritte-color-text-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-text-state-positive-secondary-pressed-v21-4-6: #83d99c;
  --magritte-color-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-text-state-negative-secondary-pressed-v21-4-6: #ff8a77;
  --magritte-color-text-state-warning-pressed-v21-4-6: #D78009;
  --magritte-color-text-state-warning-secondary-pressed-v21-4-6: #ff9900;
  --magritte-color-text-state-special-pressed-v21-4-6: #9054ea;
  --magritte-color-text-state-special-secondary-pressed-v21-4-6: #a579f4;
  --magritte-color-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-disabled-v21-4-6: #ffffff7a;
  --magritte-color-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-text-state-constant-secondary-disabled-v21-4-6: #ffffff3d;
  --magritte-color-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-text-state-inverse-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-disabled-v21-4-6: #303030;
  --magritte-color-text-state-inverse-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-text-state-inverse-secondary-pressed-v21-4-6: #000000;
  --magritte-color-text-state-inverse-secondary-disabled-v21-4-6: #303030;
  --magritte-color-icon-primary-v21-4-6: #ffffff;
  --magritte-color-icon-secondary-v21-4-6: #ABABAB;
  --magritte-color-icon-tertiary-v21-4-6: #767676;
  --magritte-color-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-icon-positive-v21-4-6: #10b55f;
  --magritte-color-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-icon-special-v21-4-6: #af8bf5;
  --magritte-color-icon-special-secondary-v21-4-6: #883be9;
  --magritte-color-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-icon-contrast-secondary-v21-4-6: #ffffff7a;
  --magritte-color-icon-constant-v21-4-6: #ffffff;
  --magritte-color-icon-constant-secondary-v21-4-6: #B9B9B9;
  --magritte-color-icon-inverse-v21-4-6: #000000;
  --magritte-color-icon-inverse-secondary-v21-4-6: #0000007a;
  --magritte-color-icon-dreamy-v21-4-6: #5ac8ff;
  --magritte-color-icon-dreamy-secondary-v21-4-6: #4ba7d6;
  --magritte-color-icon-lovely-v21-4-6: #ff3c77;
  --magritte-color-icon-lovely-secondary-v21-4-6: #b12650;
  --magritte-color-icon-vivid-v21-4-6: #F9DB76;
  --magritte-color-icon-vivid-secondary-v21-4-6: #DFB211;
  --magritte-color-component-card-background-blank-v21-4-6: #1B1B1B;
  --magritte-color-component-card-background-neutral-v21-4-6: #303030;
  --magritte-color-component-card-background-extra-1-v21-4-6: #222D3D;
  --magritte-color-component-card-background-extra-2-v21-4-6: #3a0817;
  --magritte-color-component-card-background-extra-3-v21-4-6: #081e29;
  --magritte-color-component-card-background-extra-4-v21-4-6: #221B02;
  --magritte-color-component-card-background-extra-5-v21-4-6: #2F293C;
  --magritte-color-component-card-background-contrast-v21-4-6: #000000;
  --magritte-color-component-card-background-positive-v21-4-6: #16321F;
  --magritte-color-component-card-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-card-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-card-background-constant-v21-4-6: #000000;
  --magritte-color-component-card-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-neutral-inner-v21-4-6: #303030;
  --magritte-color-component-card-stroke-phantom-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-phantom-inner-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-hovered-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-neutral-inner-pressed-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-hovered-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-pressed-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-neutral-inner-disabled-v21-4-6: #303030;
  --magritte-color-component-card-stroke-state-phantom-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-phantom-inner-disabled-v21-4-6: #30303000;
  --magritte-color-component-card-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-card-background-state-blank-hovered-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-pressed-v21-4-6: #262626;
  --magritte-color-component-card-background-state-blank-disabled-v21-4-6: #111;
  --magritte-color-component-card-background-state-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-card-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-card-background-state-extra-1-hovered-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-pressed-v21-4-6: #00235a;
  --magritte-color-component-card-background-state-extra-1-disabled-v21-4-6: #000f31;
  --magritte-color-component-card-background-state-extra-2-hovered-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-pressed-v21-4-6: #4d0b1f;
  --magritte-color-component-card-background-state-extra-2-disabled-v21-4-6: #26050d;
  --magritte-color-component-card-background-state-extra-3-hovered-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-pressed-v21-4-6: #0b2937;
  --magritte-color-component-card-background-state-extra-3-disabled-v21-4-6: #05121a;
  --magritte-color-component-card-background-state-extra-4-hovered-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-pressed-v21-4-6: #332906;
  --magritte-color-component-card-background-state-extra-4-disabled-v21-4-6: #161001;
  --magritte-color-component-card-background-state-extra-5-hovered-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-pressed-v21-4-6: #33115d;
  --magritte-color-component-card-background-state-extra-5-disabled-v21-4-6: #190532;
  --magritte-color-component-card-background-state-contrast-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-contrast-disabled-v21-4-6: #000000;
  --magritte-color-component-card-background-state-positive-hovered-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-pressed-v21-4-6: #012d13;
  --magritte-color-component-card-background-state-positive-disabled-v21-4-6: #001504;
  --magritte-color-component-card-background-state-negative-hovered-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-pressed-v21-4-6: #4c1008;
  --magritte-color-component-card-background-state-negative-disabled-v21-4-6: #260605;
  --magritte-color-component-card-background-state-warning-hovered-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-pressed-v21-4-6: #3c1f00;
  --magritte-color-component-card-background-state-warning-disabled-v21-4-6: #1d0d01;
  --magritte-color-component-card-background-state-constant-hovered-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-pressed-v21-4-6: #000000;
  --magritte-color-component-card-background-state-constant-disabled-v21-4-6: #000000;
  --magritte-color-component-button-background-neutral-v21-4-6: #ffffff;
  --magritte-color-component-button-background-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-button-background-inverse-v21-4-6: #303030;
  --magritte-color-component-button-background-neutral-tertiary-v21-4-6: #30303000;
  --magritte-color-component-button-background-accent-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-accent-secondary-v21-4-6: #222D3D;
  --magritte-color-component-button-background-accent-tertiary-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-special-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-special-secondary-v21-4-6: #2F293C;
  --magritte-color-component-button-background-special-tertiary-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-positive-v21-4-6: #10b55f;
  --magritte-color-component-button-background-positive-secondary-v21-4-6: #16321F;
  --magritte-color-component-button-background-positive-tertiary-v21-4-6: #16321f00;
  --magritte-color-component-button-background-negative-v21-4-6: #ee4735;
  --magritte-color-component-button-background-negative-secondary-v21-4-6: #3D2622;
  --magritte-color-component-button-background-negative-tertiary-v21-4-6: #3d262200;
  --magritte-color-component-button-background-contrast-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-contrast-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-contrast-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-constant-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-constant-secondary-v21-4-6: #343c43;
  --magritte-color-component-button-background-constant-tertiary-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-inverse-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-neutral-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-accent-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-special-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-special-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-special-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-positive-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-positive-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-negative-disabled-v21-4-6: #303030;
  --magritte-color-component-button-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-button-background-state-negative-tertiary-disabled-v21-4-6: #26262600;
  --magritte-color-component-button-background-state-contrast-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-contrast-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-contrast-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-button-background-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-focused-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-inverse-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-pressed-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-secondary-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-inverse-focused-v21-4-6: #303030;
  --magritte-color-component-button-background-state-neutral-tertiary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-button-background-state-neutral-tertiary-pressed-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-neutral-tertiary-focused-v21-4-6: #30303000;
  --magritte-color-component-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-button-background-state-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-focused-v21-4-6: #2b7fff;
  --magritte-color-component-button-background-state-accent-secondary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-secondary-pressed-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-secondary-focused-v21-4-6: #222D3D;
  --magritte-color-component-button-background-state-accent-tertiary-hovered-v21-4-6: #00235a;
  --magritte-color-component-button-background-state-accent-tertiary-pressed-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-accent-tertiary-focused-v21-4-6: #222d3d00;
  --magritte-color-component-button-background-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-button-background-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-focused-v21-4-6: #10b55f;
  --magritte-color-component-button-background-state-positive-secondary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-secondary-pressed-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-secondary-focused-v21-4-6: #16321F;
  --magritte-color-component-button-background-state-positive-tertiary-hovered-v21-4-6: #012d13;
  --magritte-color-component-button-background-state-positive-tertiary-pressed-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-positive-tertiary-focused-v21-4-6: #16321f00;
  --magritte-color-component-button-background-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-component-button-background-state-negative-pressed-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-focused-v21-4-6: #ee4735;
  --magritte-color-component-button-background-state-negative-secondary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-secondary-pressed-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-secondary-focused-v21-4-6: #3D2622;
  --magritte-color-component-button-background-state-negative-tertiary-hovered-v21-4-6: #4c1008;
  --magritte-color-component-button-background-state-negative-tertiary-pressed-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-negative-tertiary-focused-v21-4-6: #3d262200;
  --magritte-color-component-button-background-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-contrast-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-contrast-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-contrast-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-contrast-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-contrast-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-background-state-constant-secondary-disabled-v21-4-6: #20262b;
  --magritte-color-component-button-background-state-constant-tertiary-disabled-v21-4-6: #20262b00;
  --magritte-color-component-button-background-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-button-background-state-constant-pressed-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-focused-v21-4-6: #F4F6FB;
  --magritte-color-component-button-background-state-constant-secondary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-secondary-pressed-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-secondary-focused-v21-4-6: #343c43;
  --magritte-color-component-button-background-state-constant-tertiary-hovered-v21-4-6: #49545d;
  --magritte-color-component-button-background-state-constant-tertiary-pressed-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-constant-tertiary-focused-v21-4-6: #343c4300;
  --magritte-color-component-button-background-state-special-hovered-v21-4-6: #a579f4;
  --magritte-color-component-button-background-state-special-pressed-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-focused-v21-4-6: #9a67ef;
  --magritte-color-component-button-background-state-special-secondary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-pressed-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-secondary-focused-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-hovered-v21-4-6: #2F293C;
  --magritte-color-component-button-background-state-special-tertiary-pressed-v21-4-6: #2f293c00;
  --magritte-color-component-button-background-state-special-tertiary-focused-v21-4-6: #f3eeff00;
  --magritte-color-component-button-text-neutral-v21-4-6: #000000;
  --magritte-color-component-button-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-text-special-v21-4-6: #ffffff;
  --magritte-color-component-button-text-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-text-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-text-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-negative-tertiary-v21-4-6: #ff4d3a;
  --magritte-color-component-button-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-text-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-counter-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-counter-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-counter-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-counter-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-counter-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-counter-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-counter-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-counter-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-counter-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-counter-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-counter-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-counter-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-text-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-text-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-text-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-text-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-inverse-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-accent-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-special-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-positive-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-negative-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-button-icon-state-contrast-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-contrast-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-contrast-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-icon-state-constant-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-icon-state-constant-secondary-disabled-v21-4-6: #5e6c77;
  --magritte-color-component-button-icon-state-constant-tertiary-disabled-v21-4-6: #54606a;
  --magritte-color-component-button-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-special-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-button-stroke-state-positive-focused-accessible-v21-4-6: #0dc2677a;
  --magritte-color-component-button-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-inverse-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-button-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-button-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-special-secondary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-special-tertiary-v21-4-6: #af8bf5;
  --magritte-color-component-button-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-v21-4-6: #000000;
  --magritte-color-component-button-loader-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-inverse-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-accent-tertiary-v21-4-6: #5e9eff;
  --magritte-color-component-button-loader-icon-special-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-special-secondary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-special-tertiary-v21-4-6: #9a67ef;
  --magritte-color-component-button-loader-icon-positive-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-positive-tertiary-v21-4-6: #10b55f;
  --magritte-color-component-button-loader-icon-negative-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-negative-secondary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-negative-tertiary-v21-4-6: #fe725f;
  --magritte-color-component-button-loader-icon-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-contrast-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-loader-icon-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-button-loader-icon-constant-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-button-postfix-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-inverse-v21-4-6: #ABABAB;
  --magritte-color-component-button-postfix-text-neutral-tertiary-v21-4-6: #9E9E9E;
  --magritte-color-component-button-postfix-text-accent-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-secondary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-accent-tertiary-v21-4-6: #b9d7ff;
  --magritte-color-component-button-postfix-text-special-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-secondary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-special-tertiary-v21-4-6: #cfbdfc;
  --magritte-color-component-button-postfix-text-positive-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-secondary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-positive-tertiary-v21-4-6: #a5e2b6;
  --magritte-color-component-button-postfix-text-negative-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-secondary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-negative-tertiary-v21-4-6: #ffc8bd;
  --magritte-color-component-button-postfix-text-contrast-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-contrast-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-contrast-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-constant-v21-4-6: #0d1115;
  --magritte-color-component-button-postfix-text-constant-secondary-v21-4-6: #8da0b0;
  --magritte-color-component-button-postfix-text-constant-tertiary-v21-4-6: #96aabb;
  --magritte-color-component-button-postfix-text-state-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-inverse-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-neutral-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-accent-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-special-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-positive-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-negative-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-button-postfix-text-state-contrast-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-contrast-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-constant-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-secondary-disabled-v21-4-6: #3f4850;
  --magritte-color-component-button-postfix-text-state-constant-tertiary-disabled-v21-4-6: #343c43;
  --magritte-color-component-button-postfix-text-state-special-tertiary-disabled-v21-4-6: #BBC8D4;
  --magritte-color-component-switch-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-switch-background-container-checked-v21-4-6: #0dc267;
  --magritte-color-component-switch-background-container-unchecked-v21-4-6: #303030;
  --magritte-color-component-switch-background-toggle-checked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-toggle-unchecked-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-hovered-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-checked-pressed-v21-4-6: #5bcf83;
  --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-switch-background-state-toggle-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-container-checked-disabled-v21-4-6: #0dc2677a;
  --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-4-6: #3030307a;
  --magritte-color-component-switch-background-state-toggle-checked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-background-state-toggle-unchecked-disabled-v21-4-6: #ffffff;
  --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-4-6: #0ea6587a;
  --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-4-6: #7686947a;
  --magritte-color-component-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-tabs-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-unselected-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-pressed-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-unselected-focused-v21-4-6: #303030;
  --magritte-color-component-tabs-background-state-selected-focused-v21-4-6: #ffffff;
  --magritte-color-component-tabs-background-state-unselected-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-tabs-text-selected-v21-4-6: #000000;
  --magritte-color-component-tabs-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-input-stroke-state-field-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-input-stroke-state-field-focused-v21-4-6: #0070ff;
  --magritte-color-component-input-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-input-stroke-state-positive-focused-accessible-v21-4-6: #0d88477a;
  --magritte-color-component-input-stroke-state-field-selected-v21-4-6: #ffffff;
  --magritte-color-component-input-stroke-state-field-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-input-stroke-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-stroke-state-field-succeed-v21-4-6: #10b55f;
  --magritte-color-component-input-stroke-state-field-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-background-field-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-focused-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-invalid-v21-4-6: #1B1B1B;
  --magritte-color-component-input-background-state-field-disabled-v21-4-6: #111;
  --magritte-color-component-input-background-state-field-succeed-v21-4-6: #1B1B1B;
  --magritte-color-component-input-stroke-field-v21-4-6: #303030;
  --magritte-color-component-input-text-content-v21-4-6: #ffffff;
  --magritte-color-component-input-text-label-v21-4-6: #919191;
  --magritte-color-component-input-text-placeholder-v21-4-6: #535353;
  --magritte-color-component-input-text-limit-v21-4-6: #535353;
  --magritte-color-component-input-text-description-v21-4-6: #6A6A6A;
  --magritte-color-component-input-text-postfix-v21-4-6: #848484;
  --magritte-color-component-input-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-label-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-placeholder-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-limit-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-description-disabled-v21-4-6: #535353;
  --magritte-color-component-input-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-content-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-label-hovered-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-focused-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-v21-4-6: #919191;
  --magritte-color-component-input-text-state-label-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-placeholder-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-text-state-limit-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-placeholder-invalid-v21-4-6: #535353;
  --magritte-color-component-input-text-state-limit-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-description-hovered-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-focused-v21-4-6: #535353;
  --magritte-color-component-input-text-state-description-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-content-succeed-v21-4-6: #ffffff;
  --magritte-color-component-input-text-state-postfix-disabled-v21-4-6: #474747;
  --magritte-color-component-input-text-state-postfix-invalid-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-input-text-state-postfix-invalid-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-focused-v21-4-6: #848484;
  --magritte-color-component-input-text-state-postfix-hovered-v21-4-6: #848484;
  --magritte-color-component-input-counter-background-content-v21-4-6: #EEF1F7;
  --magritte-color-component-input-counter-background-state-content-disabled-v21-4-6: #CCD5DF;
  --magritte-color-component-input-counter-text-state-content-disabled-v21-4-6: #96aabb;
  --magritte-color-component-input-counter-text-content-v21-4-6: #6a7885;
  --magritte-color-component-input-icon-state-content-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-grip-hovered-v21-4-6: #5E5E5E;
  --magritte-color-component-input-icon-state-content-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-content-invalid-v21-4-6: #767676;
  --magritte-color-component-input-icon-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-content-applied-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-applied-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-disabled-v21-4-6: #474747;
  --magritte-color-component-input-icon-state-chevron-hovered-v21-4-6: #848484;
  --magritte-color-component-input-icon-state-chevron-focused-v21-4-6: #ffffff;
  --magritte-color-component-input-icon-state-chevron-invalid-v21-4-6: #474747;
  --magritte-color-component-input-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-input-icon-grip-v21-4-6: #535353;
  --magritte-color-component-input-icon-chevron-v21-4-6: #5E5E5E;
  --magritte-color-component-input-chips-background-neutral-v21-4-6: #111;
  --magritte-color-component-input-chips-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-input-chips-background-state-neutral-disable-v21-4-6: #1B1B1B;
  --magritte-color-component-input-chips-text-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-input-chips-icon-state-neutral-disable-v21-4-6: #474747;
  --magritte-color-component-divider-stroke-content-v21-4-6: #303030;
  --magritte-color-component-link-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-text-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-text-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-text-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-text-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-text-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-text-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-icon-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-icon-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-icon-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-icon-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-icon-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-link-underline-neutral-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-neutral-tertiary-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-accent-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-accent-secondary-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-positive-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-positive-secondary-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-warning-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-warning-secondary-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-negative-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-contrast-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-contrast-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-constant-secondary-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-neutral-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-secondary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-tertiary-hovered-v21-4-6: #EEF1F7;
  --magritte-color-component-link-underline-state-neutral-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-secondary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-tertiary-pressed-v21-4-6: #DCE3EB;
  --magritte-color-component-link-underline-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-tertiary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-secondary-hovered-v21-4-6: #76adfe;
  --magritte-color-component-link-underline-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-secondary-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-link-underline-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-secondary-hovered-v21-4-6: #0dc267;
  --magritte-color-component-link-underline-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-secondary-pressed-v21-4-6: #10b55f;
  --magritte-color-component-link-underline-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-secondary-hovered-v21-4-6: #ff9900;
  --magritte-color-component-link-underline-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-secondary-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-link-underline-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-secondary-hovered-v21-4-6: #fe725f;
  --magritte-color-component-link-underline-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-secondary-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-link-underline-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-contrast-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-neutral-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-neutral-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-neutral-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-accent-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-accent-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-positive-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-positive-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-warning-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-warning-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-negative-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-negative-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-contrast-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-contrast-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-link-underline-state-constant-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-secondary-pressed-v21-4-6: #E2E2E2;
  --magritte-color-component-link-underline-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-link-underline-state-constant-visited-v21-4-6: #a579f4;
  --magritte-color-component-link-underline-state-constant-visited-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-link-underline-state-constant-visited-pressed-v21-4-6: #a579f4;
  --magritte-color-component-counter-background-content-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-counter-background-neutral-v21-4-6: #96aabb;
  --magritte-color-component-counter-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-content-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-attention-secondary-v21-4-6: #ff4d3a;
  --magritte-color-component-counter-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-accent-secondary-v21-4-6: #468ffd;
  --magritte-color-component-counter-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-neutral-secondary-v21-4-6: #8293a2;
  --magritte-color-component-counter-text-contrast-v21-4-6: #000000;
  --magritte-color-component-counter-text-contrast-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-text-constant-v21-4-6: #000000;
  --magritte-color-component-counter-text-constant-secondary-v21-4-6: #ffffff;
  --magritte-color-component-counter-background-state-content-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-attention-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-accent-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-neutral-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-contrast-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-background-state-constant-disabled-v21-4-6: #DCE3EB;
  --magritte-color-component-counter-text-state-content-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-counter-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-tag-background-neutral-v21-4-6: #303030;
  --magritte-color-component-tag-background-positive-v21-4-6: #16321F;
  --magritte-color-component-tag-background-negative-v21-4-6: #3D2622;
  --magritte-color-component-tag-background-warning-v21-4-6: #3D270E;
  --magritte-color-component-tag-background-special-v21-4-6: #2F293C;
  --magritte-color-component-tag-background-accent-v21-4-6: #222D3D;
  --magritte-color-component-tag-text-neutral-v21-4-6: #B9B9B9;
  --magritte-color-component-tag-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-text-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-text-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-text-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-neutral-v21-4-6: #AABBCA;
  --magritte-color-component-tag-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-tag-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-tag-icon-warning-v21-4-6: #D78009;
  --magritte-color-component-tag-icon-special-v21-4-6: #a579f4;
  --magritte-color-component-tag-icon-accent-v21-4-6: #0d63e3;
  --magritte-color-component-tag-icon-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-icon-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-icon-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-icon-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-text-state-neutral-disabled-v21-4-6: #aabbca7a;
  --magritte-color-component-tag-text-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-component-tag-text-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-component-tag-text-state-warning-disabled-v21-4-6: #d780097a;
  --magritte-color-component-tag-text-state-special-disabled-v21-4-6: #a579f47a;
  --magritte-color-component-tag-text-state-accent-disabled-v21-4-6: #0d63e37a;
  --magritte-color-component-tag-background-state-neutral-disabled-v21-4-6: #3030307a;
  --magritte-color-component-tag-background-state-positive-disabled-v21-4-6: #16321f7a;
  --magritte-color-component-tag-background-state-negative-disabled-v21-4-6: #3d26227a;
  --magritte-color-component-tag-background-state-warning-disabled-v21-4-6: #3d270e7a;
  --magritte-color-component-tag-background-state-special-disabled-v21-4-6: #2f293c7a;
  --magritte-color-component-tag-background-state-accent-disabled-v21-4-6: #222d3d7a;
  --magritte-color-component-tooltip-background-content-v21-4-6: #000000;
  --magritte-color-component-tooltip-text-content-v21-4-6: #ffffff;
  --magritte-color-component-tooltip-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-tab-bar-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-tab-bar-text-unselected-v21-4-6: #B9B9B9;
  --magritte-color-component-tab-bar-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-tab-bar-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-tab-bar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-navigation-bar-text-title-v21-4-6: #ffffff;
  --magritte-color-component-navigation-bar-text-subtitle-v21-4-6: #919191;
  --magritte-color-component-navigation-bar-background-content-v21-4-6: #1b1b1b00;
  --magritte-color-component-action-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-text-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-text-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-text-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-text-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-text-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-text-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-text-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-text-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-text-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-text-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-text-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-text-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-text-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-text-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-text-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-text-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-text-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-text-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-text-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-text-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-text-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-text-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-text-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-text-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-text-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-text-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-text-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-neutral-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-accent-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-accent-secondary-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-positive-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-positive-secondary-v21-4-6: #087b40;
  --magritte-color-component-action-icon-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-negative-secondary-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-warning-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-warning-secondary-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-contrast-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-contrast-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-constant-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-constant-secondary-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-accent-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-positive-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-warning-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-negative-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-contrast-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-neutral-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-neutral-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-action-icon-state-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-action-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-component-action-icon-state-accent-secondary-hovered-v21-4-6: #0070ff;
  --magritte-color-component-action-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-component-action-icon-state-positive-hovered-v21-4-6: #0dc267;
  --magritte-color-component-action-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-component-action-icon-state-positive-secondary-hovered-v21-4-6: #0d8847;
  --magritte-color-component-action-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-action-icon-state-negative-hovered-v21-4-6: #fe725f;
  --magritte-color-component-action-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-component-action-icon-state-negative-secondary-hovered-v21-4-6: #c2382a;
  --magritte-color-component-action-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-component-action-icon-state-warning-hovered-v21-4-6: #ff9900;
  --magritte-color-component-action-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-component-action-icon-state-warning-secondary-hovered-v21-4-6: #ac6600;
  --magritte-color-component-action-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-contrast-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-contrast-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-contrast-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-icon-state-constant-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-secondary-disabled-v21-4-6: #848484;
  --magritte-color-component-action-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-component-action-icon-state-constant-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-action-icon-state-constant-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-action-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-action-stroke-state-neutral-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-positive-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-warning-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-negative-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-contrast-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-action-stroke-state-neutral-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-neutral-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-accent-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-negative-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-contrast-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-focused-accessible-v21-4-6: #a4c9fe7a;
  --magritte-color-component-action-stroke-state-constant-hovered-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-pressed-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-state-constant-disabled-v21-4-6: #30303000;
  --magritte-color-component-action-background-neutral-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-v21-4-6: #262626;
  --magritte-color-component-action-background-neutral-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-accent-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-positive-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-warning-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-negative-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-contrast-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-v21-4-6: #262626;
  --magritte-color-component-action-background-constant-secondary-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-accent-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-positive-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-warning-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-negative-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-contrast-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-hovered-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-pressed-v21-4-6: #262626;
  --magritte-color-component-action-background-state-constant-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-action-stroke-neutral-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-accent-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-negative-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-contrast-v21-4-6: #30303000;
  --magritte-color-component-action-stroke-constant-v21-4-6: #30303000;
  --magritte-color-component-loader-icon-content-v21-4-6: #0d63e3;
  --magritte-color-component-snackbar-background-content-v21-4-6: #000000;
  --magritte-color-component-snackbar-icon-neutral-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-icon-positive-v21-4-6: #5bcf83;
  --magritte-color-component-snackbar-icon-negative-v21-4-6: #fe725f;
  --magritte-color-component-snackbar-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-snackbar-text-content-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-action-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-snackbar-text-state-action-pressed-v21-4-6: #ffffff;
  --magritte-color-component-snackbar-text-state-action-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-bottom-sheet-background-content-v21-4-6: #111;
  --magritte-color-component-bottom-sheet-grabber-content-v21-4-6: #c6c6c68f;
  --magritte-color-component-drop-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-_overlay-background-content-v21-4-6: #26262699;
  --magritte-color-component-chips-background-checked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-unchecked-neutral-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-accent-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-unchecked-accent-v21-4-6: #303030;
  --magritte-color-component-chips-background-checked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-unchecked-neutral-secondary-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-hovered-v21-4-6: #F1F1F1;
  --magritte-color-component-chips-background-state-checked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-background-state-checked-neutral-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-neutral-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-neutral-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-checked-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-chips-background-state-checked-accent-pressed-v21-4-6: #2b7fff;
  --magritte-color-component-chips-background-state-checked-accent-disabled-v21-4-6: #535353;
  --magritte-color-component-chips-background-state-unchecked-accent-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-background-state-unchecked-accent-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-accent-disabled-v21-4-6: #303030;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-background-state-checked-neutral-secondary-hover-v21-4-6: #1B1B1B;
  --magritte-color-component-chips-text-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-text-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-unchecked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-text-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-text-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-text-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-unchecked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-text-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-disabled-v21-4-6: #111;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-disabled-v21-4-6: #262626;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-pressed-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-state-unchecked-neutral-secondary-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-chips-icon-checked-neutral-v21-4-6: #000000;
  --magritte-color-component-chips-icon-unchecked-neutral-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-checked-accent-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-unchecked-neutral-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-chips-icon-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-hovered-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-pressed-v21-4-6: #000000;
  --magritte-color-component-chips-icon-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-neutral-hovered-v21-4-6: #B9B9B9;
  --magritte-color-component-chips-icon-state-unchecked-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-accent-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-icon-state-unchecked-accent-hovered-v21-4-6: #76adfe;
  --magritte-color-component-chips-icon-state-unchecked-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-component-chips-icon-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-pressed-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-checked-neutral-secondary-hovered-v21-4-6: #ffffff;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-disabled-v21-4-6: #474747;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-pressed-v21-4-6: #767676;
  --magritte-color-component-chips-icon-state-unchecked-neutral-secondary-hovered-v21-4-6: #848484;
  --magritte-color-component-chips-counter-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-counter-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-counter-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-counter-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-counter-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-counter-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-checked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-checked-accent-v21-4-6: #a4c9fe;
  --magritte-color-component-chips-postfix-text-unchecked-accent-v21-4-6: #5e9eff;
  --magritte-color-component-chips-postfix-text-checked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-unchecked-neutral-secondary-v21-4-6: #919191;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-accent-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-accent-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-postfix-text-state-checked-neutral-secondary-disabled-v21-4-6: #9E9E9E;
  --magritte-color-component-chips-postfix-text-state-unchecked-neutral-secondary-disabled-v21-4-6: #767676;
  --magritte-color-component-chips-stroke-unchecked-neutral-secondary-v21-4-6: #303030;
  --magritte-color-component-chips-stroke-checked-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-content-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-positive-v21-4-6: #0ea658;
  --magritte-color-component-avatar-online-contrast-v21-4-6: #ffffff;
  --magritte-color-component-avatar-online-constant-v21-4-6: #ffffff;
  --magritte-color-component-avatar-background-color-01-v21-4-6: #96aabb;
  --magritte-color-component-avatar-background-color-02-v21-4-6: #ff859f;
  --magritte-color-component-avatar-background-color-03-v21-4-6: #ff8a77;
  --magritte-color-component-avatar-background-color-04-v21-4-6: #EBBC12;
  --magritte-color-component-avatar-background-color-05-v21-4-6: #ff9900;
  --magritte-color-component-avatar-background-color-06-v21-4-6: #0dc267;
  --magritte-color-component-avatar-background-color-07-v21-4-6: #76adfe;
  --magritte-color-component-avatar-background-color-08-v21-4-6: #50b5e8;
  --magritte-color-component-avatar-background-color-09-v21-4-6: #b99bf8;
  --magritte-color-component-avatar-text-letters-v21-4-6: #ffffff;
  --magritte-color-component-avatar-stroke-image-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-placeholder-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-letters-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-icon-v21-4-6: #ffffff1f;
  --magritte-color-component-avatar-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-swipe-button-background-neutral-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-positive-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-negative-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-warning-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-special-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-neutral-pressed-v21-4-6: #768694;
  --magritte-color-component-swipe-button-background-state-neutral-hovered-v21-4-6: #8da0b0;
  --magritte-color-component-swipe-button-background-state-accent-pressed-v21-4-6: #0070ff;
  --magritte-color-component-swipe-button-background-state-accent-hovered-v21-4-6: #468ffd;
  --magritte-color-component-swipe-button-background-state-positive-pressed-v21-4-6: #0dc267;
  --magritte-color-component-swipe-button-background-state-positive-hovered-v21-4-6: #83d99c;
  --magritte-color-component-swipe-button-background-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-component-swipe-button-background-state-negative-hovered-v21-4-6: #fdb5a7;
  --magritte-color-component-swipe-button-background-state-warning-pressed-v21-4-6: #ff9900;
  --magritte-color-component-swipe-button-background-state-warning-hovered-v21-4-6: #fdb972;
  --magritte-color-component-swipe-button-background-state-special-pressed-v21-4-6: #883be9;
  --magritte-color-component-swipe-button-background-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-component-swipe-button-text-label-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-text-state-label-hovered-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-swipe-button-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-modal-background-content-v21-4-6: #1B1B1B;
  --magritte-color-component-modal-background-action-v21-4-6: #20262b99;
  --magritte-color-component-cell-background-state-hovered-v21-4-6: #ffffff0d;
  --magritte-color-component-cell-background-state-pressed-v21-4-6: #ffffff1a;
  --magritte-color-component-cell-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-breadcrumbs-text-primary-v21-4-6: #D4D4D4;
  --magritte-color-component-breadcrumbs-text-secondary-v21-4-6: #5E5E5E;
  --magritte-color-component-breadcrumbs-text-tertiary-v21-4-6: #3B3B3B;
  --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v21-4-6: #767676;
  --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v21-4-6: #5E5E5E;
  --magritte-color-component-progress-bar-background-content-v21-4-6: #262626;
  --magritte-color-component-progress-bar-foreground-accent-v21-4-6: #0058cc;
  --magritte-color-component-progress-bar-foreground-positive-v21-4-6: #026d36;
  --magritte-color-component-progress-bar-foreground-special-v21-4-6: #6a2eb7;
  --magritte-color-component-progress-bar-foreground-warning-v21-4-6: #ac6600;
  --magritte-color-component-progress-bar-foreground-negative-v21-4-6: #ac3225;
  --magritte-color-component-dot-pages-background-content-v21-4-6: #262626;
  --magritte-color-component-dot-pages-foreground-content-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-background-content-v21-4-6: #000000;
  --magritte-color-component-number-pages-stroke-content-v21-4-6: #3B3B3B;
  --magritte-color-component-number-pages-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-number-pages-item-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-number-pages-item-background-selected-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-unselected-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-content-v21-4-6: #dce3eb00;
  --magritte-color-component-number-pages-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-hovered-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-unselected-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-item-background-state-content-pressed-v21-4-6: #262626;
  --magritte-color-component-number-pages-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-time-picker-background-selection-v21-4-6: #262626;
  --magritte-color-component-date-picker-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-date-picker-item-text-unselected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-selected-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-neutral-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-neutral-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-contrast-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-constant-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-stroke-today-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-selected-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-selected-preview-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-neutral-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-info-primary-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-info-secondary-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-unselected-hovered-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-unselected-disabled-v21-4-6: #ffffff00;
  --magritte-color-component-date-picker-item-background-state-selected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-background-state-selected-disabled-v21-4-6: #474747;
  --magritte-color-component-date-picker-item-background-state-selected-range-v21-4-6: #262626;
  --magritte-color-component-date-picker-item-background-state-info-primary-hovered-v21-4-6: #ff9f8f;
  --magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-background-state-info-primary-pressed-v21-4-6: #ff8a77;
  --magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v21-4-6: #fdb972;
  --magritte-color-component-date-picker-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-item-text-state-unselected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-unselected-disabled-v21-4-6: #303030;
  --magritte-color-component-date-picker-item-text-state-selected-hovered-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-pressed-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-disabled-v21-4-6: #000000;
  --magritte-color-component-date-picker-item-text-state-selected-range-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-background-overflow-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-content-secondary-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-text-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-hovered-v21-4-6: #ffffff;
  --magritte-color-component-date-picker-header-icon-state-content-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-background-primary-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-hovered-v21-4-6: #000000;
  --magritte-color-component-table-background-state-primary-pressed-v21-4-6: #000000;
  --magritte-color-component-table-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-table-text-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-text-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-text-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-table-icon-neutral-v21-4-6: #ABABAB;
  --magritte-color-component-table-icon-state-neutral-hovered-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-pressed-v21-4-6: #ffffff;
  --magritte-color-component-table-icon-state-neutral-disabled-v21-4-6: #ababab7a;
  --magritte-color-component-secondary-tabs-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-secondary-tabs-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-indicator-selected-v21-4-6: #ffffff;
  --magritte-color-component-secondary-tabs-text-state-unselected-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-text-state-unselected-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-secondary-tabs-counter-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-counter-text-unselected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-selected-v21-4-6: #919191;
  --magritte-color-component-secondary-tabs-postfix-text-unselected-v21-4-6: #919191;
  --magritte-color-component-segmented-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-segmented-stroke-content-v21-4-6: #303030;
  --magritte-color-component-segmented-background-content-v21-4-6: #000000;
  --magritte-color-component-segmented-item-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-text-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-text-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-selected-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-unselected-v21-4-6: #ABABAB;
  --magritte-color-component-segmented-item-icon-state-unselected-hovered-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-icon-state-unselected-pressed-v21-4-6: #ffffff;
  --magritte-color-component-segmented-item-background-selected-v21-4-6: #303030;
  --magritte-color-component-segmented-item-background-unselected-v21-4-6: #ffffff00;
  --magritte-color-component-segmented-item-background-state-unselected-hovered-v21-4-6: #1B1B1B;
  --magritte-color-component-segmented-item-background-state-unselected-pressed-v21-4-6: #1B1B1B;
  --magritte-color-component-form-label-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-form-label-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-text-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-content-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-hovered-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-pressed-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-icon-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-form-label-counter-content-v21-4-6: #767676;
  --magritte-color-component-form-label-counter-state-content-disabled-v21-4-6: #ABABAB;
  --magritte-color-component-skeleton-background-content-v21-4-6: #303030;
  --magritte-color-component-scrollable-container-fade-content-v21-4-6: linear-gradient(0deg, #00000000 0%, #000000 100%);
  --magritte-color-component-chat-bubble-background-incoming-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-background-outgoing-v21-4-6: #2b7fff;
  --magritte-color-component-chat-bubble-background-bot-v21-4-6: #312F47;
  --magritte-color-component-chat-bubble-background-preview-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-border-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-border-outgoing-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-border-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-border-image-v21-4-6: #0000001a;
  --magritte-color-component-chat-bubble-snippet-background-incoming-v21-4-6: #303030;
  --magritte-color-component-chat-bubble-snippet-background-outgoing-v21-4-6: #468ffd;
  --magritte-color-component-chat-bubble-snippet-background-bot-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-snippet-line-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-snippet-line-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-snippet-line-bot-v21-4-6: #9054ea;
  --magritte-color-component-chat-bubble-attach-background-incoming-v21-4-6: #0070ff;
  --magritte-color-component-chat-bubble-attach-background-outgoing-v21-4-6: #f3f9ff;
  --magritte-color-component-chat-bubble-attach-background-bot-v21-4-6: #5c26a1;
  --magritte-color-component-chat-bubble-attach-icon-incoming-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-attach-icon-outgoing-v21-4-6: #5e9eff;
  --magritte-color-component-chat-bubble-attach-icon-bot-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-background-content-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-main-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-content-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-background-state-main-hovered-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-pressed-v21-4-6: #403A59;
  --magritte-color-component-chat-bubble-button-background-state-main-disabled-v21-4-6: #262626;
  --magritte-color-component-chat-bubble-button-text-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-text-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-text-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-icon-state-content-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-icon-state-main-disabled-v21-4-6: #848484;
  --magritte-color-component-chat-bubble-button-counter-text-content-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-main-v21-4-6: #ABABAB;
  --magritte-color-component-chat-bubble-button-counter-text-state-content-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-counter-text-state-main-disabled-v21-4-6: #535353;
  --magritte-color-component-chat-bubble-button-loader-icon-content-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-loader-icon-main-v21-4-6: #ffffff;
  --magritte-color-component-chat-bubble-button-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-card-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-checked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-background-state-checked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-tone-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-card-background-state-checked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-card-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-card-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-card-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-card-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-card-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-background-unchecked-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-background-state-unchecked-hovered-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-pressed-v21-4-6: #262626;
  --magritte-color-component-checkable-background-state-unchecked-disabled-v21-4-6: #1B1B1B;
  --magritte-color-component-checkable-background-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-background-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-unchecked-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-checked-v21-4-6: #2b7fff;
  --magritte-color-component-checkable-stroke-state-unchecked-hovered-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-unchecked-pressed-v21-4-6: #3B3B3B;
  --magritte-color-component-checkable-stroke-state-checked-hovered-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-checked-pressed-v21-4-6: #468ffd;
  --magritte-color-component-checkable-stroke-state-unchecked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-checked-disabled-v21-4-6: #303030;
  --magritte-color-component-checkable-stroke-state-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-checkable-stroke-state-negative-focused-accessible-v21-4-6: #ff4d3a7a;
  --magritte-color-component-checkable-stroke-state-accent-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-checkable-icon-checked-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-unchecked-hovered-v21-4-6: #303030;
  --magritte-color-component-checkable-icon-state-checked-hovered-v21-4-6: #ffffff;
  --magritte-color-component-checkable-icon-state-checked-disabled-v21-4-6: #919191;
  --magritte-color-component-branded-button-stroke-state-apple-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-yandex-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-vk-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-mail-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-ok-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-tinkoff-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-google-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-esia-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-more-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-stroke-state-t-bank-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-branded-button-background-apple-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-apple-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-apple-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-yandex-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-yandex-secondary-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-yandex-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-vk-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-vk-secondary-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-vk-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-mail-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-mail-secondary-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-mail-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-ok-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-ok-secondary-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-ok-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-tinkoff-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-tinkoff-secondary-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-tinkoff-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-google-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-google-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-esia-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-background-esia-secondary-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-esia-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-more-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-more-secondary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-more-tertiary-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-t-bank-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-t-bank-secondary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-t-bank-tertiary-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-apple-hovered-v21-4-6: #2A333B;
  --magritte-color-component-branded-button-background-state-apple-pressed-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-focused-v21-4-6: #171C20;
  --magritte-color-component-branded-button-background-state-apple-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-apple-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-hovered-v21-4-6: #E3391A;
  --magritte-color-component-branded-button-background-state-yandex-pressed-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-focused-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-background-state-yandex-secondary-hovered-v21-4-6: #E5D4D1;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-yandex-secondary-pressed-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-yandex-secondary-focused-v21-4-6: #FFECE8;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-hovered-v21-4-6: #006BE5;
  --magritte-color-component-branded-button-background-state-vk-pressed-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-focused-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-background-state-vk-secondary-hovered-v21-4-6: #CFD9E5;
  --magritte-color-component-branded-button-background-state-vk-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-vk-secondary-pressed-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-vk-secondary-focused-v21-4-6: #E6F1FF;
  --magritte-color-component-branded-button-background-state-vk-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-hovered-v21-4-6: #E58E00;
  --magritte-color-component-branded-button-background-state-mail-pressed-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-focused-v21-4-6: #ff9e00;
  --magritte-color-component-branded-button-background-state-mail-secondary-hovered-v21-4-6: #E5D8C3;
  --magritte-color-component-branded-button-background-state-mail-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-mail-secondary-pressed-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-mail-secondary-focused-v21-4-6: #FFF0D9;
  --magritte-color-component-branded-button-background-state-mail-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-hovered-v21-4-6: #D9742C;
  --magritte-color-component-branded-button-background-state-ok-pressed-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-focused-v21-4-6: #f38231;
  --magritte-color-component-branded-button-background-state-ok-secondary-hovered-v21-4-6: #E3D6CD;
  --magritte-color-component-branded-button-background-state-ok-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-ok-secondary-pressed-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-ok-secondary-focused-v21-4-6: #FDEFE4;
  --magritte-color-component-branded-button-background-state-ok-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-tinkoff-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-hovered-v21-4-6: #E0DAAD;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-tinkoff-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-pressed-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-tinkoff-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-focused-v21-4-6: #FBF4C1;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-hovered-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-pressed-v21-4-6: #000000;
  --magritte-color-component-branded-button-background-state-google-focused-v21-4-6: #111;
  --magritte-color-component-branded-button-background-state-google-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-google-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-google-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-hovered-v21-4-6: #105CFF;
  --magritte-color-component-branded-button-background-state-esia-pressed-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-focused-v21-4-6: #0D4CD3;
  --magritte-color-component-branded-button-background-state-esia-secondary-hovered-v21-4-6: #CFD4E0;
  --magritte-color-component-branded-button-background-state-esia-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-esia-secondary-pressed-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-esia-secondary-focused-v21-4-6: #E7EDFB;
  --magritte-color-component-branded-button-background-state-esia-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-hovered-v21-4-6: #DCE3EB;
  --magritte-color-component-branded-button-background-state-more-pressed-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-focused-v21-4-6: #F1F4F9;
  --magritte-color-component-branded-button-background-state-more-secondary-hovered-v21-4-6: #E2E2E2;
  --magritte-color-component-branded-button-background-state-more-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-more-secondary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-pressed-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-secondary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-more-tertiary-focused-v21-4-6: #F5F5F5;
  --magritte-color-component-branded-button-background-state-apple-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-hovered-v21-4-6: #CCB124;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-hovered-v21-4-6: #DBDBDB;
  --magritte-color-component-branded-button-background-state-t-bank-pressed-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-pressed-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-more-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-apple-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-yandex-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-vk-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-mail-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-ok-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-tinkoff-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-google-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-secondary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-esia-tertiary-disabled-v21-4-6: #303030;
  --magritte-color-component-branded-button-background-state-t-bank-focused-v21-4-6: #FFDD2D;
  --magritte-color-component-branded-button-background-state-t-bank-secondary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-background-state-t-bank-tertiary-focused-v21-4-6: #F1F1F1;
  --magritte-color-component-branded-button-text-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-text-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-text-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-text-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-text-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-text-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-text-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-apple-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-apple-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-yandex-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-yandex-secondary-v21-4-6: #fc3f1d;
  --magritte-color-component-branded-button-icon-yandex-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-vk-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-vk-secondary-v21-4-6: #0077ff;
  --magritte-color-component-branded-button-icon-vk-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-mail-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-mail-secondary-v21-4-6: #F39701;
  --magritte-color-component-branded-button-icon-mail-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-ok-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-ok-secondary-v21-4-6: #f38231;
  --magritte-color-component-branded-button-icon-ok-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-google-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-google-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-esia-v21-4-6: #ffffff;
  --magritte-color-component-branded-button-icon-esia-secondary-v21-4-6: #0D4cd3;
  --magritte-color-component-branded-button-icon-esia-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-tinkoff-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-more-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-secondary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-icon-t-bank-tertiary-v21-4-6: #0d1115;
  --magritte-color-component-branded-button-text-state-apple-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-apple-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-yandex-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-vk-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-mail-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-ok-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-google-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-esia-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-tinkoff-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-t-bank-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-secondary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-text-state-more-tertiary-disabled-v21-4-6: #8293a2;
  --magritte-color-component-branded-button-icon-state-apple-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-yandex-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-vk-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-mail-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-ok-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-google-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-esia-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-tinkoff-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-t-bank-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-secondary-disabled-v21-4-6: #535353;
  --magritte-color-component-branded-button-icon-state-more-tertiary-disabled-v21-4-6: #535353;
  --magritte-color-component-badge-background-attention-v21-4-6: #ff4d3a;
  --magritte-color-component-badge-background-accent-v21-4-6: #0070ff;
  --magritte-color-component-badge-background-neutral-v21-4-6: #EEF1F7;
  --magritte-color-component-badge-background-contrast-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-constant-v21-4-6: #ffffff;
  --magritte-color-component-badge-background-positive-v21-4-6: #16321F;
  --magritte-color-component-badge-text-attention-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-accent-v21-4-6: #ffffff;
  --magritte-color-component-badge-text-neutral-v21-4-6: #8293a2;
  --magritte-color-component-badge-text-contrast-v21-4-6: #000000;
  --magritte-color-component-badge-text-constant-v21-4-6: #000000;
  --magritte-color-component-badge-text-positive-v21-4-6: #10b55f;
  --magritte-color-component-badge-background-state-attention-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-accent-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-neutral-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-contrast-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-constant-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-background-state-positive-disabled-v21-4-6: #262626;
  --magritte-color-component-badge-text-state-attention-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-accent-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-neutral-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-contrast-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-constant-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-badge-text-state-positive-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-rating-icon-selected-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-unselected-v21-4-6: #767676;
  --magritte-color-component-rating-icon-state-unselected-hovered-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-icon-state-unselected-pressed-v21-4-6: #FFBE5D;
  --magritte-color-component-rating-text-selected-v21-4-6: #ffffff;
  --magritte-color-component-rating-text-unselected-v21-4-6: #768694;
  --magritte-color-component-rating-stroke-state-focused-accessible-v21-4-6: #0070ff7a;
  --magritte-color-component-rating-text-state-disabled-v21-4-6: #AABBCA;
  --magritte-color-component-form-helper-text-state-content-invalid-v21-4-6: #ff4d3a;
  --magritte-color-component-form-helper-text-state-content-disabled-v21-4-6: #474747;
  --magritte-color-component-form-helper-text-content-v21-4-6: #6A6A6A;
  --magritte-color-component-scroll-bar-background-content-v21-4-6: #f1f1f100;
  --magritte-color-component-scroll-bar-background-state-content-hovered-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-background-state-content-pressed-v21-4-6: #f1f1f10a;
  --magritte-color-component-scroll-bar-foreground-content-v21-4-6: #ffffff52;
  --magritte-color-component-scroll-bar-foreground-state-content-hovered-v21-4-6: #ffffff7a;
  --magritte-color-component-scroll-bar-foreground-state-content-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-primary-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-primary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-secondary-hovered-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-hovered-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-pressed-v21-4-6: #767676;
  --magritte-color-icon-state-tertiary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-accent-hovered-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-pressed-v21-4-6: #5e9eff;
  --magritte-color-icon-state-accent-disabled-v21-4-6: #5e9eff7a;
  --magritte-color-icon-state-accent-secondary-hovered-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-pressed-v21-4-6: #0d63e3;
  --magritte-color-icon-state-accent-secondary-disabled-v21-4-6: #0d63e37a;
  --magritte-color-icon-state-positive-hovered-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-pressed-v21-4-6: #10b55f;
  --magritte-color-icon-state-positive-disabled-v21-4-6: #10b55f7a;
  --magritte-color-icon-state-positive-secondary-hovered-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-pressed-v21-4-6: #087b40;
  --magritte-color-icon-state-positive-secondary-disabled-v21-4-6: #087b407a;
  --magritte-color-icon-state-negative-hovered-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-pressed-v21-4-6: #ff4d3a;
  --magritte-color-icon-state-negative-disabled-v21-4-6: #ff4d3a7a;
  --magritte-color-icon-state-negative-secondary-hovered-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-pressed-v21-4-6: #ac3225;
  --magritte-color-icon-state-negative-secondary-disabled-v21-4-6: #ac32257a;
  --magritte-color-icon-state-warning-hovered-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-pressed-v21-4-6: #EB8D05;
  --magritte-color-icon-state-warning-disabled-v21-4-6: #eb8d057a;
  --magritte-color-icon-state-warning-secondary-hovered-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-pressed-v21-4-6: #9c5b03;
  --magritte-color-icon-state-warning-secondary-disabled-v21-4-6: #9c5b037a;
  --magritte-color-icon-state-special-hovered-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-pressed-v21-4-6: #af8bf5;
  --magritte-color-icon-state-special-disabled-v21-4-6: #af8bf57a;
  --magritte-color-icon-state-special-secondary-hovered-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-pressed-v21-4-6: #883be9;
  --magritte-color-icon-state-special-secondary-disabled-v21-4-6: #883be97a;
  --magritte-color-icon-state-contrast-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-contrast-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-contrast-secondary-hovered-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-pressed-v21-4-6: #ffffff7a;
  --magritte-color-icon-state-contrast-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-hovered-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-constant-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-constant-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-pressed-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-constant-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-hovered-v21-4-6: #F1F4F9;
  --magritte-color-icon-state-inverse-pressed-v21-4-6: #ffffff;
  --magritte-color-icon-state-inverse-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-inverse-secondary-hovered-v21-4-6: #B9B9B9;
  --magritte-color-icon-state-inverse-secondary-pressed-v21-4-6: #ABABAB;
  --magritte-color-icon-state-inverse-secondary-disabled-v21-4-6: #767676;
  --magritte-color-icon-state-dreamy-hovered-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-pressed-v21-4-6: #5ac8ff;
  --magritte-color-icon-state-dreamy-disabled-v21-4-6: #5ac8ff7a;
  --magritte-color-icon-state-dreamy-secondary-hovered-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-pressed-v21-4-6: #4ba7d6;
  --magritte-color-icon-state-dreamy-secondary-disabled-v21-4-6: #4ba7d67a;
  --magritte-color-icon-state-lovely-hovered-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-pressed-v21-4-6: #ff3c77;
  --magritte-color-icon-state-lovely-disabled-v21-4-6: #ff3c777a;
  --magritte-color-icon-state-lovely-secondary-hovered-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-pressed-v21-4-6: #b12650;
  --magritte-color-icon-state-lovely-secondary-disabled-v21-4-6: #b126507a;
  --magritte-color-icon-state-vivid-hovered-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-pressed-v21-4-6: #F9DB76;
  --magritte-color-icon-state-vivid-disabled-v21-4-6: #f9db767a;
  --magritte-color-icon-state-vivid-secondary-hovered-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-pressed-v21-4-6: #DFB211;
  --magritte-color-icon-state-vivid-secondary-disabled-v21-4-6: #dfb2117a;
  --magritte-color-icon-state-disabled-v21-4-6: #767676;
  --magritte-color-visualisation-line-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-line-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-line-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-line-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-line-5-v21-4-6: #D78009;
  --magritte-color-visualisation-line-6-v21-4-6: #767676;
  --magritte-color-visualisation-point-1-v21-4-6: #ff4d3a;
  --magritte-color-visualisation-point-2-v21-4-6: #10b55f;
  --magritte-color-visualisation-point-3-v21-4-6: #2b7fff;
  --magritte-color-visualisation-point-4-v21-4-6: #b99bf8;
  --magritte-color-visualisation-point-5-v21-4-6: #D78009;
  --magritte-color-visualisation-point-6-v21-4-6: #767676;
  --magritte-gradient-component-modal-overlay-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-modal-background-fade-v21-4-6: linear-gradient(180deg, #00000000 0%, #0000007a 100%);
  --magritte-gradient-component-upload-background-fade-v21-4-6: linear-gradient(180deg, #00000000 20.5%, #00000000 42.5%, #0000000f 63.5%, #0000001a 75.5%, #00000026 87.5%, #00000040 100%);
  --magritte-gradient-visualisation-fill-1-v21-4-6: linear-gradient(0deg, #ff4d3a00 0%, #ff4d3a 100%);
  --magritte-gradient-visualisation-fill-2-v21-4-6: linear-gradient(0deg, #10b55f00 0%, #10b55f 100%);
  --magritte-gradient-visualisation-fill-3-v21-4-6: linear-gradient(0deg, #2b7fff00 0%, #2b7fff 100%);
  --magritte-gradient-visualisation-fill-4-v21-4-6: linear-gradient(0deg, #b99bf800 0%, #b99bf8 100%);
  --magritte-gradient-visualisation-fill-5-v21-4-6: linear-gradient(0deg, #d7800900 0%, #D78009 100%);
  --magritte-gradient-visualisation-fill-6-v21-4-6: linear-gradient(0deg, #76767600 0%, #767676 100%);
  --magritte-shadow-level-3-color-v21-4-6: #00000052;
  --magritte-shadow-level-3-type-v21-4-6: dropShadow;
  --magritte-shadow-level-3-x-v21-4-6: 0px;
  --magritte-shadow-level-3-y-v21-4-6: 12px;
  --magritte-shadow-level-3-blur-v21-4-6: 24px;
  --magritte-shadow-level-3-spread-v21-4-6: 0px;
  --magritte-shadow-level-2-color-v21-4-6: #0000003d;
  --magritte-shadow-level-2-type-v21-4-6: dropShadow;
  --magritte-shadow-level-2-x-v21-4-6: 0px;
  --magritte-shadow-level-2-y-v21-4-6: 8px;
  --magritte-shadow-level-2-blur-v21-4-6: 16px;
  --magritte-shadow-level-2-spread-v21-4-6: 0px;
  --magritte-shadow-level-1-color-v21-4-6: #00000029;
  --magritte-shadow-level-1-type-v21-4-6: dropShadow;
  --magritte-shadow-level-1-x-v21-4-6: 0px;
  --magritte-shadow-level-1-y-v21-4-6: 4px;
  --magritte-shadow-level-1-blur-v21-4-6: 12px;
  --magritte-shadow-level-1-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-x-v21-4-6: 0px;
  --magritte-shadow-level-0-y-v21-4-6: 0px;
  --magritte-shadow-level-0-blur-v21-4-6: 0px;
  --magritte-shadow-level-0-spread-v21-4-6: 0px;
  --magritte-shadow-level-0-color-v21-4-6: #00000000;
  --magritte-shadow-level-0-type-v21-4-6: dropShadow;
}
.VacanciesFiltersPanel-module__wrapper--Y4QDL {
  display: flex;
  gap: var(--magritte-static-space-300-v21-4-6);
}
@media (max-width: 599px) {
  .VacanciesFiltersPanel-module__wrapper--Y4QDL {
    flex-wrap: wrap;
  }
}
.VacanciesFiltersPanel-module__filters-wrapper--wgJC0 {
  display: flex;
  gap: var(--magritte-static-space-300-v21-4-6);
}
@media (max-width: 599px) {
  .VacanciesFiltersPanel-module__filters-wrapper--wgJC0 {
    width: 100%;
  }
}
.VacanciesFiltersPanel-module__single-filter--ShLEL {
  width: 174px;
}
@media (max-width: 599px) {
  .VacanciesFiltersPanel-module__single-filter--ShLEL {
    width: inherit;
  }
}

.not-found__item {
  line-height: 1.5;
  margin-bottom: 20px;
}

.overflow-column {
  min-width: 250px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.clickme-form-wrapper {
  padding: 30px 40px;
  background: #F4F6FB;
}

.clickme-buttons-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.admin-payer-create-form {
  width: 50%;
}

.edit-detail-button {
  display: flex;
  justify-content: flex-end;
}

.payer-detail-container {
  margin-left: -15px;
}

.modal-create-invoice {
  min-width: 500px;
}

.payers-filter-checkbox {
  min-width: 200px;
}

.payer-cell {
  min-width: 200px;
  line-height: 1.6;
}
.payer-action {
  margin-bottom: 10px;
}

.payer-create-button {
  display: flex;
  justify-content: flex-end;
}

.server-error__item {
  line-height: 1.5;
  margin-bottom: 20px;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.subscription-settings {
  background-color: #F4F6FB;
  display: flex;
  box-sizing: border-box;
  padding: 30px 40px;
  max-width: 370px;
}
@media (max-width: 1019px) {
  .subscription-settings {
    padding: 20px 10px;
  }
}
.subscription-settings__title {
  justify-content: flex-end;
  margin-right: 20px;
}
.subscription-settings__control {
  display: flex;
  flex-direction: column;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.source-click-header {
  color: #3F4850;
}
.source-click-header-tip {
  min-width: 246px;
  text-align: left;
  padding: 8px;
}
.source-click-header-tip-ul {
  padding-top: 8px;
  padding-left: 24px;
  list-style: disc;
}
.avgerage-price-tip {
  text-align: left;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.stat-source-click {
  color: #5E6C77;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.statistic-hint {
  border: 1px solid #EEF1F7;
  padding: 15px;
}
.statistic-hint__item {
  margin-bottom: 10px;
}
.statistic-hint__item:last-of-type {
  margin-bottom: 0;
}
.support-wrapper {
  display: flex;
}
.support-wrapper__container {
  margin-left: auto;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.edit-user-form {
  padding: 25px;
  border: 1px solid #CCD5DF;
  display: flex;
  flex-flow: column;
  width: max-content;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.user-disabled {
  background-color: #FDEDE9;
}
.user-cell {
  min-width: 200px;
  line-height: 1.6;
}
.user-cell__actions {
  width: 170px;
  padding: 10px;
}
.user-cell__action {
  margin-bottom: 10px;
}
.user-cell__action:last-of-type {
  margin-bottom: 0;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.footer-links__link {
  display: inline-block;
  padding-right: 10px;
  font-size: 11px;
}
.footer-links__link::after {
  content: '|';
  color: #768694;
  padding-left: 10px;
}
.footer-links__link:last-child::after {
  display: none;
}

/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.footer {
  border-top: 1px solid #EEF1F7;
  margin-bottom: 20px;
}

.requisites-warning-content {
  display: flex;
  justify-content: space-between;
  width: 340px;
}

.Uxfeedback-module__empty-frame-hidden--xQPl9 {
  display: none;
}

.bloko-notification-manager {
  /* stylelint-disable-next-line declaration-no-important */
  z-index: 1050 !important;
}

.RequisitesItem-module__requisites-form-item--T2ld9 {
  flex-basis: 100%;
  width: 100%;
}
.RequisitesItem-module__requisites-form-item_short--oo4Cj {
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
}
@media (max-width: 1023px) {
  .RequisitesItem-module__requisites-form-item_short--oo4Cj {
    flex-basis: 100%;
    width: 100%;
  }
}

.RequisitesPayersSelect-module__title-container--KoUlN {
  display: flex;
  align-items: center;
  gap: 6px;
}

.RequisitesForm-module__requisites-form-items-container--pPpuQ {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.RequisitesRadioField-module__title-container--RntWF {
  display: flex;
  align-items: center;
  gap: 6px;
}
.RequisitesRadioField-module__items--W5_MF {
  display: flex;
  gap: 12px;
}
@media (max-width: 1023px) {
  .RequisitesRadioField-module__items--W5_MF {
    flex-direction: column;
  }
}
.RequisitesRadioField-module__item--Nre4q {
  display: flex;
  flex: 1;
}

.clickme {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.clickme__content {
  flex: 1 0 auto;
}
.clickme__footer {
  flex: 0 0 auto;
}

/*!
 * @license
 * MyFonts Webfont Build ID 2899353, 2014-10-10T07:34:22-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNovaCond-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/cond-semibold/
 *
 * Webfont: ProximaNovaCond-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/cond-regular/
 *
 * Webfont: ProximaNovaCond-Extrabold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/cond-extrabld/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2899353
 * Licensed pageviews: Unlimited
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2014 MyFonts Inc
*/
/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
  font-family: ProximaNovaCond;
  /* stylelint-disable-next-line declaration-property-value-allowed-list */
  font-style: normal;
  font-weight: normal;
  /* stylelint-disable-next-line function-url-scheme-disallowed-list */
  src: url(data:application/font-woff2;base64,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) format('woff2');
}
/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
  font-family: ProximaNovaCond;
  /* stylelint-disable declaration-property-value-allowed-list */
  font-style: normal;
  font-weight: bold;
  /* stylelint-enable */
  /* stylelint-disable-next-line function-url-scheme-disallowed-list */
  src: url(data:application/font-woff2;base64,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) format('woff2');
}
/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
  font-family: ProximaNovaCond;
  /* stylelint-disable declaration-property-value-allowed-list */
  font-style: normal;
  font-weight: 800;
  /* stylelint-enable */
  /* stylelint-disable-next-line function-url-scheme-disallowed-list */
  src: url(data:application/font-woff2;base64,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) format('woff2');
}
.g-notransition {
  /* stylelint-disable-next-line declaration-no-important */
  transition: none !important;
}
.g-hidden {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
  visibility: hidden;
}
.g-iframefix {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 0;
}
.scroll-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
    /* stylelint-disable declaration-property-value-allowed-list */
    font-family: 'hh sans';
    font-weight: 400;
    font-style: normal;
    /* stylelint-enable declaration-property-value-allowed-list */
    src: url(data:application/font-woff2;base64,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)
        format('woff2');
}

/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
    /* stylelint-disable declaration-property-value-allowed-list */
    font-family: 'hh sans';
    font-weight: 500;
    font-style: normal;
    /* stylelint-enable declaration-property-value-allowed-list */
    src: url(data:application/font-woff2;base64,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)
        format('woff2');
}

/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
    /* stylelint-disable declaration-property-value-allowed-list */
    font-family: 'hh sans';
    font-weight: 700;
    font-style: normal;
    /* stylelint-enable declaration-property-value-allowed-list */
    src: url(data:application/font-woff2;base64,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)
        format('woff2');
}

/*!
Copyright (c) 2016 The Inter Project Authors (https://github.com/rsms/inter)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL

-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION AND CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
*/

/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
    /* stylelint-disable declaration-property-value-allowed-list */
    font-family: Inter;
    font-weight: 200;
    font-style: normal;
    /* stylelint-enable declaration-property-value-allowed-list */
    src: url(data:application/font-woff2;base64,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)
        format('woff2');
}

/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
    /* stylelint-disable declaration-property-value-allowed-list */
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    /* stylelint-enable declaration-property-value-allowed-list */
    src: url(data:application/font-woff2;base64,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)
        format('woff2');
}

/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
    /* stylelint-disable declaration-property-value-allowed-list */
    font-family: Inter;
    font-weight: 600;
    font-style: normal;
    /* stylelint-enable declaration-property-value-allowed-list */
    src: url(data:application/font-woff2;base64,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)
        format('woff2');
}

/* stylelint-disable-next-line at-rule-allowed-list */
@font-face {
    /* stylelint-disable declaration-property-value-allowed-list */
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    /* stylelint-enable declaration-property-value-allowed-list */
    src: url(data:application/font-woff2;base64,d09GMgABAAAAAK38AA0AAAAB40AAAK2iAAME3QAAAAAAAAAAAAAAAAAAAAAAAAAAGoM0G4LGPBznbAZgAJMeCoPDVILyVAE2AiQDpQILkkQABCAFglAHIFuZsJFCpCB33zVlhRF0GwKgyZxmWufDcUCUw7SYn84bL3tApUurDtTgPOKcxk+Bs/////8/OWmMsXZn7gYooGZmftX7BENEQs7Fi4hMK4WdIMnOkAqKrfJKQeuQCb+ncElPES7pLbEO3cpGgpXhdETPSst8Ryl2V03JCptkqUc/rMBBz5GrL7QrbZC0QZcgSCcouqIXJ6QEvjhqupd715lPGy939Q9fN+n+6YtjO7wNFY1oCo9P3PHQ9WTOmP+WqZSYJwbEqO9IqQZtlqHDll8xn4ZufFweLsOlz+JFRKf7cetu0iGkEe70VlPADWmEx2WKeUX+spuURti698OCVdgHdP89fLvNZr+fC8c26uZN4IDfSD7/Q99YonCQ0OxkaS+faVjH7j2uE3eTzFTWsFOJ7lwJ1agdmngTIsU3SkuQZftRyQRE2/lWODVODVjNXE+yhmjWAbbrgBAppHFiOfRp8fycze6+//5PCEEaUhooxYNdCNSpe0rNqJhRoybOtc6p91p64pJCAsWz3/M6O7v3vR8gnx+XqBgBqABJQwGPJ8kgy0KVVdlVuOrgENjt/PPmKhkfb731eLyx38d+a79dPN5MoqxdGWOFhMRbI41NQ3wy/iVUGkv+B9rmP5aumcnapYuyAkUwEjhKIkrlsBCwgpUx3abTRf5wVerKueo+gGveh++TP6x90GrZy6tFLXCL+OojPmEBmtLC0OLAsLRqawhj1D9/8Js97wLYB5CIEs8SSgoA+Hr3fbsv6VRXd2ZAGaxGcbBogdbL9hMzF63MJ73NbpK0wiIZNEYgXiqMBoy9PiqfTMAxJPS3tvPSZZqfJnDTUjEkWNajRsVoL7XQ5nrUaZ0s5ZgzMWbGzJkYFWNGzakZdV1m3I6JMTH270x46Fvr31s101XTuz+INixkWLMkOD4eWEapKBUjY1HF7YOOgGXv+lrJlARC8IrSdl5X5Uv0Dh5jP/2oSkkJci8pwRAUepRuRu/8rBicA8W+CLTNb+4VqxijsQYhIStk8jz/1//OpOHvT63wC/jFMLyAg29FAxg+jDDACAeks7ds/3qG6bGkNdSeLf9ctbUrmVh2oMuMEi4VYoVYoQ0qiBuCj/e/QaEzPQNtiAfntT4148T/7dfPojRLioTKhgJedwb3/g940pAkcwiJ33C/Nu+WGf+SlkSA0sN+sqDImkEwKCIsWeMLSS6a5Ie4EA1lWExhRdDaDPcIJjDTk1PGprVobfVJ1hYvgZaIJLHFNyWyadJkc3dv/SnNK4kC+L/X7SuBLoE9Fe10hE9WTAjT13dFhXxpdv31B5ac4AMbSNMlvTfd/+X03wGBPXOvZCXv/N0v7TZdbASGhE2xH/8HmrkF2SnacQFXCCAIlJ5b/v99Vat9j8CXPkDRCzhCmkROpCZzY8vBhJiqnaJ6777/8P/7AQTwARqBkEFAASBpGyRILUE6AaRkCKJ9KDpETogRpGSbCmeOqNHkEKqQi3pDuW05qduYu2a7asstytgUu223/r97a3Zz7lLyqI96JSPkCjdW5m1N5lMTSv5+qtpW3DCSamWp9jtKdRwUGCXg4f+XpvRdVw1bA7bfqWIWYGkUjGa9R/sybuOudVr76UrQOFWbWqkBMgpgLijQJwCSigwDcH5ep7n62adggWlYTQXEYY2+8u5VUv65ji58RL6pCP76AoNsJ75YBYKpw8J7t6U8TB1nuUDTAdX7WouWKr3VZlTSL62LJYSZwv+TZPm0erV3+de59I5SGgyAYQHYMTSLmWEKDOABPAiFsTBuDaeJ74Sin7a/AyD4qdMpI6ubFbBCD7/W8r9Bp+EtEy02fB+6n3RLaIREFPGQLqQI8Z8Xjv95s1gwbqbJwV0mnhLWoEYVqhgXuP+rs2r986WAteTkzfMSZbzLRTtQNL9MmaYcf/tLk7F0lNkDoAWqM0fyYa4DStVeUXYHXyurt18ESF664YtELoakXCRFIq9nM4ezfbfve2pOMjP77H01jQwiRZAgQUSCiIgURXO/h30Tq2pn7/l798/+QwklhBBEREREQgjlKFwL+Zyo0TWiPMOJ4sPuhlKflI+/Au0tkSISRESKiIh4Y/fG65vvtDKWXHrL1JwBtXxtkF2VD95Bq7kh+MWuYWxiVCyZYjOkJFr//3cGIAAHAAAw7RFpiAxFiKZKEKMEEVXhoezKDJQXFYdMVhHSpy1kT7WQk9RDTtEIOU0z5CxRyHnmQi6wELLUVMgVpkOuNh9ykxWQ+6yBPGgd5FGbIU/YCnnKDsizdkNe8Bbk4w5C3pQM+YSTkM84B/mCDyBf9xHkm65Cfuwm5NfSIL/3I+SPfoL8xc+Qf3gGVYkBqikWqBESAera5kLd2TKoR9sE9Wy7oF5oD9S7HYP6ah9AvV8K1M+6AfXLbkH9plSov/Qz0t96DPX3/kD6f38jqzd9aC1mDq3zaNAGjAdt0vTQpi4b2pxZoS1fOrRVy4S2ZvnQtq4S2r41QhCAnUwt8W13pDHA+eZzFiM4UQAIJwDBb7yUZQTnW89l6cAFIACAIBj9pdcZC8Z+z+tARwgFOIc24tjvLe/2TnBnjMkbH7eDdTbKoLmytyRkPeEQitON91xCqJpAkG18c66dNhuIk5uplnFEpiRQcWQoRG6I3jKnyjDe6DYerkkYvA+4PADVtTgHVEl+c+iU7wHr581dRD/DcGSCRJjq98b5fYnmHHgiliNrE2uKVfVL61SqC+szMWDF4hes32TIULovh0PpJBXyC903X9lqz62jO0zChtjXvSGdLHfGIZuvApeQUWAHLoMdilDAMcfxmKPeSXrZptObnJUc43bRBURXlrFnn2v4dBxjr8RVaXZWCLkSEfHkNhPyLDPHxAh56oNogyfwweASXK3PEZ5AEfJRqIJCPsqIhrTChjvDxFjmV0M+kVQEV57cyoUq2NJvIQn+hustvRwPUASB2HcQN/JKRIX3kOUlICXzDROaWfyCB8/gE71Ru9K4wP7D0iUp4l3/PczLvTJ6XgnvkRhDzKRpQNFn0+C/4MvbtcGGLyXNk6k3pC9kxpr2K5LKRCiEyAyK49isjCfghyuVqT0rOJtAXVoJ5BYrr7wSVeNwNuB/RZvRAfQRajga8n9+uxMRHvEqMjCSX+Yi4yJxvuiluCSyRNjXLqoxakrAhhCOhnDw8UVRUKXcBPA7LRDqCPWFYn8CcXpcgQDM/iiK64kbStHhShrJE8mtGBy+FF2yRkEDXCLUC62F/yl66JjKDyUChaAmFDdVkpH08V4WKrrULfCQxWBcskuX4z1CvYYCKwgryvZdmIOXLJqI8xEcc5INFR+iK71RD9nDnOzU3sx4RBYgX5Gsg19ezxgLDLLo6jjNEmWmW0PWudf5xkJVXeO98HgnxdE7OV4dp+RC8jM1BV6tFG0Pk/I0Rju9WQ42N8iXl5hbL/jwPAotEXkuE81wIHfOQvGKctEAjXlolNl5a7z5+WCs9nz1DK788Wbm3/MvOydmWRa6VXbKyucdVNA7LijufZ+o4jOfq+FLOmq54isxvumo46rv1JXi1feD18Btr6G0jka+dF9j33k1/eDV8nPHa371XG1/eHX95dErJnJyx7eUiRArmQmxlvUnQGzkhPLMVj7556CgwnNSRJG5Kqr43Dz74jyV4ryU/jvmLVKF+aikygiiRS9AjNoLVFejBYv13IhaaDWSNuIXo4PeuyjBoKUbYtxynVaTVukVuHqzuQbzPrhGi7y+JktsWKvtL+62nR/cgN0ObtBRZzfhw9cf3j2fCvnMpa521QfjnYAPB5+UT4eaqi+nPV1Xpj9938xwpl7fuSV5Z5ZDvOdbvM9OmX1+35e7SvaVexEPxM/3/bKCHPxyv69oFf5Y+Wr8zRuaXkJIKMgyzb5rikpnFKJoFEJmxQVcsyJeg2lJLiopbALZLxVKrRDKm6eEDIF4xPOZi1N/l1rFy0mJQ+HPMiLESXBJosvzT7TFmHETJk2ZNmM2nl2E0/xletGpkJOZszZnPha6qs9lDZ3KI24jDwLRAoEQjKAYTpAUw3K8IEqyomq6wWgyW6w2u8Ppcnt9fuG1ZsOWB09evPnw5eeW2/wFCBQkWIhQESLFwYqHkyRZmmw5cuXJV6AQXpFiJUqVKVehUpVqNWrdUadeg0ZNmrVo1aZdhy7devTq02/AoA2btnyybdeefZ8dOHTki6/xp0F48+HLzx116jVo1KRZi1Zt2nUYNWPWnHmPPfHUMwueW7Rk2UqsNgSX+fITIEy4WHGwEiXLkCVbrjwF8Ip16RXR2MQcCs24qbJkxRqefWTuommJJpa9075UWLTIZ7qiGURJIz0tmNCeSrlPU4FmyZUbj+odFzgyCCFChWVklSQ6w1cuxhPUMCERhiBN5npZMRzVbkhZBnknhR0mpLZNttSPdmbZpSJolly58UjvnUBBQoQK2zbcbk2n0+l0+7sjooSiSi3VDU2D5qKBOXTo0gv9C6b3UbSTDNb62dOdapLO1H+KavSRlB7Uh+sqL/VCuD7cNmDQsLsnR3Z2jA03jglTMTORdi7kdv8tgVH4050/wuZckvNTSY5uJ6hTyrdVJAWKlChTgaJKjTo0DZq0YGjToUuPPgOGs9hIq1hrNmxn7VMDu9EgwUKcd0FoLuxzEWux/nyc9NTFGFlIOU8F6MSuaQacc8xZpGWd9j2u3HiktwQKEiJU2BVieDR3BDVMSIQhSJO5fmWMjGOJJGBKIemOdYONO2uUHeLtxjxprAVkm4qW70HP9zsRsFnNsyB6k0bpJgUAAI8VCOXv063zUbR3Y1OAUBrdDIBPJ+LbDHWUqRbrIsR6FrzmbEuZ1KZBJyjhYcINbrgiJU6BZcG+mDsPDAsiFnDakXSWf4NQyIoSD4Kl2tSymZNKGXWMQbPmjs9w00B3r9kPbQrEpwDhTm2NU9Y50Nzn9LqjpcflFMsJcSGvh/weCjBLSpLQlPfZTrsUjS/Y/EOBV8iDRE5wRJQQghEUwwmSYliOF0RJVlRNNxhNZovVZnc4XW6vzy8QazZsefDkxZsPX35uuc1fgEBBgoUIFSFSHKx4OEmSpcmWI1eefAUK4RUpVqJUmXIVKlWpVqPWHXXqNWjUpFmLVm3adejSrUevPv0GDNqwacsn23bt2ffZgUNHvvgaf87dtz8HNw609IWOHAAA+CF4mM7FAwAAAAAAAAAArXuakwcA4HXcVmQWject9C8QmGMo78Q6EvM5yVpDIydlKqfpUDFrzryFE2uVPc8UDVmlj2Ebmv/P4zFi9N15LPt3PdXyxzI/2Vbld+z8YluSIHGQBPgIEEKSdHPxtE/YTu+XsyRTDvLt0n8JFFeVwLhbyLHgufKXQ2/5O9r+FgPYl37NxDTmLLHPRi1RG5gxASarTGsIdtyqK8TvCKZlh1y6AUsqgKlZWiJq/FI42y0TSVHRSnP0ZDL7zxaRKUTrYHF7tPmD2nSVZimQkqj8dgClSklJ5C5ygVdd6gLMfBCrSiWdoMPsMs4lYV5jlHIRqrBbU+advLNT/cj5CreRFGsumUOE2FMrLmcrEPniGpyaSPldrzNSmVeQ9AoRIMOyBpoGGflpKabTjMNul00j/vEGmy+OOf9OLdvtSlHHFryOOPZGZCcduXModg0KX2JPfDC1jmD0UYP/jT/bNs+MFBOJVJiD+Nni0Oqx86IKUS2hCDcHMIAEtDFLvqKob2bEOGy3DoqiKIqiKIqiKIriNUV4ynbEfOrS/56HprszadlH52AwwFe9hGuqkRWN8LNxMGHFmg1bdvDsOXDkxJkLV27cefDkxZsPXwEWLFqzHj/eJciezr57u6q7il9VojpqIhkFU2VCwoOACKaUvjaP8/LEgEvLrpISGn9V5I0BFiX++rLvBZkbTU1Uk/Y7hSchx/UFTJR+6JYwYdmM7tN1pEuN6FLSW5UqU65CpSrVatSqU6/bTT169bml320DBgM9mjFyNjdgwdpsaWsQxIhDMawwDYGIBgB1MjB2MJU5JoYrZm8VNlyPhR5UO3M4EBgCsuVSKKXrO3MopZRSOlbsoLAAMahTDm4aCiKawSzheEGUZEWr0xuMJrPFalPtDidzgyBNhiw5efIVlGNItVCEmwMYQEALPLqzJItBcoaMGDNhChtmu8bkviBs6esc2AamNIQZqa9ieDSjgj29ZoHrpt2GGRO2v57hg9cdpeaew8wVw2ucsYrN1t24rQ22H7EjSmfBm9mT2Ys+t7K/V2+HDnRzkBzq53AazwmZrFNprNEN25LbxwemaGmpGLoYnhcyKthmZQZXziWZs0jL/Rmb47R9knYD/vjMAGOMMcYYkzopKoqiKIqiKIqiKIqiKIqiKKtlgtmEgjAE6ZC5KTCOCexMvBlFqeFoOhFF9XKGoxfUGnJgomX9NB80YJNmN2LcUK3Ru4yTk3kjY5VCwwNvIzs4GTJMkWT5IXly6jwktAAAIjddEp83XeJzjSzLsizLcuTR6S2JK0WZchUqValWo1adet1u6tGrzy39bhvoByelZFmW5d0Mg4jOkarwZzJyn604G+K9q10N3Agdp4Mmp6tybSqGZvm4Deu2GIe0fTsebqWlWq1Wm6SuFq1Wq9W+1gLjxGiVQYb6uGRIT0balNIUhC/1g573FbgG/fLhPkB2IcQ2DNTKyBGOwzhKefun4htYsBDTLIf3OsPXJAP7nbenqfcG9Bm3kiyedpUAzwSoDF+tiHNraFtie26H1w6UHOL+0lPdL30i9cn209noOA2kW8rtBJCzyR8DUqtW24QIt71xDFVMkn6UEmSkVJlyFSpVqVajVp163W7q0avPLf1uG4jBV6HI4enf0ylkoY5GoXXBFjOD68O0h3POOeecc84555xzznlVx5t7gQiMtAAVgUq7gfgeGyEfeGHxMMCYFX1EaQrqMphFDIsZRRu25ZlhnEJ6nEo7Nl639/Ij6Ow1wbudYnBP/9kY7wrYUmaBcFBrFGqXVlLF+dJhmhSljc3oapYZtBjGGbUbz7bA7RDnEfQmoXtAAEUFbhoKIprBLOF4QZRkRavTG4wms8VqU+0Op7sHl2HjJ1Ay/h8jM7KmCHeRQueYs2DJijUbtuzg2XPgyIkzF67cuPPgyYs3H74I/PgLEChIsBDnS/gFCXObvwCBggQLESpMuAiRokSLESsOVrwEiXCSJEuRKk26DJmyZMuRK0++AoXwypSrUKlKtRq1pRsBED0GDBozfuqTz5pj1559nx04dOSLr459890PP504debcqv/4659j/50EvWGAAQQUIyYwHEVoXWdhp5wm4gxRYsRr+O1iNvSyCc3atOvQqYu+qUevPrcMGnLHmAmTdapJ31E3Yj9gsx4kfsHX+HUHsdIn46CPxUnfEhf9YNzzLA8Y4W1PfK/xx8m5W4Qo3WOir9oE2UXnOMaTTlLSvZWiTLkKlapUq1GrTr1uN/Xo1eeWfrcNxODUiNHSpMuRG3lbWvmaxtPnOvBdQ9w/AEfgpCBIkyFLjnxFFU/V1KhD06BJC4Y2Hbr0Qn9Ko1RjJkxhmcE5x5wFS3bw7Dlw5MSZC1du3Hnw5MWbD18BJaZo+h5BZR+8zR9hTSmnwtS0Seop9dGli9gZoRJdKTbjlAm4JNHlMhpHNmbchElTps2YjWeL0FNNijMlbV2vpqsmamaQw7FEtVCEmwMYQEALPL2zJBM1pyrUqEPToEkLhjYduvRCvzFGuiz5ivq6UHslpeQOaBdwpdZMmIbtDNlgCANMnHJw01AQ0QxmCccLoiQrWp3eYDSZLVabanc4KSNdhkzeyDpreN51jFJKEKTJkCUHGPKsMJq2tVZxSELardNhGrTPzF0nd4HYdSnJkVJONE8CNZBnJtbHhpWDc4rOBklSEKTJkCVHvnP4V+o45Y3X5v03TKka+G8nQW8OYAABLfDOvLMki1TbDkGaDFly5GdfQtAo0pgJO3j2HDhy4syFKzfuPHjy4s2Hr4CMUWYhX9EbdZ1pfVDMH5ykR8irlTozTNek3QuYDwYVy7TMDLfHKbilzBi25Wq06qihzaD50mk7PwnrACGscuSpxLJSvIHQjyGRvC1tUJAY8SAekUZvI5MHOM2ZgofJHQ15ROuUII4UiLXs9LvEFrMf6kWlsvS7ag/UfdRkRmvVvlH1EzTPHhe9hu2VeLP48gTyhM5eKYcH+axl5YzAskSNKZlgKAszDEADObhpKIhoBrOE4wVRkhWtTm8wmswWq021O5wQIEiTIUuu5H3M5CsoxwL/nQS9OYABBLTAkztLsiDjU6BIiTKVgopOlRp1aBo0acHQpkOXXq/Pv9tlE2OT+tT0QaQgjMTTeF1i/eiPJ7Mhzsv6jCNrEs00ey6eubVdrZ1URQcQbvUoECLihPEVNPE3SvGMUsgujIDC1wAJvwIUObhpKIhoBrOE4wVRkhWtTm8wmswWq021O5zkQZAmQ5bcZ6REFFtIQZAmQ5Yc+YIMT4EiJcpUCqomBQrVVU99DTTUSGNFmmiqWWkenCEjxkyYwobZAuk+5RTWlxs6l9Eba9aNrGeHzhBPUNrEnBr+4/RqNPAgwmtEsrzPgq2dv8EYY4wxxhhj3DMjMz0+5jUuR8vm7ct9KP1/hRD33A39oIlqzgnn9n7dLeplHg8w+BU6gCMNoIIqNerQPHnx5sMXgR//2hsehkfexYhRZGPGTZg0ZdqMWXPmLVh0z5L7HnjokceeeOqZ5154admKV157461V76xZR/HeBupnIgvx3DSpgIhmMEs4XhAlWdHq9AajyWyx9pvtAt+NsL8+H3dRIy8eGG42cy7MW5h9CeFWSMkrr73x1qp3ubbPdaHke2z4YDO2BpmNBSs27Dhx4caDFx9+AgSLUUFjJuzg2XPgyIkzF67cuPPgyYs3H74CSkRi9DjmVPM4Yqoyg04IT2afMTEsyRL6St8gvIa2kNKTy66R3WHQXSNGkSdTTaYxY9a8Jfc98NAjj73w0rIVr7z2xlsU723ZtlNpENwj93Hoc/9Da36PYqJLrHSO7eSeHCqcdIwruYUX39NKhe5ajSxFImPSxc2keKhh2nzZUPhpI7aVROmiJFqM+Hq1sBsoV501vLeWFKDCSedueBD/22jkFz7TcO27hA/YegZLXjUnPzwMKqhSow7NkxdvPnwR+PE37K4Ro8jGjJswacq0GbPmzFuw6J4l9z3w0COPPfHUM8+98NKyFa+89sZbq95Zs47ivY2gNkZIlaEkKpuYFoRvcWo5PJRoMwybFSCYzLTtnQkskt2B8urL77YKOlnhfGwR0nKtQ10/A8Nxk76BRRoa1FyPW3qw1k7XpmPbkZSOjtR5BgY93/cwdtn/eHadRfmMMrgxmVIHIDgMQQh1FJDfCXdVzD7R200C8qc87RnPxr1RkkpXe4Ccl+f1qPPzMGWKiQtJEcYOpq9P1vjwFmTJ0o8fivf09+JU9yUgp7JXQ6EwwkEoBoqGgohmMEs4XhAlWdHq9AajyWyx2lS7w+nuwQXUK6us++gF8qPgizr5fOr8cdqnOyeajnM6BWcuPHkh8OMvwHkXniSGQ03GGGOMMcYYY4wxxhhjq7ZT6U5DNuTCpdOdpz5Jl5bWMku0INoNWCb5/3mYggrnDZhVOU0ndxNqinbjLFEIL8zhkpvVbfsGw+6TRhypbFQtP/FbDh2NlKpG2V51nq7IjPSLCin8nyjgvOXt7MSVzmyVflZ4zMVftGFXn3vtPYITgBbGGw+Ok7Qs4ZM6uP6NDzfp6xnO4IV9fHblMv7tI9J6dvbNm9+HbLcJRDnjrcuCZKYb4emXe/xpwEcSZ+PlbMAfcNRa0bA30KcnRnpYLpoJ7evf9rDYlTPZIWJ6ki/JQs+aA+t5hfZya85QhVxxMETfCMVq6NP2Zu/8hMW3JeEh4L1fXO9jQb+29tOBxFTgz/k9bADX1C/3el7xntdr6c16yKlqos9xupH7Gbp/pQeCgM+SwzLtuImSWe9DgA+AudrYaeRo5ZEBetxMbUnn4O3bLSBqjajoA62nemtCJBiMhpr6HKgCZzrVjRjWpKd+eip77arAc+YeV1IjVT5p81TN0US51LPw2Gos6TvjI4hq0H2MyQiIazHadQ1i/Nn9gLhcxN3TxOQyI/f6Wx1pqiIodJ/EDo50bLehzeYEo/os3MfVQyPf3knAN5+yEfMWRi+XGZSf85YXkw7eWyeqfr+3/oYnzVaOR3tsTDmd75WxLrrx4pyI87WejGHEX3/NY5DuOf8Ndwbi1yxad0jh65Qk9fdArTus4SKaWwsmXUabwgiHAHt63naSC98YwBK1bV0GUNMzESPC9eDqLxXNWp7mxq51In4m5L1AtUd2Emc3ktqs6wm7xySK2UKEnu+qF30Rr9tpq89qDd0uI64A79xxBwOGo7HhGmHYiH4t5/VWSFQjRaj/WsB7Rq1mnoSyURsl/m3T8FGfY4JXdMFh6Y8HvlLtQu0LOoD6lAvsh8XKa+hfpqFsFSC39Gml2t1T/1a6gOw636w6clDYyWcz/Flhywr9EeRSv8Hb5sp2g4faZO8BBawaQA4lFEnbWqFecs5mJzFMASMJxL+Via42T/lanM+/o+RnLF9CuUpuaFeK04wAPoFTgmaTr/XJPTiQrC3oWYco+7fhYf8z3Mkm6sZ8Rffa5NnUksOTmk5aKybJ+B5qx8KLNjb55De2us26eoDd28rAG8tLL93FB9zg7qk0tOVo/KOPbNSV5T8rl4ipncFQtuY+ibKgvxnA/2b6PKvxsQEE56nQrDGbs36MyxqWAh/LZP+9RkJ4WrRb+lvn807QytXWM2C10E69dv5/VUfLLAhMEebv3F5mVFndPf4DyXYJ388rXLfP1roUoassF9mr9ECPOHxOnyLLADnj3UrML4fo/+Gwy43yoQNTYoDsVHlyFOWHdGYn+d5T9wXzhQmAsiGH1e8IvWjViRy1Du3DBe1AW69ZqbBr+IzVukINFrppjr1zll4uvxtOmUpp+3ZbqERDbxfdDPqXsxz5KH5I3TAl14Aa0Nyso9WpML2TPqBJ/jbb2s4f96mdxEHQeUmWTuOA5b9nYOlMJi2dxs+W/6JfLJ3HSUuYwN5+M8HzeD92Am0407OjeGmBcBqn3yAC+G857bJ+AO5Um68Q5ZeP3+IO3jp0bI7hx7x7seEvtohJLjL1bCTo4u1beaLLDBW9rRiDXdG7fgHY0J+DLn8cQsLvx94BmKCoithmd6zoG2dhRNbkxxxb6hOXxqymKGvL2nfWmqFe45Q36ypItZpbrG+T8nmZ0kKLDLHEjG2qIDTGqy0w0gWW9VKTgtZX2OblhIOY6c1Nk59+085Z7II0y/3ogaN+9lt58odncxvZeNG9VCP55SMcEz6uSCV8toiNV3itb6qAt1jFOii4hyd48fGvm01H3fZVuHrvl4gN2j9RGSoDNFySTNBoi6w95YRmmiW/ueYraJHXPOWNK4mwVu8Zm1BZW1TO9hfL2+WgSEedVeNtjAzXsUUjESuaZy13se9rc5sp6zCiY9a59yB6iwTR75rB/0f2qauGiOfFUBp23/BGaqVR/2qtRjoOpgqRziBDFpNsPi756vGor4iiqf5MBhioiUFKpJtqGhvTTedgjrlSLbBYqmWWS7XammptuPuvs4GdjXaqY5cDMt3wKcVnzDT53NeyfPNpim/9KtFvHklQFSEcUaRgj0FGqiaPJkTidyVHEl9SkeexkFEhKVT0iUrzmJEWLnIoo6PGyvjo4UxONu7iyQR+WI/1qZXkVpVG4mtKD5SL6SMil9NPTrczKL2WOzqcUb0Tso5lSp/OtM5k4X/hxTwkuZWsQvkoW1C+Cg3Od9mlW89lAqtZw9LkCLAOdiB+nByHU7fixE1CCVyDK4fNbA0RW0ok0jamkD0ryXhnJ4WU4RUR6UhlRDpKLbVGVI/DyRroO6NGlDPMos+sWnHtork4XGA+SUvWTp1d1YFrqaaiXGE6Ua40A+W6JMeLimC3WAy73US5gxSvifTeCuJf3QS+1dsIFzpq9FogrrWS7ltb6PUgFlzFuxC2otCl01FjNk0hLtXhMlYX8e4epO16CfkKsfkqSd7DPbCv+yTjU8ztPZ9v4n0R8oGlVrqsD12J70Ay9pqQ7xGb7xPyA5Kxdy+F/ch1vKNIsX7qRvwcs37hln7l9u6vpZI/GnuI8Hv32P3JfdifIeSvJH9fiHtfieUfxOafxPJvEuk/JGG/iPsxEZ7HTMQ9VqLwsREtHjvR4Q0l/I+TaPOwpPMbSfyPj0imJiJES84QDRE1VEwxFVf8pIQS9v126iyagqYRlXwfJlGWwH8Y/gDRF+3IvFtXPdRFH/uogQYvNtSI5oIVRyM5B2ksFqSxWJIaYkXqig1plS1pmZ2l4sWPO+pCTXHVrRU9ZHfrqdei3nq3BANSAw2KITbpeS9oqKEvDjeCPImURJFEQ5pKDFESa45x2EYverEmeFmzXA+jGkzMyiNikk/sKiLmXbuG2PftqRtYCzABJ+A9FstdmBQFBFhGjK5HbJUffqWfgPdQ8+CTTJWaVPBJFCqIeE6HqDUhjrUwacvFrrceiSjMgv8wSUHEsa4k62yI52yJYz1so/hRYy9InXNfwdrApolz75jJuKisySgZuRB5Dabmwe8gT8byDag94OHVMhzbdZGMqyBJV5nxRgjsWTyg10Iw/yKyGOBBUI4GvRF9QKHSMWbPat8fb575aCx1iVJdZrmusEpXW61rrLHv/CPiXebaBcTFa622S64r3RDUMDlaC4rzSA3hbyLBIxGpcMHhPJ0aU7ujrh52jrRhRiySEeuS00jG0avQhrpLThNLnBSp3VQhFrxLTjPZzmahahezrPGHeYfko6wt7Xq2vPGVMLB2CBiCaBDssGBDkkvoRNiow6buhYEOdJrPzsyO69DlQONcyaGtUlMoejaWmwadA4646iJkGYl0HSHXW97ZYKH8gG72etxqUrRiY8m/sbHLCugKNGpcYqp/EA9fRAgINy6UahrILQAU2Ea7VwN+QMFdoTxkos13HnUjYFjZeYo9yPL0ZjdxDsLG8wXEvVg7w0t7XM18sidI8NM933ixt0DND0u4M+k94xvbhJm3tpMb1FGR0D7FF86rIE47IxQDUOXhQwft3oOpVzt/vwrqaIcNcWAoELyoN9ykNhJuCvA6hxIUoQRFKIWMkiIKgrBbZZSJSIiBKBQYtEO0cok6RFjQlqql1qx5qAEJeagBibrO11mQAR5OZKMhGqAhGsBZY6qzA1yoOXAiBk7EVGfHYJ5lD6eLOa3DiZSa/6JUqCl/uAAFSEF+yJgkUv9lkqyXU2iFH01ru7eEG7RkH49AWr9VhWbyn29vHrVqreNWD9DiJoxz8TtNzCEmk+qd3Dz7WKACyYd6vuMgsnGYd64uDQIPhUjnuoQ4dzwwYd80COSAbaHhs0QddRpBDoELCbANBAWSFZ2DeH5fRoZQ/aVH/dFfMC0QaYAMRdL+3/o0Nso2w+0UtFlVeP5+uZlXLcpEd2TmpPyNF4l84gSRIPKy/HKRKPCKTtkUiwFi0AODXXhpmHX7iTZYbni/SIwUo7LRR4wV48UEMUlMFlPFdDHLW6DPLQwa3XjN2eIXnC07hy031wq/IZaSD5blPh/uGrSxFNrUDdrcLdrSL9mGNpHY5v3/4RT3zHo09y4ZDyvxoHhEPJo9MTDxofg4+2RUvX2+klX6YrVr9A0KRP0fIlYpPqaSJj48kQD0wVf/wtlP/55I3r785+V/EVu20kYdie2GA5fkcOom5bra7w9Y5ydL6UBcJT2bfmtfcrM6oQJyT4vOYGp58R0V2aNm2RHRl/PVIY9oqryPn9t7fcWzL+gRJnV6FV5yVzLWUS/5L8MYl1GAtCR3xHTno1CY96OwF5AcXO78Zo8ZwTxdmoGJAr7J6LHDU5B4LoWk1Et3PZZnQAIblDMg6z4zuTV3w1oAsu4zQ/K3z7vKRYqnmRkjCLRWsjevU70rTWWqPjNLsmo53wBZH+KtmjwxkGMBmozG9jkIPdSizJArXOw/AulAypv8CNpSIjWfkY8EBGjJClfbMPDKAqkQgylYd0FXeXMZd/aht9N7LKo9REynusS41zIqXAhpGI+8JFsVSlLsurxEEHcaiKafTWntKTqMiwDFsGagftr22osDlps1UoeYcPWpJ+rcrtlXGtvfWwrzcuoRAu6XmRXm7l5QZUvdCq+hGg/8tqoGz6enhlDeni783eZYY1sTNUe+HjD05IqAF1P6+gwpFv5R/yFuewdIH8WUI8Up/w7GhGO7keAWg+3CpWB0JwD8RMIuK4ewWhomsBZnQqeRdcVA7HsxRkJcvALc3+vSPLgTU8r+gZUzG7KHhGpH8FAxmN65farlw7wa2fvYd7qo1d0MFZk179o5u2FDZrsvyUj3HTp1/pBX8YWlbRwAeMR1knvat4393vhaqtr4KywdCo1p0xITvhMIZwM44DEvEAfcIkbFMA3FUtrSkQBJEJ5KUiqISpKYPmy5dmANzpo0sXV2B2xIuVvdm2tOgS5rx46xdCXgfPBe+yZdAWC1AntJGfXO9ULmKEc11pZM1dSXfS39BOCco7Uuo5mByyc1jTHsNzNDqJRqAc/gjWKAj4cZ5p/5efmVnLpJeR5uzSnaUfgoi+eL5zfzUN3NS6WH6J+IJECS89BNyqNdPRMj7yypKjSXJ0kZxk93I5VDByeQEhgHU4xZPakYpX1r97dFBQm427Gee9Vt/JC0elT6zxmdgMlZmfNRDaiED/hnHsM3xk86dk7UNP67xzCfB9sb0cTWeVbv4IN6SlGu5Yqx+9FCrcrfh5oT6BxYBMthjbHJXpuxhT064B9/0svr5P9XEwaFfMG9M40X9FMki6KcX0psNcyQTUYekkJgX2I8v8ru/RQDmGRyYSznSw+kaFGmPktUIlTif3T1BcqqyhdRInBn3n0yWTDVGCz3L1F6hSYw+0FlUmwItguWZKHisDr92ekRj4WOwgEADhq9sgE8di+Ip5oraL0sr1sKI+o4AK8/6sAbD3PbJD/3Ckp6Va8TYivQm0a7plAHIB94p1j1GXncNEpHjF1hFzpMYGjWEw38ObV3QYbkoogqxpicLJAb02DKagC4ojVSJDLuXoJvhkyXK0fEqpg7qkYlYyYKS8pN6gj/LA0K6mZMV1DSAFJUaAdTpCAXOcw/86relg1+3sFAMDdp0BnhlVAnOe04L1ivh+4p72bB8lCrJxWUyjlrIzam+junZ95A8VrCnamWwjsHIuyWiAry+yBxRHjfWaGEix6GbGtPQHRVvRONILud1LWQkykBCU31TdCvwNq5ZG+TQmmSMqU5zmHYfHIuqovGfVsWpD3CW72G/sSxre2wjE+0KQUIH+XYNsfmVueEFwOBhpRF6yIhTAzEcCOVQlZmVQPnf5vWEXJO32PrUIEUcMbhmRLE5nHIDPqKnOajj+6N43VSlPZ5KO/xX+kf6VNamIqiH6LvbRXlE9OWRx9F69T92zYB4tyM31Nnu5g7ZZ49lnjpZw4Q8Ep9Wsv4RDcxmtEUX/PCZXgiW1iY0ICYlfKoIAMr4GVFw3aoGSFW5AXziKocAIIDy/lED3N/KIXi46qwNbVshq3/uRlLufZ5/PXyEWnoBm3zOsMXZN6ipOHDvE9JL7UEhMOw+Gc/Q2CmSy3rq7/4N7B+Zq2Rn+stoPalzGAGg6+MJgPgPmdJZGD9xSTTQyg7SFuP/4oasiAJAIX0H/sH5AHwm38pfHYjYcEOBw5wAwdMQLAFG/ZwBAcuANZHq4Z9HK+5PhEP/HYLj/banuEgdDFdxpQzlSxjbAw8gz66EgnDWISP4AI08Q2RraFfKBPqgRYWeS3a69XoTfL+8hZzPwetCUrHVUM411aBaLkvH1/5WjBlEiXrzgLoD95t3MxFfJi56UNS4UPlKR9GnvXBecEHdUEWDR8iucdq34yUP9Rq5S5mLmU4E7c26dyqoAp9dzOeqR+RZuePmvjN9ly/Mp3mlucScbJSm+FsWG6jq+WQNS3ueKkDKlCB+3qwr/P93ryBjez3D/PxeJY/2x/N8xlbsR9yqDAGQ+yMQ1ERL+IPYlzHq9TwgWyVqTsa0aNkpzgVZUkNLEGdqvR63/ZbtFPU6DDBEgc88CeUaBJJIYUsCiilmgba6GGIe0xa8oQIqPzYPuNMuPmVqP5F0P6uSIh+kzD95lP6L67s9+0bbvuPmAnctLxv/RO7/oFT/wHTv/HoI5Dr3/EPKIBY638Y9VcC8S9s6G849H/M+hhU/g5GbGkMgd6Jt4rIKLdCYcEJFwU7zlGKJ6pkTHAg1iniEFTVgm6FUO6EWkOk/uo/lWjmSccdAmPHDVn7bxekCE0PFmuc8MKf80QQ625g5B3sgIc9Wdpvb7Kgb2IAPscmbCbmrbKh4BxkI7biNqzP1mzM2KoNyUDNycyIJkSUJDnK0PzqiXclJohXDfJ1h/DRi7+VwBzeKAJOhiLi6ejYruYQCWuHQ3l8DzeSK5xGhxE4rHHADR8CCYX087OZHfcZl+pLWs+czCmU6H6bMAndchgn8VKOYBzHcFwqmjJfPR8rXXdfIdeYctwXyDd7/bZZ4QopzVO5AyLliqUKVXHepF5Rqs1dgsNVVPFWJKBAE/SgPS8t9biZ2+WcVlo7kA5DaWz6d7GCJhgADozAEhzBA25DGMRBCuQAHsqhFpqgA/pgBB7ANDyGRXgB72ATns8ZFrGE5eDRmmIueDp3eGLnh/39+ULJY0x9h5nuG9xrvIx3xzA9HB4ywX2mGOYZL3GXBR4wOTpSXs//ynJeGeRhKS/Ky53fi8/mQ7a8ZrccdqfwucGyP0VziE85NM3PZfns+CArXERLT5pgzm+Ayuft1p9R/uSrXb4b5dsiclR+dIf4RfxzxoLkRM3/hq7zafxYfClvk8PYstQUpv53Tf0e0/0ZT0d/1Rxkq9DK4HTrMFrLOG3WarXnetqIkRk1Htn/aadT49KhbmUkUvtGEiqNDVcmnHTan4rge4Wnjcg2gHwEuJGmtfIIZ6Lg8U2yDbaxWypC3AYJ1NFCOpptgQm6J/Tv024I1ah7hElMgVqwQ9um1v0D1AADBoAFfbgBlsOrCJ3y2HmOObbY4YwLxWedR2xj0yC22OMQR+dxGSBUhp9CM3ZBgi1Men3R+FmkiTa3TcCiCbT4mqjJJYG3Hx/ZPw6ySSQ5afWIT4oLxJLOF4kjgwSS9jKp7Lnr0dBoSE0dqlNeIZXU1FqceQDH6+7CaVLSmNZGaOHHae911etUSOU3XTURHp2xO467K25rCyF3zSAj6bfOaL90p7dH7jJws2dp8nzBnVNnzO6bJTNrHkh/PssPnua5jkVe5G+4tXLO7JV5swz6l63XvLfiA5v8r1mH2TKvYE8uNyF8zOGO4jtHfOWAb2zzM9/APicccjyy8yYEHBjzz9DNsfk3l/8IYV2GbMqlfEqj1MqrDMqvjGdOW1W4NCJFhWXiRHT3WzaDiFFP9GyKlB6uwjNxqNzUd/l60p+Wfy01oBXtuMqphMqomMpWr5gj3yh7pQqt4l6r9LiSfx4rdBhUt2pYhh7KN1QgxESNz+61nOt/1uylWqqn5qr9Qv09WCE2+cYwc6G1rIrtcMQEa5yxik2DMe8OVyzvsT0UGqQh6qXeGqw+K7uKim4oeOPbJTiQQZ4KDXrc8SSYOPLIppgqGhhilDE20HyBOm9VRGRQcqSCDCoGwUUQRTQxxBJbGlOVpvQ+S0sX8ygrefvnpH3qd2XmSHYLV15FjSSZKlX5ch+1Jj1+zwHhz7EoiZawvRArE430rh49jL3czsauB0phU3WZ93BAo6KtWN2j8qYf1IS+fdbsPOyiB7Nu4kVfjmeALNQcFhyWtEmsTZXBT5u+k3U2zkpH3FHppxjJE1SwYUcbW2pTm+6MZD7PiIA2wWgApkbe2QD2qKnYaeo22ryNpmrR5iyamkn1TZqKpnqaNm/QpgZtTlGtovpCXUJ1mLhdiwwwbWrrUryU9oDaH7rokut+SekbUi9CLP0a568oKX+Rhc9I3tsMOPuL6n9W5Q4YEPYXM3CTkX1g8wX7q3HYdTrzwOZp9hP3QC6+B2aKweYA+6t5L3+34gObOeyv1r35hS0abHRnfwn3/gt2PgIjnY3a9a05W/PcxXufim3P2EkkEGRfvMmXAuo4KPZXSERc0sMdBMa7vbWBVAXGx+X55Da2qc1taWvb2t6OdrrqoBtIUGsvIU7X/j5cFGJXCkgJ897urPcPfV7RNU0R08cZDM4S8/YqigT/8I+56577HnhonKK5PA7DLuh1xmshjVanN0gjWnRYsbHAkoQvmhnZpF2HTl269ejVp9+wEUMGDGoOjCoGYgmUU0wcCWoi7xbD19xAcbdNl6+EXPkF10dHEo38sFNK8teE1SQ0NVNkKFRtljbLw8JbrA6frfZF1BFnfeQrN9zzu//DVxaJDaqilYlOUdUptuSyK62+1sTV2ZxYd1Er49S2djKjvROEG6CRGbWlm0VtzyRlLeVF1kLNl/yWiJ3YkpFjn98Tbi65uXUVedbF64uNpvKdKpyPnlxRfPUwE0a1AP6YpoOBivLye/j5+fjK9/RGqOn4y9eK/D7XDU97VaVPfOcPVSEpOiJBRDmYmCTt7dzfo40l9lSmOLVpT3/Imc+TvMlm9vNT4EvZpbgyKqupgTj63xS4w8jVX4lJ5ii1zg6HnFGuwovu+cBXfvFfBOQgd+BBBh2DmIcWfpQxJz+lKUplmtOT4UxnKc/yJhvZzeVRd1Vq/sbRkNbFOeecI0nSzMwMAABJUnV69s1D52IWqtbwd1zd1ZbufmJ350+KclNVVs2x2rw+w7D0kEC4TNqRHQ8kSQIAABT7Eeo6FlMpxhCKkxHTK9cfwLLj6fL/FilaA82lyVep2XxLLbLSZnscdtoHLktx1yP/toEMgPIoIkJlMZporYsEQ431ijkWW2u7/ZKd94lv3HTfg+ofA4xkDhnHuIZYuCWYyCQmtb12zOSmMKUVWY21Wp9NGGE605vBjG5uAVqw3c1hRz3aU3ypr/PtLvNTftkz/Y6Xeb13+pDP+CN/4R/9L/+9rS2Z23F77cDN33Eb3ysXUv5FrPhKqbwqrfrqrIEar0X9TK/qbX2ofzeEmYNZqOGNbHQbtHk7tFcHN6kTO6OLurKbu6eHe9p8YC6bFHPXPGr5f8LSmg57eMAfoRAAw3JswE4cwhlcRTZUqEAjNBjBHLR4hc/4J4Ag2UDBCW4gER4JIQpJSGNvHAt5KEIZRVETrdEXE0GELvRhCCPNSSCJTTfCRBnNFC7lOm6njCco53Vm8w5LWMNmajjEKRJ8wlf8yD9olCmZRGbKXm7yFSK+BEqRWBJt0k7JdEJyXVe2bqlAZeY2Xt3cXlcxR0NaF+ecc44kSTMzMwAAJEnpuhp3dDQMdM4550iSNDMzAwBAkjSQJEmSJEmSJEmSJEmSJM3Mah0PdM4550iSNDMzAwBAkjQQAAAAAAAAAAAAAAAAACRJkiRJkiRJkiRJkiRV+xWabBU0DmKACy4Uh8PhcBBCCCGGYRiGAQAAAAghhDjLZK752OnVAwTCGsV8i39B7StEAyicJPFpSQCYwbsHXboD2HqSeqmVLzbdNAAFmep2Z7GTXgRnvP8ta7LI6ai93rimmDf7fOWhZxGNJbO5PpCiniXwfd26GtP04EINN3pMonmkygkGfxyqNqp9yixtnogZ2ljEXjgaXtzOoLjPWXZ+5Scufx2LT+E85d68n/Mr0vYFaOunSOJdDtHqS26oOMUDigaiqtSFtFoSkipJlXBJeXKeBX1Tulmg5X0oQQlKqMSc/F9PH9K8jN6BRbT4k4sLpvuVX9hhtSePBAwn5OtN2RK4DoY5nMMzTd+c1KvMCivdyPENvrM/zrsWVjrklvv+6kr0go8y9ixKc4bzIBv5IgG7latokdWpdbnV9s/ohhhmthPPsuo1b3zPRt3JgT7Qh+UhPWxH0wl/Wncin56ddk8nZ6Yz6mx+lp7t5yXnzvP0+dX58AKLlXxBBwEgXJiVxiGAHAS1AwKxRP6U6E7sw6iW9diPzi09UtDRCxMqicAemwU9fvAeOlLOrYpQ16FJi03A9ZJNR7Q06A4Bb1RZFNshluBieNPIuG3gSHM2o2u3TgAGjhCFGA0m+EjKiT2VBPGkiik/wUoH+PQ6F0B9MG9B5HTnamdfzL19k0Xv9kN6TlHm6vsZsPe5bdvVwYxIOjBVATHYtiB7Qeuu1bY6x+xDUeRGiUvtq2xmwSuvlJW5AZctOc0CMguE6zthAdjjAuv7+HqMlZNl6bF0tsk/PCESlCbaMFtj7JeyJK6zqpCqJtWWZX3Rd6kZt4qik1MeKu1Tn3k2znK0dC1zmVla8Upyf2Ury8NVrCKPYKInuelR1Z+tsSZZUmzv1bCb3epad7pbSvdm3gfJGov9DrxvrHQ7Kn36WUde7vKEuHDl4nGVy1/QFq1xF7pIDe88TWvTwKmEgI2Se3IKnGxrhYDFXm7ZUwWOC+HLaipHqQi+ktjaHR8XLiJAzyUfzywvqte8Q7fP156ByXWqyMzN1ZcvFqg2njb4I2z5ex/zPf50UE+ZWPtzY9/VdMTxbf5GUovIJH38RrJXqnvJXXk9eXMXdGXyXWMK+uX6UFv9S990ZHe3qBMdx4KxkNyAuFGKXYyjvEiWftVzhVFMj1ksw82hjHDgc6I8OApnVUG+G8Uj8o4wJgL8EUPJYEh50oWC/v2AoTyGERBRuPQe3CMEXdSNKhAPtYBvGPWiUyi8Y6jx3JNQP9qEIYND9eGWiAbRLLTyONQ4DsloON4faRYhywU0ilqjIjfpSiZJaBzlYMg70v4NKRZRFEWjZTDthi8QlZvI/f0L0/kl7XRIkudLNMXUGjo9sbJm9NY3Fl2tNNXcnu7Vp9rcMPI2Hlr65OBTzNRI8iM+y4/5kD/z1+DobpVaoys1m4x7yCpMJcxUp6HXKV0LDWvU2BKpLZ5TNbn6mmruAxhqSmWA6fFUoh/V02H7a8OJHHMq4AvUli9Qs1iyYbPlTD7eJc2jaUnTDZ9i5Jhb6KFRV2AU0pJt+205FfI7GIcAWqVQDRb4JpI8FE3m1rEr4iLdENdugNp4ZzYoGFH1ABqgtjHxHch7uljSPV5Vmeb5S1Qmcp/jmmueTHPpEk8m8tKcSrMr5AA74LF4XWZLtRQc4OPsFFPMc+MwGOZ8Gmq7gytWvDvAn0Q31d42AG5qmAuyqVLlvZwIgrPJJtmldffHyqk4f/ZXxJ2Mm9UxnfRQa833UqY4YpeOeRD+/Fw5NQfrYl47Ue2UKqLSlalspNVSXxNWVHEllVY2scenkmpOj3eYpzjfPMlJDTHpyUx2cpMfcgpThI/yztyZZAneLb4qWceG2KYQScTsuD93tFcFRC5mYnhy+Z8CMknMHBhsssV2jmBHzevUqmIlcHDVc7uJVqzilUjb4QCDxV2rcz/3YwDzhlM1wAPdJv8Np/Qw1suDs1DfgT+++sg/rAsGPul0OCL5b4qdH7Jxy3b66NvAq7GWI5nD4gc/4QKDtFddsu5PSpVKaYrla2xJSXFkYYpTl6b0h5ZPocumulq6m2WH497zvg9dL6M4JEpiKlW5Kle1cbW3ugVt6pO+nu/QtYx+iPYWf3PxV/yfTe3bJKazMqu3P4HwPxjBgmPOuOWRJ8zk4aCKIppopYchyEw4v/ccD1/4wd9d6HUBkfyQ/Jb8GcOw2MZbiEMxxc1/5wPz8fmD+fMFseyvQ/+//Plc/zckAAUdNMayIPI5p1sX9dq7/jJuarDf2BYv9EYg2iGDY3GGt8iWlYGacefdjZlM/FP8R3nYl4lNa074tY0AeA36cIFTbnhY2UIhTgq9LbQ7Rjp3D+D5os4/Ltswyp1EKX4N8NtzN+L8BQ90DN9hlQsfWIMLUgOiBZ6UL2Eb3gPgbYQhguLiDEC1sRS7DXCdquug4xcOAF8RbV2Csi8xW+1b1FsMJu6+xfwr1f30WzSbbiHC+DKhuuWhiiw3zTaMNn+44sGgz2PXPTeC9CvHe8N5w2qDYf10/esG24d8SuyHoPdjFJcPV9+zriEwzpRCwACrBQL8VoS9AADkxjufI6kVXYNiQbpbRkvavFS362HPi/1+IE+2GMg/V7rqTQPjU4f9cB5pR8aRdeQcecD4KgD0Tac01pi+a5Fu029Rsr478I9LwTvCA3oDlp2qpmGogHrK7afckF/dO4L5SLqKVVkzkZPS2AvBpINCd3vnPOefx1v8AZWIJhV1ztsnj5Qo5cJ9Jq9kllaPGcJBRP/jo7gKSuh9Q6GC+8XfZcZ+y2yT3TDGBO0MU8Vod7yop7nmuTYlk7R03xwviXfZF64orG8oDDQCY5LBr5nmWmhpnvkWmHMRnHRXhSfccvO5czsYmWSRjQoMc0LckxhKJGFFGEWMsccRZ5KzJQMZzC0bspqP2cunULNTjzxVWRVRInWwTXvsGUxEOuLIEAqKpDASdYuiXtE0KH6hiaNVRbSumDaV0LZS2lXG4JYxpOUMbQXDamFsa5ncGhbWwaK2s7gdLGkXS/tveplhfXNs6t7i2N1T9vSMvT2ffp5woMecap3TUTjTey71jifb56kOeLpDPhsM340L348bP4yH38fMH0Pz51j4a6xUj4vQuGfkxLBxbti5IBxcGE6uGy6uF26uH4RmCdAxgTE0KASViVW1XO60GybOY3itPNsXrAzDWwjvD+DvsREeT9A6Tfoxo0R7qGh2Hdiy7qvFb4/d6XW4fFZ3DY/f7FOBm82KYjOVpWuc/1KHb0QN9C6eGTOyyk7pjrm+SD4Yia8Xlb5UZHTmGaOF1enZbIfd9jliky222ma7nXZ5057F2rErc7hFBi530CHvOOxdx7RzvxPeclQI33GSvvqtdXibCFpjrQ27YbH5s+fKOVhMyuJ57CzNo8/ytXHZ1SXr5LhZPjqrpS19ZEvMmJ1lZltgoUVe87ollloWf7ucdsb53HDBey4t2hM+9YXLMvL7stNMb+jpTW2944ZbbkuV5o6f3PcgxSlJy0i+kyNTmc6CH91L8+K3WC/vmiqUD/qDa7u/Ynf5aiw810PTXaSNHnrZnpmthR175BVPs31PmLrLTN8VK/xslV8nP+JiVzOTLZvplkfJdbM8Ms0P5rppXnqs9tuk5r6yndtKr3pyGJ8xZVeZtmvTnCdH9zLLpBZAWoFkdZ7+1Vuz3Bkub+ZrG26t1vqd8ovh8Yvi4zHhk0vj00tfyUolKFCiUKmiBc9jDSsfditM8HCUXVvFKskplIZdZGBNjG89X44N/4w9gK+PtLhM81z8xFIjN1x5EBcedw7UzJH4nKiVPZ4sSMiKxKypnQ1JWdKlKrpWTbdq6F4tPXLRswX0aiGBFrGiMVY2zht9581+8FY/udcv3u439/vDg/5S2T8edsw7/efdTngveljUjog6OaNuRNWLmPoR1yASGkZT14TqljDdE67Hi6iFRiunH1B4jQ3sqWX0RoubVRZhUQI5C4mmhf72wv/+GbXM6tW+7Zu+Gu/EJziJptQNAOq7ALDdAvhfIPcXHX6Q+g33FwAAjPp4vSz28crApqxC8Z7kkwQdwi5tXVK26QneoCD/EJ06zaFw+3zsKab2KyxWxZ91pXA87c5zorxcOb7USV617oqLhzWY9expTSDLp1tqg6dFoqpqi2WtB4NLqZWTrfPmkCaP/30l1o0UV3nY3xSAkve9I46rXDnqXCFz9VIXAtJ4UCCYl0XwCyJGL2I4Bg9BZxTa6ShqCmOhOnN9JODezLyUIBRVxk4qFS+lF3IV8+MEIFQWFce15gK2MaWSsptxk/QaJbUrQ3In3af4D2tJQajtjsyJRSnmikLFKeE7D0FlX51rYV+24y52EOq23+lSKM+bcVl0oEMlrWgOdzJnsHuApHCHa7lKbH8EA8cPJrQF0JXzRBDaJjj2mXHZAnDFhRFhtn0tKGqu3+Ud4LfxOw8eAjMyMHqIRKshZ1nv53vOMAoAc7CuEc/TwJ49M/eIAx+cyFKwOYh69RLzjF60ZtZVqjBXL/xRVMdrx4MaFLPvTy7LywU43RcV79kCP5T9/Kl+av2DBHtFoclHPl6v+tqN9+iLeIw8a4uLyFEDYAFrMdpWqf5aytGr9q0tfeT72xsSh5GIfRnLwN6RBbI0U6Fd1PHGVpyw+mW3RVo/9HS6t7VEIr+86mM8c8z9opcXOzuiRuai32jbFectS4/YEh3MqWdvzCADlKhD5iws32ds3F5Yv6qaL6UW1Z33daC3C8LXyVTYZF717UyZl40SWgzj8tbczipYmau7awaLN1zPWgTxun7XDHcPNtERY5YxYCerFGKjeQEyoArQ9yMWSqA1aJ8xZi8UWXNmX8xoL8+bEQEu7qd9FsMqFntqoBRmHF+b2zkzLswTO4nJdWoahwC+rsiZGOpiBJFpLyRX0hOncSRWh4Io7RNgy0U8eWHNq+GFXroAsFc00lCH5unTDPqbKYcZGQoJ2JWdtMQKxjrVgjbgrCpSUw1ncrkYW9xogKiEBVMWBjVCm39cLXwEx/k0QaGBfjAIrXLfv9mK9ILtGlUB+26cXktxkUk9h2v2kfkxmOgQVaqJREdEYLCVQZfQp0S0KfIssAqTrV43Y/S6QZ7jBPVWtMrBstjq2zofl7IeXcR2eK5b8Tq0DgQUbkIrWMr6Im5aeF4jiAIfOPq4OxHIIAPqbQuP5MdBRvcqaxvN2tnqAedj3oJUlV6A47qM2DOH2CS7NuKjH8wKlCb0Ih8N+B2PmDqVAymuJYoIa486LKJnCijW5WPpqPwI2jXroEV0gKpR1AlMJW0istDQFLJuVrHNWCHpB6US7DLMTWC7DlnlAYGMokILF4gEsSMnEtaPeea7XgqN1nkglYOibBpPoGI3SB81vqfynQ8gVNAqA2TfWCeyBY8zVZtQSaPNquHzWoZTbvip5DktGUizutPMpSZL4sopCYMsLWxeqc0kdkY0Ory4ioUUqGy+M9hw1nnRNpSAJWW/Xku+jt9DTDVzXYcTPNTGMflcEEVuXNK5thbqigWrwPEFWwUUIInTEhul5EJzdKaX0rLnGsExjz+U4XQa6w6NHRMoFBSiSzMwA6eNG3schLkhqBIxqUKpLvPZrinb52euidJt5Vq37GlK0+K3bwOnzwpqgJ8+KAdIENuj5KShIYYkiYDPVF7S9R9n5l1aSr+zLysaFkr354ENLc3hHXiofU5neo75iJmaAtm9p3LA/Z0Ue+e2knYkiXxX3FlFTH6LG9YMQ0zCScPCOUrVAq5KSNdI7eM68rhURBsRclI9b1ALmsjgEi7hcssia9GWhrlslfKrqB8mbgyUBSibRMB22BTNN4PP2zFCurCprH+pM1B3cE5auYeKHZwqremeJkBlVXtBXTgNYbkcnVlxFyAbeaA1Upyrz18NV1Mppz5XR0bpf4OKptI3ksmYFl2mn3Q/ymGPWkAL2kpqDhrGzEWkU4HMSVUCj6nIGlIYa/MnQ9SirskRKkmM+A0IbuLA8Y3YSQZxINjSaZGPvL/a0CbgrIJrYJPvToy7OaFNKPWYKoZCY5c+Wi1f8iNP+qz+WKXxrbT0HB8ZmMXCCqxhcQuUNiUog4sioiirlkKeLu+HkckplgYVeyKtQpy2+DogwAlYVWFL8Eqp4sC13od0ula96MxKVOHAk1brvAI/ZcomZwfzupJ+un6xnVZXdQFaOaD2cKf4O8765lo8GA7g1MvcP/5Tz9EcxhxU2CvUoqcKJpC8Fs9WP8wVPS/DlT2fitk9qfGlblPziGSFWKsUTW8TH2WecYTEUHw/4vGz/WZWlZShXNuT7cHabmQtLRh9s3S3Eg5KLwySwSAdD5BdjQTqDir5j8d6HwaJL7KvhksUxDX/TaEA3q+EiEjSG4pshmoaDa/7B1t0KdDalyEfmY710Lquqzn4cCLlUQ6morrBIEaenhEzbj7bp1n95h/SeSyxN1dDz37w+q/VgqwZ6k/P9LCXg4o5q38Geel3JieT1aFAWBhilaDPR1Ih974OlhMP5K7IWShWY2ySIRvC2Ap2ofFfJWB+ybw4nTyrkI3Ok3Z2ylMRSC1JWJDK5a6cQz0aC3PaHUF0ztiUWNXBADDgNc/uOXOnBCwQyWtYNyToLHO/A26RcO96j7exhT1US+R1t4yPhwJD0ZHNJACegEcLXWYVj9qxGxOX6N2e4p6vG+44IqM9kDuCIgq6lyLO5vzggQ95QDY02peqKCEvWI34OagHoJlsNlSxAfmNyrqXauJVgrSYQmtrlFByL1hBACSelQZvxPSFOd4ZCDH58gEVgIK9S3RVIrv7r0OJcTm3c1UcYAoKgQB5nCKF1cAD5BUxJPpBffRCkQMqxmzIptAvulzuD6UcpG0IEfs2cHcAJKFjIUHoLdeeHUKi2RoDQsltdS5MHCUFxTGA4zQdRXIokAjEX61TNCKQhCZ8t+wA1K0sycihnguqgYDOHCR4Le3RcZw2nwODLQAQlPqIK5ripFVLPFBCJ3KxkH51UQvih3i1D1cOZHjdMZwLHvPJ0WqogAtTIHe+uMVR7sJFMCZiMebfq/frC4QiqJw3ExJhQVKhFNPumpjmlShcadb16k4rfNDEw6oTDWupWYeI5VUsDN/Zm1UXZmSI14l7P29G48dsHynhuMjm2ZOwKwEqSjnVtBnGe+j/imvfYfwc60MXml0cnXckiUesClYpJU1SVDmAPFAlKiWhMDbY1/ecmnccV6uBOWP2fOs10VF6WtvsmTnNy3L7QIzDUc1RPykHCD84BEOa5mu7OFQPcG8f+jFs7Lm6PpCRWItsBTGBuGDsLQeo0S3PiyztP6iGTqiuxV14o/Zfw+KXVLo6DJ+VgKEOrnEJP7c9zEruB5QRRYSRwapcUuYTE2000YrZWC1gMy/u00TskT5KmaRCjjq5c41NvQMi33LS8V4sc+SmjAUIhHlO/55xHiDQsxpyC5okzB9yH6+JnxsiYYB+EKVq6QxYC6Olm8JhT7teebX71DOhBdFhKPtCKbJeNNySPj+5HV20eH1VW06jjh+bvpub26fzpksDxE3t22oEYjVRc0yhaFMCOG8dLo0KW+UUUaSGLIz0cZ6NRwIGPcAqDGNDrJUlWrXq9rMeZhHtKqGoV0KI+oWYM3mBixoadxvbulY+LsPhhUN/4f4k+x2/LDwhBboJ7EetVgbj0retISF7oGUwM5xHWInVeJUjc1p8UV2j0tsHCvg7JCKrDqCPv3Z9aJ1PCGbuDwZI+TCeRHiwjwxQDTepctCKkPMZDaU9WsGD3RbqFIU+xKW4kU/wTLvo+M4PSjngqulAYrt0hwLan2lPdXap8Ka+lsIQvndq1NQGXxs/rYoqMvQbp4rvS3LN9gPM+8gUV07YDmRUrbiv1+wOd5ORbeheZkOte6wHveSE7jLuBo6C41N+BWIUoL3Mrrf7K8geWXJmoB20SEZVMSN1BxiwwEVU+NOY2O7cVw7zzWc4muC0986HhZvJi7Xa9JFS+hBRf0gj2WCHsBW2yYCISyAif0xRK6T2kL0uiWYvyiNl2WeKb4FhlLwRbL+rBkrd2lmLcFOwzFFA6AnMWXSZ3bvQBhldM7VzsLGPhwhwbiGaXIWsBQ4QOCgO8pFWiyKED+odXang4VSCggXLgarOslggKss4cJznxNE38swFWE8172qzVtYuyRIPWbTWeU1c94fGSgAw7c+uaiuBYRQ0HXmYDgUIaJpmUEXZ3Tl6Xr0peKQjI8Ski6HGgLYolQexem3+UI1wf1aAm9cU3vFVAV7YxpbOQe60QRJeCi6VYT0klHLb6sM6x4UNHfjv+uGI9eOV7ruWDV4ODN+mpGLoZqP6mWtWmfOYFVmrnn7mqv9kX5bZLOuAS8vgws+KR0h41DCWTvTAz4mA+Ykii04iIAP1wcDRkpX+SEqV1P3as7RPGmaM6aGApOpHE4RPIMdHWBqCFpsQ+oI/lAEjcSqOGOhzGnXoo4Ae741lxp0SScBQ9IgloZgfOT3WoruzDaA4eP9QMRvGdEv96JX8MRgy/d7hxcYjG+ce7P6WfqGumo2BW48Z2AyDTn1wFYJBLwWVkX+7HUQE+lMhyYWbgqHZ+qxJ9s37j3yBKB7bC2Zb7OTDkWep9lWZRcln99gXMytDFn+qpyd19spaMu5g0MczFWsGOdh3H9epusAB7uNh8d59zGAnsXmjEm1dODslckJHX6Yg7bQWyuYA+jBBBu9n8XwF7yPqfBtO23yWp1yAFvxOSbKrPty0+MBYKOC1FlZGxMsLU0zD58AM2lzFNfe5+Bi36uSK4T2VaOpWAhTLmxmDzGpLrGiN7caD8OaFtt6cZXFlBtO8MlQvUSlBgbK7KShA1mSCFoQ+OmFUOq9X5MhsY9vdrMc+39DLldG1pue5ARJ15yavr4ZyouVTb6gbwbuUC7g7Dlm0MCfiZL69WCgBcuD7WlYzohd+0sj3J7QrOnuGEsq/D76OVTu80T3rEGvJbEkKpn2B8aQ+m5563ijzxNbymjg3gEsmKjRBRUKtYqVVkt/RCq5k2yBlq8tj0nujDoNiBXowxFlVF5tyVjQO8Sj2aCwy3BnvxrfkLlVErmSdGLABSQByMEVcZ7BKS1gBwoNfwwCSa7xRhgpSKhlZ03AMtXvVDNGdtWXWk9lvQAmOXju8R6Bq0UXNbbcYv3uGWH/qthvI3jFJ7GXqhLz2Ig2iaGLHwP+vvuYcNBpbL9Qm/N9pigQYFGQ6qo9AmtUUhN41GZi7nKytiE+CBWt04QXp61/MAIyZUcBiGWFeG8s9Mhf/1tKb9f/oGqwmlaxDSZRkkqluR43W3PTd0Rw9Fm41XXSbm+YiN5OrQehj/DrpHCS/u6g8MIAuoHmAzdht7oKwCMhpR+OU0hqzkTCbpeuAeCz1lffpOnWmehcwwVj0bEg+gzV2jh6QB/6DYFsX4mnY93ovZNQZmAmtnlBDYauekhpqHnO9NgLmCXOyeP9eiEsp7sOHuMPZMROPuTquGaiijcugHcCMz3GazWd4xqaHMnaWzAjKJXErDW3KwgZ2cW5N8FwkYYwCuqEIYshA4iCQIbn7hIsOwnAgMuPhePJGo8hwtFlr0la1+UqTA16JIilAtp/MrnV4Q6ux9TBeiTgqqngqM5Dz0PiDyuKPjj/WI4ysOeLHDpL9DsgOh7YddFNzINFdJT0UWp7Chr9rE84Y7R0NjtLTk+y4j93T5Og4PunRKoZ+bKKC49VXrNM6TS5VxFLkYl8Lfu+pVDGp13/14odR5m8XtdvmRvdKdlpYyTZ/WnQqQ2lN8l612RPFLz7e2h0b5oYHy09dXyhX9wbaUbLbcRUPmXJoZ7zqi9sr0rqAzb34P62T1pkGlcoG9I8/nflA8Ft9zqlSa/d8GwyZLb1rpCQH7bEO1XsPYNL3jviiLRHEWZFdtDqAqSvcOWlji16kMtnSQlClntYdIuXlJw4JDZFp9SzruexZiyIOlmKIncBlVhR3Rv/m3hcBtGWtjhkaGvHS8uaJVUxSO77nZXQx0qL1vmD7QyHHW7kYZNn24EqHkireo2nPkpKHK2xtL65wqhGJ1MCNllX0BB+njKGszRM40n12U1pBEkd1kbWRZlAd9aovks+t5nYMy5OHFJTcWeZoZf1DYzh0N8wsVXKI9nPUyQOQHBrPYfAggUVn1Qg08bj1yUUNz12dOwmWeZRxZ+erI3mKLeKTBmBAHM4M6NFZyGgVCT/ge3dzXTN8Ht4weCmLKU2dJ0jnYYoBz6QaMpGBiir8I7t9chixoKu/p2eNVe4Nkh42fJFkWLMDB3uKjs+iRCEe8IjlfGgz/6rWdy1htWmfZwEL8eBLUA8GwpYBoLad8KCyNPHYK7JQNp8T/766PPXqvy6viJfa9UaCGPhmnbDCIbI7271Hnd6I08zn6CR3Fi/S6+nrsf5cnZmnNdXYJdj5LKoDLtbej5aXlt3dQq8t/7CFwzKh6DOXi6fvXvoQRaZPiPBzEa4/RXBzNOco61WpRcT1KbFOtKcEFb3S38PH5S+oO3tyH/yJn6p+Y+VEY+2zgt7fn+/s+WEvKqJ2vmHrezxj9SpzNV+noc12s/+e6WaVkPwAhzQB7vTSGHvwienSgtHkQA3SGPgER4zSEnH/i2+g/ZnXooEg+fKbP7qYJBDG0UDdZmtM0qldTKTya+l/CypguNgYPwYFFqQAD+u2xwLjUiurzJCOK5OrvEk5x6JF6trjK9EjGrf9EJc+grEdY0/37yrLOs2omTkGTrbzOu/Mg8FiC2nDZz9EyWwTgqCcHXMcYtSiy2ga5Lek2w3UZE0Dy5Scq8UXC7ExzOhUsv/weR6xGWt1NRqCqauw3UNb6h23lh2Dly+ElK8ARCRr8paSRyTs45/9Xi1eJYaxcJzsz2Fk0qdW0pPMnKFXpl4lX30mT3ZKstTK3fGG02JiLQEkynm76jlA2aO4B2rrOfxm492nZJcepWTiJ4bM0yS32WOigVo0EIo2878PKk1GNMqJck3G+dFiFTf0SLJ+RCZ6ZO4I2Wm0VBy3BUPRO8Qo8ceIboEjEmPOkd2auwOmZ+b6ipWY6ypsHniEEsyMCqn4vfjWN68wJ4SFJXMrRt6hElYNGxng0PKsx4kANrNlFjzT9H5tkOvFO54UE1wFzGiI4Ehow/u8kXXQBdOvqbBdol5gsPaFVGIAoM71WqfiCMVjZKJHkMb3dAj8jIDJ3Z4aX6fuqBRnM9O2HJCeJGXL532l0kWfuLhHZuGIyfdBxSQbVhK6ULLpCYqklf6Li9EvsEogfffjbv6+knzBA99OcNibKLVdK3XInR/Uzp7W5jqhdvY0O9ZT/cl+uZiq4LHi6Hn4yASzPJVNMo8CPnLODNa8LB0y2Ku5zrTRANL/EM2m97rnTmlCtiHYp7fRVQ/Z0wkOv2v7iNXOrXQpXj7G0RH7J7QFG+0wXv4fGrowIWSV5F7imipSl/cyOcBhV2Uew9+8o3bId/9PK+oDxgfU95LvqGz6pO4Qo5EJhGUqKVEBj5oH0J0U6OtsCJnfc2qr/No+XQWMkcrNCsElBBdZY+VHng3f06lIX7Qt8E82UvpFYTlQFhaAZyUvtm6ZuFFPkdAA4gtIoNGyIJfOLEBZGbkok56bOwyukmCvmPnqsdt7Ygq3d2Od/d2xtm096GtS5iT5KXfdICTE0DDcbMTTrxsK/WzEMAnTgKnMNfBfB/f+PT93/fPhIJYTVnwfLjNM8X4Uz4U+QIGUmfm0J4PPP9RIMYQQPY3EXi9tqb3QLtgZ9ZPsbMgMdmy/U+k7NTa5OyPStCI1Tw9iGAOH0C1H432HHPZqSb6M/c7PA+L1gwihu+8NYk6T0HWdnT80Mv651v2T6iCm67shpL0AFLyTfvDz67yq2vGT8RP7II+JV2StLGYGYxgm99WY2J9LBmHuFfoPOo3TLNVywCKy+fjLuGJP3T2WDM7EPgIL39V1HHDZqsWOE/x8dbpOeH9Em9OHciup6Dkhpv//93e0DH+/7P1DtRve/VWG7TFcuzF2Qgv/8GJeDnliuk6+m3syJJv/ubbjQMhWLdZX8O3tr0/Eo+PavknTcfvkHjE+lRDzyGeMEpm5W9ZC3+S+zCet6L+mDz4FL1456iH1oU8OiXvX6NszXui9bkrv4Pl7jExkSPNo+d4GxO13Ygt9PC3fW1y3uJpkHa7/f/M/92feXVfdmf8m1iCCXok5kGzZOCcNYHGq1DE3HRkPbXvgLgywCgncyQKfHFyvFVBwkiyXOt6zpuIFHUCMn+mRlK9eHFXEdZODJ90Ml9JSAr8iFNPyok5lE6FPJVHBFYkx+CK56fVXCbXhlhjIc3vjvbcAsmvBFBuQcaVEgk38x5CUlr5AY0BW3FaAUrLQEZV+zl6MvIOYD8oHnznLejHALgBC3NeccRDestENQCxNy8krxEHjxGiBSaEBwlI/Jkx2Byk3EJPm4v2IkY1H0QETCiLRT7XnTOXTHwZJfFEE2tofBGhJicyxURxAOXCekeMiSNjDbkCZThXtULkO8pqSXtFQG27mXWQvTZPonxRoZS1Q0YR6F01KLdtIehHip8H471rvTxra3rM/71w3/hlDtDQgdfGQbcIY1uEh9WrHj8ng482Kb1aSjcwNs60Fl0lc6Vp8Vn7KbyV55jfx2ZO1fGOxpyDljxENTbtn2F/x26pB6Mf3GXorDtmsFJ02sx5+i/pyQ5+U7xD9yo3ufpFcjbxMgCK2Om0ftFf+VQnF9uOSpplwj4vy3TzbULPGkEUxe6FsN9BGuLpO8pUReqsVOC09uS+NKY7K8FKriPor4evk9zovl0sDMbLGz99mDa6/n+dTk7mPv0jttMgdiGXO3zCpgy3YMUW9aT9fE4F9nZ4OuadPuzUNuw79Sn/wjQ09KC0bGrvHA+OkBaZqlYqtyhYGY1t+eKPzVsaxJqsv3be0XhYOaee7Gpq2kv0PPF1nTVEyjz++4XGTwXi9vD/XTCsClk5qm5N/t6TYVOzGP7sFHOJ9/S+MyXfpjwlk/4BbUXohwRcoHhnMA/iifvKEoeSKmtYEV8yt8YAkjmGhXn6Gkuov7QBdZ5iD7jMbaFBPVvWuvKtxOhP4g2e//zr+D7IEykKUsAGjc0xO5eufzCvuMxIMQR8Qa230mMV3vC/Stbu6Eqs4xoTglNA8vE9m0ildC/gh5MRr1SSNWcFrVN1bjMPFugZlzO8RxbVqBe3XzWxNf98AiLUAqV3hrvGFoGBAVnQgCbZyq1ES6yvGsXsv6ERYrKe0/JJM2b21dW9ic6sbJIzoe3g8NqS6/Jfj+U9M2XujHKO6Cly6wHHKQH8ZybAuLADKwnIAlvJsgNeM0rm0zO65RcwWBXSM0gWv6+dzE9pdEYu2UAREGlSO0lSP7vMzgOxP+F4/RlM/dizAALLmANIC25ckgxjwkG2LDAqvdi27syJu/N9T/r2GSoThdjlwvwlAqifliCBwYr/Fuf2po2kKaVtCeY++XUgf6RSmMmRXuHqlpV8WWrI/YWgX9B36NMxRukYh6/MhRYU3q78ucnW81ygr3RN/6jQHLtvOkTGbAdfmU7+RtYyGDk86VVjx6u1exY0VtiJRsy3T+BDVl1kNbaw0/zwb+sJIHWxsIvE2dkQiWNviI61twb+W4z5/nn4FuV78tcbpL/w7W+3u15LYFVMu0bcJ6y3PqnL1/I4lvGR3whb33VLL3DEr9FS7/aFt/1BmTPu9mZqw5Ta+GWkswms+Fw6In9Ffzv6TClIgras3I2dwBPoABW0EnAve2H8tna0sXW2ObohG51Hbu2P+MdHb7tKfEtBPb/hdXtX4d36u4Xd1RfN3kAHxQ9O5gaDnh0OBSO/+vEh+FwlLbwFNUF5WaH3/0Zt3fV+Kbjck0UUVkN5qI1fAw0d0N8tAozMG1eY4+r+WhA5LraOTEtIKKGg4pXt+K+Yfk8Gm5S3nzxaajyqqG87n5huPQcaZ45XF+LD/x6PhIPKxzSeFW4kJ03H3Ua13Qkb6Z/BbF7Lco8mQ1tmbmTM4zH+SEIOt4DsTM8D8/3CcvL5ZdylaP6ZCbxifoy6LDEhPUNEGNfHutunXaq+pLxgVSG86y0hOeQfSpViuFXu5MgdSqlnoBB1Xykc6We80GfyFtdmVhafTUrcADUEzIKmnx0lMkijVh1zb1pPHzV9fTGfTs4004NWMyN0EKKim5pNK3Sm/dcwtCZzLbVmQnVeVmNjQQPyIjvTn+8lXXF3M9YcrjukrYrF72UtfzAr0VG5J15bwsJvilGw/yacLDDSk1J5xTI3jcCpihSJQ7opDq/NZYSyXq97OU35dG0vLl9ivHQfEL0UeqINQjjvovPYlga1J1QKG5NJ7NEzxzumQRxliepkM6gyG6ZBnCqGeRB2fl9r78qW8wZ4f63yyiveAVxfAwjeAAmnpwwd6FG24H8qp/DZU1l/MxdR8oqnr5TXV7ysRyTQiuNPq1pcUNL9JuwbjU7FKS1Fh+KaqB4HOZG/twvL48upjIuMkk79U3jzmlCq3dln51fEJtRPSnhqG/yIXpz0fYn02zswsr6VzKquX98S+R0gK458d8pz0fJewQ78t3jedGQ589QWEjf2b+81h4x296jqS+/N1LPV36lF0stUz882KlbepDrdV6nIIF7TEVa2bul1Vg0eVFlLXNC64zq3ez2/H4TyzlVb4z/cS1KYzpCYjtTJM7FUEu+heHHEG+Hpw/3QHfI5SSm1ZY61I2wd6FIF1scyeVCuoNZELe1Kl/bw/1De41klpHGmT5XLk532VEK+i0DQTUDmDRme6vfUP9imNouTK+0wlYZ8vUdX3B0ws3g2VY0kp1WPQqgosag0E/Bia9d5SykCZ2uXm+is8kfcx6hqpMr8uLLvKZ7at4pHQ0wtNi3rhB2/0hVa2Io9oeQz6dASZYUp1Mzat66EjaLizaiKBUeoWhO6PCVUUPII5jwpSdd5EvfamEM4e6clxB9sk/TJmar0Eb5Os0hS0kNYGWm8v2TFb0Crp2ZKMmxX3/n/pbZ0gvUOeU5a50go0CQIn+Eil7ltjHOC924Ust9EJ9AHxVm/ff6W0tVmDmGOnQzXVG2kyTLMUB2zwCvqa/vLjpijt5tOashExEN6TV1ZtqDU4S8ETEVBUkIy7g48F4kZQHgI1zmfWxngCx97vGkrfg1lpBLuk6HewgVlWWw5oCwDCLYKny9/XtImy+/iB8ynnFdghN0FXYkEQtvOXMdNIphzXd+5xSAGH7HwpS82tiszeWgMBfMwzOJwi+cuoX7ybZUGbTlIYNOqgVRhYrrYFQca9rtJyPH2ZQRsBCaVvKK66jvpZsnf7zZVRkIAbH5wthnXwfJqk/2lA4/HJAF6z8sEtqm0UFXUSqoN6noCSqoGgj5UJ5mhwM/Tgd5kBswMsaAx68N7F0t9+H50g3cjsxXAYiFSn8Ago63MTR6vk7XR5i+5JpSWr5Xd5aZraeRgwimYUswuy9rr8RfckUnFquZ231a3Qo2qShV52UjZztnAI+qIJXFbhbvpPXjSeDF5TvJZNanso3p/PhrSMTs43vJdRBt/VsN0a2pFvsk0RW/Ybn6tJiEVdUF99yZ9TpHwh6xQ0/xclrCd/Zf6SUZg7i3zNfCsvHRY390O/+nypioaV8cNUgGwPeiNmfzWv62EdGOhhMb9zJtzU2/NNeLSxNSx3bdeoMBDQEFQNyIpeQAG0yeE8nrnSKsRGEc3SBJB/O9e0iJ5EA8XOygl2FtPanBFfIOheVDYWpED4OYAFHYCsVQJYbQegAMZtuLvzzLDM13+Fr19g1SYPPBWvpQu+yQLWKPhzbEVMPbPZ33hmfLvrGPWv5s93M+bektHm5yW7oKM/SP4F9pB9egbTgx8f3CY9/YOdvZdsa3IATG0/Bt9X0FoV2tZqPWFKM9cRrcvjSY9/VY1VLbcii5oTq5l7Nw4A6+7AdgScDgC2876BUza2gdPzcjZ4HNATgHW4z+6+Y3zJ/GNPFv3XmrqK45pU+p6Pq+Z31LuhD1Bgfgzu1XnXP7pUPrg0OfFAxqXxh6Fd+n8jw3H5u1u6rkMfoODutwrLtYCsAI0jnUztAOuYWQp2CGH9TUYHgG5ev1Z7uPKF8ocOAzBp8E74Sy96qwj8WsDgEzuhAf1U3CN+N8X+bPS8l3kbeNFsU7wIAR45vuA5RvYpg9cGIN/DvmFXNktL2DdAHDmefq3oXilEQvTjyr6HKg/xo3iIgODaXFzy3UzC2BqC/ikqw5LlVeWyHiJwB9pfbLeL02ywHV5AJ3Q9pnatAOu8vMlpUdB79YxcLWb66iKCMzP4zRk8wzOtQMJCyGkk81YmmvMfJtoGBcf5imo0WMhDaHAhv9JqIOxRBJpw8XyGpOcU9Num/yLeEeztkS1gRcDUvj5gUFqJFnUQOwF3ruU9qPWhC8hG2ctz1JaJA+zPz3hs1IPZSwgaqqUlEN4PQyiow7bSeS8gGwxc8KTfPiOPm48hh83Z32bijeeiiSJlk+Mc3Mcsksdjwny3JTIzpl6Gt4DyLA8z1AD6NGbhVcTFT7kdc/wUTVBBIHwWO/fq9vn/DyJiz/z0njk9/Prp98Ykc11FHdv08fbHL8dfpiElkIspVKn85AwAC2oB2WBuo8azaQI7XTB9B8SmW13spV7sumvVFGisoRHfN5b/1OiQ1o52ezOgoPnEnu4V/fUzv6xZ/n3Q3R67rt+3lUaL4sC3Ui3KNlo9QuVDNakxXmqggG/E54bXYb0qIOxGM+/PHD/sglcp2Bkv266Dhy5DNoraAY0uXMINhgA3Gte+v5hQUIoBcEPcGDElnr6Z2QhgQYxF9gJSu8v00skkGPrwEszA+MNr7Z/6Qu7qPre5/v/IMMRC5EhLN/A1kl8choIeX2dOcNY3QlJLVzn7Ykp2JCb3CVKnrZUQR30n4M+1XARofJx1fJhHtJEFXRx92z6Eg5VZUvDOn/if9FS5N9f9d5h8LPl/j+dWdzO5xFyeIKf+nmpXRc6+xLLwum2Gsr2bfn5cy/UAigl7tNSPbLrytCf5Bek/n57HChDuDD0vlHBrH9gk2bv09woui8f7CvzGEC748VgU/YNAJYC9f/zRcp90lPSF2cS/xIdeHWtq1B+ambs2J9vHPgtQ/Yqztw/b+8w41rZ5j6WllfTNktztFsgyiUq7wykaJ6wX/yGTKTRx+vskidf+3Tjkxvqt1GbkvGNDKuJXQSsvVxIuz+qE2IsS55HHRuYEVpviPxGNhSbrigM9fozYZSi+FShMR79xcys436+pAqzu65j1ZgOgc3Hylb8xLUSPd1aENmnPySOYZkXwkzzOTIlusN7i3/B0C0tu/ILrWEFmkVtU7tHjDwOzBwiQiWCPe3RyNAA4XgH5dlXZASld2uZSE+DdMxsH4qqEn8j8hRjWed6XEzy8usR+cAkNIjIFYeDl+9XVo5+QrLGDJHoqJb/obgkOe7B56v3VRy+pHG9m+AKGV4jmJQNtR+Kv9KEFOteyzQ3bkjkacLOcS/6POHx3K84/7hplLMIZ/FdEWA4+cJwy0EOkF7gHfzCibmew3XRNekq32l3J69ohRozQGbtfmV4w09WT04UJ6QBkRbACTF6mbwS9GRJAav3u9087vv1OZ2TQ4ObTSuyo/aNZM7cUEpmCggbfhDpufs06wZ6XbLZIUXCDRet7ud8eNn6e2t6DiXDdw/hYy/qmr2NjLWdA1gJtvXR8xiMhTc1sXe2ObgRNTqO3dxbcuz2dRve8zeiz2vPmr20h1WH4E9jYqNMZiejGlhMQC8B0w5UnrSEvP/f4z+u5R6aYU60nwZmR1l2Qw+YUgZtyHeE7qn5OQno389OFuUFNHb+nZjog+b7L85zP0TuBdAt7n2jy6GlrmOyJo3m18ULy+v5m2ktlvZ49iha6R9tqgWQXxodPy5YRb8Uwc90yyfMtcrqMjFBrS2EaeXLDAD6nuTGieDg/AQeESOimG+CjXeXrxIT+uI6/DkwvRsADxW1qly4Ol8v44UE+p7e3BThmtlmsoMSqS+zv+hzju95v6I726VxhLwr+PdubNN4PlfHzCTNM1Z5XlFacwTizq9H2DCwX21z3A1S3eOvfBHRbYxwQ1wq8anIzbwy+Xkxc/WBJ1Lt3Xstv/yykQXTDRK98rXDFKHhBds+0tMfcIMKv+ykytwJllaeT6Sh2BXXQSjO13QDkCJg6wyEiMrOrlKj8wTfNWxOOy67cv5T3z49a38s1RgQ8SkFgUyXowfJa4YL8Ybd1n7ZvkYUsVogos13K14ru75f/iRwg6dqAeCb7WnVCfF0DuCd1Os/8P1H+7vMl5bu9iVec+TsSFO8vPle425dQ+UAnJhFOi7Zy0kpXlbNUDeFvxQtcQeEWfAUKD6gG88vgaYKnCDS4hPsnMOo8/vwc8RXsjlkyn2aiU3eLBejrC4a4Gu9x20g6wsLLeZ30AowMhId0D6/tuGS+jLGSTpYdEhQwNUybGVzCL6pqjkqm5ZfdFJ6SX3OYf73d3IJdWdUrUMf97OpQG0QQxN2lLLx5pdqUiEcFJKX8f8wJdD/9e32nDsfpxfUhnCXmHYTJgM6vbbC7gUe4L7vIU7A+KY8PnsNXdOpM9eKZArQpApOXT15hzC+RNynhN9k38+2H330Qu9U8Jh0xCdIIhJ3IzvB8kzE/b/4BcGPPlz4dG62T56JBh0NBWpthsomhXw3vYX7l0Xueltr+R1LdoqMecWjSkgd/0tyv1xgRicagADUVhJ5qPZ/ONeWk3TW6G7pfYuBJkwWxc/+qsb2SUnkIqewwX68nN7q+rzXT4rzmFAMxcl1JAdnqPHNgV4ivVmprlE5rLPUN3wr2p3D974adTgxetBKJVDiPoKO+/X4S/PTldSBrguo5wPuZk6S16YbXwomGjRcptqWpFQqXvd3KDw+78ofOEBMK+hJq4tO47c6KPU/A2UhYqfu4yzaO4p8ELcO1tG+vCs0Rvvr4Qmd81PP5ZLmb/PlVduH4tzwjp32IqYpfOHkFYw0ga4KSNx+er7dI3sOPLAn3ko8RtJo71VpCklFj/sUnRec5X/kxWDxW6bchOxkuNUFm+H2PkH9Xwr8H3LR2DmLuYQbDO10ycz6sdIZYrPczSRuiKmEFkaZfy9q6X2JSpV71uaSLVT+LIAfxMiINbCOCihjVpFskXlNXEbARfPvlYaXWyvpdNjrN116vfv9g0JW6f8+hcKgubtb/zHWEZ1UuRfdTwIc2Cro2Hz1qXcaXtq4ipqfbtqANkJDLrvdiLma0qYF9gerTi9J56Q8YDxWVjZyRQpMLOKof5L5+SHJiJkXWBww9wDhuSzUgAXqElyx3//0HfA4HxCcYwjRmJr7g5iAv5j8p7/rCUDzZPkuyxaDp0UrdS3OiagnanHWXGdd3ctyInE02hAXWTxjWOXGXv2VYRbHbrKNqrcC2r4rAKsFKpXY58+h5Kvlt5veuPtyEdINIJLIxMJoViNy6eYZbHazXduejautzuGiyUPfuN+U2PeHxuz/C5du6AGrikwoXGgASipe4gpeaARJKoA2Q0Gae2272ieMXlxnydxRmJeee5+Jv5bEyrdz6MzbbQ4setiShOw8hGFGyP7SwBvGN+GXtVPGq2V7TH9YV5BEZxuls7SyCE3K6RExftTkvHmEiaXC9T8aNbs4bwiugN9rnEl0ikdsJaLpcZSUS/AtIKFhiXlliYwru7i4BJJwDDxO4UFriAQl4u2F2u+vDEj6wg951UUI6BsReqVBwUf6Ru0kSTZ/iHd+fx8RDqm6+ZqgmzY6h/NPUy9QLxA29xhkAPb72lveCXAHZ/oHH3GO3z4cg3HNw2Lq+7PDzKLngmijGufhU9WZZczl7dF15eVBbNP1cQor5udpE0H5w0RceoRXU2uDgxYdCvx/Zck7+H0iLSC7GnNqNaZd1JPGlTw1LGMp+45YQnDXmZSqI2+lpn4FjMbw5Yaj+Ujwc2DoKaFj5UnG4dO12OH2m8YveAUMlDKKxsykKKDIzvTb6GnF3QbEh0pjQT4/mLv7wnPqU14iXv74Cjss0RCwlPurqNE/RtEt19Xa9U+djSwwAOBpIwWyRpI7EOAF0QeNe4GEQUBU354avcLRF/F/cfdz8Gaq+6b5gBtbpATqQGzh44115phMnrJ3W3gnZ29O6mF4v+UA1ZlchoAMWrT3K1Y/wcbN480+pmiyR2SL/VdsfiN5E3CXGRITbiVlQs3pbrwUlSqXiPVaJvmwtlDJUIWA+yvH6gDly/uUkwjPpB+nhCsf6pn+Xcnv3lBbqfG7wvr3jE3V6f+xMfg31GFZbUhoEN6P4sfVkDlV/q6jTUh8CRgZ8j66wxlnNeaQ/2x/wfL8/JOXkpyvRlnO9vhq3AhIsV2d6qwGeg+ny496+qt8wAzNV/0HkCi2fYKm+tkqxaBUyYd2WaWYnIAG9ou/la43QgR7ohyktSuRrPIZ16I1/dmWdYJrW/o9dN2W87L99iAxo32i9ZZnWKszPpF3pSWjhsuDWbZ/vO6/HDHuoc9XbWhGZiK6T5tFSSx76H1QKuIjvbYyF1T25ERXRYwSZavPv+NEO3jF42nv+2W6ff+rxbaoA5jkH6SZjDSnJ2EU1vQzFEFY7uoH/w+vJvVF5/set6ccmLwbJZXz0bcOW1KGejbjBQGF3U5yhb0b/L5LGiD5vSorLP7Vembj9d6r7C3tbtceNSX0Z5h2HPxBmuliLRK8O/n0XtJvAVFDEtKWgdxtRSJI7kth1xRQIP81Kpbo1RQ0WvpxsNXMR5pzF9HMCxhIQ5ChOhXH+5ZiN7A5Hochs2vPqwpzyFm1vnZgh6TCzcYHOuCQNyWQtU+DxOki7wPYNulqTgXL1qKzboek01AmYRd/noLObVPPOPNVuA3WBUry2lRzSXsP46hzz3ZV57vhtizRMG3F/bI7F1uHAGeyyfcp46zvmwmhsEUyMfZYvUBws0wo/r3G5+f6O6+yzi7SfG/ZImbTlh54VUPp4FZt7lhh76GOHuxVQ/lRVo2b8XG9aaPB1bg2TsY+BQxcYuGkZ6GnvsePWRc/wRXi0r+qoGjgbKHrDsmaXrYO3MzgAjMapDePPRdiSvNu1eEcmh5xs5JLNGlviLSkmhXXgyaDYbC+J0IkFHDlm0mIQOU9cZy6pAu3GRRGhRyQ0jGdSLprzee2BuLE6aRhFR/dE9uIAcikI1SNHzhRQa5yRcPYTgkMciJ8DobKTEN6xRtmBt5fCM/D4OcG+LOj1y2wOF+0T49ao9MjyX6sJXFetthahjgND08dBSQ/tupB9SCk77lL1FwndmB+2HcNXYBwe3T1rV+XEVe5sq4YUwLUMdgSB47bqzTeJcGlJET6/j8Wqva/rK5MeOKvaLfQcD26F1sloA94k6sd+FQkpTqIbb5b07U9htdppnW5zVlrsGXdNLn3drNoHjjNEuoxXuB4gvn+rd+J6SPfyypQI/DFNrPUbzx7S8ZJyJRWb2SyIkC4GfRY/VRd6B/gXIwgR7d13/MQa/7/OmvlAgK9L2S96AQpU9CLGT1/PNN+oO3jexHtm1tQljZkEUUqTVCseu+I6kaDCJ9H5KXgz7XVA16e2jn2Uvf2g+czUNN1Lb70EExV92ifqSKpSoeSHYI5U9T+LP51tAvEkJLbkGsWX0V4VLhJxtRE+0sPIm0OtFMp20Dv4vwRrxbsb2WE1blGNBolRJZlmVhf0nMy+mxNuOXknShXssYdayoNphKbHnhifd+ukteDcu5xyuSy83MsyTFqp3Cs85YvlzpNIw894tzqhFpRSi8b75CKNr7RGteeqP2nVfw68rVBuUYJQDHivgz1ODTs1k8CW7cnHdcLid+svkLvEY1UU0vmPpExU+pVAfKGrkF0UDVjS3ZqNYlh57scUfgJjLkd/PoRwrX9jySukAIsch4KCRof+QaM0GGtyTxvxQNiWF7h1aRfaTQxUNf7togYHaBC69EQ1NgaWFfm92c9cdhMDiWljXfAArWAEEi08e+t365fqa8NOV4xX9lY2zDXs4qW8HwMHyfvd+9rrcwW7Ehy7f6p37cF3Hvx9ltoflkI/H+IKliIzyVMaiXb6xWoGuu2l6JTObpL1dz8mibBEuYQwPv4h9t6s4sC3t1X4htZGKtTyhx+dmJ8v0uLhc+m5uZbZG8ewaaEwVcqcsf7meeZzK8HFCp+AwgPEWZFUcHwRBrzrDDV/S63N38YrDiIWWfqm9vAbCRcL6OVdRUDQn5n3YAynI3wJiOiz2RdgBL+GxRI8OpZcwMXhvEN3t9oG2IPLsgtooGG41b+FcqdY5Y3/rQZNcq/q8pPzH0Wl9lWmZrW1QEHF/KCs9p2X77TLB2n6Qnj3d+iWHyJ5qOxv/rD5R84UT2YwqjkemJT/2/33qvYaaOuOndhvgQVtDPuqQcU4LWFPA0n8cGFC6dRsbdPM43Jg16z3Nh47gEHu001sEHBIG7x2TR3l7GwWhTlYGFez3gmK8exVwOO1u5eSygKuzw5CiP89k6t5SMXf0o72qYm09i7YIa5QaaUylrYOsbfVC8IUPJ/QtN65bV488xzKoGTqeXFAqwtvFbi6cVdXOsOZNFMe1fpNm3PgKT2tDBQw7LsexU+Im+JDrsznJHkMr8M8+wvNNaPnWjnPn2vljJ3XQMuzP7UYqij63pyLV+LbnxJ7FO8ol99vSEyebC8rmmzPTLzfQNpSmNBUFpmzphiHayiKyFtbBnIjmd6dnd3UK97g8exLKPL/M/nqB3T07SePf03UAs/tQZRKM4WprHWQrbXu1DoJzx4aN941d2t14rSDKxSPP/Oelc6Cn0Uu4GLbXuEM4uscaxIlDURNfc++NQVRFFlP08oyj35ntDQe4VLe4m7kfI73ymEiJfwGIlvcJOfcNBmZgeJ70VUBGZ6UmmZc97B5FDVB8VZNQXIW2da0z7V6Rwde4skBa/D1TyckFsGVCCAILb/dJ7mc8jera3YmuIJLdqareEEmuIBrTiY0EU8QZJbf3oktgUAo5Sxz2XT7ycjszgV9Ss9D4uhBPIXCjJvqBTEK6TJsv8hSonuDTArYwVnxxM6z7p6W/UwHNMGwGnGDaxBrYJg6LpmrW1nK/vKFmZ7l2L4OwoOGZiSw9XKCLyBdd/f+rugAwgtL6ZPQBf+SKElWvoiTOn91Dw6eZ1pkBEscp6E2vu3+mVAJjndUR7Hb/co0ZweLrxar9UI0OOnNQq4Kz5KmSucHR0cINdVFraSKAlmkx6ukUX54qG2x4WV/fIL3gHSLUSUSSDwiY0DDi/9+N0y/3S/5xzsaqLgzSinPTO+M7/xJlL8fJS2q9ZyXqPT5VBfwXJerLPNedEkg71KZd1jV9SmLfar7gAjNX/pX6JKy0jviO1IIiVK6Gmryf8o4BpE3WvlHqEMJ5Cvb2Kf9lyMtJnwJAuBnWEz/9ZfknRTVMVglhV+W0zHJQOIqFGtjrQrswW6T6kXDSroAmuNcGfpDqALkzyHybqs1HoA4LMH1f2xot91wN3L1EVxCvCY62+/U1jL2lXJeeKlKzke+kjaSv4x4Av0ZEw/aB55BG3ir7ysNhT7Tn3kfpDYPWkoVrZqKllZlvucIN4s0oAlleHBKefFpygPNG2MXE3v50HYNPpi6R9ZUpnxJzzX5a67unc9ftk/mPQ1+mmVk/LXwSjv1dHJqcUHHE/mVk6r/ScP9yMPZqdFRH8YAxzyiJlRjFQ10QlsVDar6TgNZfQVNeyvmIKsFDS/xjGS8/8kDVzPclAJPDGQUYu/G+lyPvxu7C4YkiaO1gz+YNpmCNeEzbg3gcQ/uaQhZ4XnHwsKORUZZe9gXmd8T5ouKtB4j6+6QjbtPOhj/yl6nO7RVK3Tf7dAM7a6wG4A5h1d2IROyQTuibvWnGHZiH0K2OSATI0PXl+EbRaa1Q4RjTSTDd0TgJuok3jKrJp4zgwjmwbcocLoDjNZiGF5ILl1FEqcSRUIdS5s+QVYp1JlAMkoyXtY3VxV6OHEGrivZFqJYsfZdYonV2E9RcbQCst964hV4Tvib6Mzu41ekGBjnjntpAM9lnE1jBqhX4ueDMTG64YT3VHol3WFrgN4hjG1W4KhOWvcrXI7qDaTSrpZUgE1rOu0GaKTwBTl8knQdCw2a7zri8Dn4GldwnUzOJsx1HMRq/UeO9LAXBSGFOx5WTvAA62PbpaXlJWLkovMRo5aXMkjU0qKlY9d7s0ZmQodn3bOz3aWuTCxYk3lTUZONRNi4Lchxky3IwE6rM1zl1TlAvZJtMczWgzss7PG9qJa575lfHAHbIWravVZPSs2T0to+aBPQ/2CecWzUMWQQgpJ45hlayuGWdg3Htzl4IYBiOxJ54tRmqBcvNg4O0rEz9onQHsz2Q3TWtcNUzbuiJxaoba/tEwPUK5qlTYqq9gykBCV3WrE7cqXTgu+/mr6xX4PwbW/k1jyMG2PkiYdgdgya5lgwBbU0gH/sThsrGnftdgFalKwSHRkfiR6ZHik1Ku2a7oruGu8SAfGqMys9mD1aFkwcYE7bzxwEzeLRiZrXkj/Zt9pvTD7QfIVOpDzt7mfXakeyxqDg8q7pbPTbt9Gc65pAmMR6TfDoxuV6tvpqspZ6TbRdX+d66qrJn5dxjza9vRuxlhSCJr2GbTnwLPocFzHzqLTsgmAk3IjHvImr5+JqiIU38OZeNHFSbP2bt9V+GK56XI+wow3ndSYndWBm/kq+DeZmdKamdGAWHmXf++gddluurLiglxxI3w4vfkqVIEiln+LIyl5zJyR7TUMwq1A4Ql9weHzBs43w9MqLit1QCHzD07TccJ2ryJuRy8vMPqghLwRtzgmve+0ZMZukEiqtrj47HwyLMI01taPr74Z2Bnfer4/VN1Rt6KyXJTav64D0Ncy99x3SzbxbH20UaF6314VqrwG5jXGGTitbWCzXtEtF4ciQGBpjFMaMwKUptAIyoDIc7ZQ4kYN/ROImFMbkYdQpURnytkgQCJGtfJ+U8SE1Bw3eJ+WkfUhK/5CWferwISmbzTIij7kfi5n3LzlAxlywM0tduWGoLbvsa8P3XG06hc/kK+OJn2izjgdnRzcfTPQoUMShCX8O6YpzIzN5UaFGaqxwVIIGFMSVPldJ6dY/Iele+qwR0mxto2hOVXyiC9qi86xt0drcnLUxuflrATkAaqIE0qQ+damAGCsWkeIkQiJJwgeW4sREUTXMDgpJ6yrP7NaJp6OLovn2HCkFUWmgG5Aj5+NhG9JNNVxjIzVc0i0bE4AC6DdDFAaGXko1xRqflFTksSuuIzCTpNURWkmJSFOrLCPxlGZb8fvqmo/koS0j6NSq0+YIYbm7pZ8hIlE9mey0L7D/kxBI0hliVqLCkWammSbSnL4GevwdEJSXv04Y39JDnJf/jVpqidK7Wz+90Voca5QzBfTJ6fhP7sqgvPbivkCpfYZisicRj7kje/TS4R5MSztrW0c7C6a55y59oT1jIzfRz/c2N7yW3u/GNLezdLS1s2JaLA3q5nw/1iIdYiSN/TOTmjapt9iWpW/GB4C7eyP+FnvpjfJW5Wsb1zRinudbsA2N+SB7gj+sLZPY/P2lx3k5tyV3gkCm1BHpZJILqLHPpjcwjD11es92XquOdelewizewQh3UdrWlyz2nGkqeF7WUHqy0NCRGwhhzlMpXt2wKOn6U9L1w7IHDTjQTp8ScRQk6UBIKYDNoxVQHI8AxdEKpB4weomBkRcZauvlpVukMUhoeAWQ+uyThGm8osZPUnnkTCzWNQMieIrpUHalT9pUNrhfjLalAdINuJPAm1sO3Obg3VfHYs/CZeUCS7EGcR4wmfMNouS0KPCxtU0+GcsSNbHnShFEpyFV1D0suL37Av1bJAKmInMF9ZBEQjpi/kLGhBCYfHd6Ev9bVKCx4u7kVNI4sGjBIInMCNJgnv4pkAzA+50kR5JMHZ+EpjO4ehbN7yD69et10o8NGQ0rvfFbcOTCv4Gv/niT/xlRo4J2RHSGbWECAW+/bnZtZXtnpkRG3NRGmDkkPz+EX0r9pn3OS6KnhcSGBM9hZPmUjYUh+urGbw5AbD7/nduMtoSy97Rznn+e6GSa0nSEHPAVHuduOiU1E4Zd1YYnUYT5CoRaYJRHmIQu0opqFJn/sLjcl4wtS8km9pD37V2hjpLJnVsgQH+ceRHRjtrVV038tUj2krFCjNFTOhFb3YWoJFM1HjI35Hd5GraFHOH4fvDVKdGPSinQSYROr343kBpx+UDGA1KEs+RZvx//5/qxAHz9x1VfbdOq3Y3t7Qk0KF+6MrybxNb4xiJrlfp+nlsJ3svdLYy6ozVQWVP93aZi42YEOT7exhYKc9jxpGyqBEt3TY2OcdWjI4rkmBgvfeCz3sz8719LuqurlHi+SvaSoUyU16cmPrUPT4YyGjAz5Hd7+G8LOXz558E35zg9lZKvEYsdhr4aRMbxIUC2w/U/rSajE6NlZPaK1W2t00wyY4mGvh4WwIfkOmUwxcQbm0YSdVbWaiSZPOKNfD2tQI/5NYUANQUV98EBJTcFDSX/5233sDWdTWGr3RV5q5o7wtfCTTk34vpf7H1ERnBrbtQlIZRnH0nwJpIp0uSkQe1/px/NfXlcEN9wr8Z9he/gD59AlPoF4X3CQnYVb7l0i0xCcJC/hqJkEWevjA6SsFJN19VGRFMSOkYufmaKPXgwlG5TYJUPI0uiyE9yFxXWvTYD/c4Pv/udO2o2a/pI+wg/pLCrxJDCFepH/+4TFVL7344imRtZCfEmISdAxdN6KqyoB5/QbO+R5wmShi0fn1V2Eb0GderoHWf8weIVbvaPIz/uM6YzkTsKRQdhG7GDr2o16AvXv31c2UO4uvbWIlSQSDILmIiF46Z+G9VCweVg08EGn/z2L7tagTj1GlVPmmdD4a1hqJvUQSkWRSct4/e+tyRYZJc7j0Ddoioq9Kik6l98buNGisD7GSB0U0p0hLsm/4KObXSwtI16UhorNjjYWgUkk8xtj10KPy8KcHGs3zt6SJ/KRGYvHBMS1xQ75KpWrb503bvHlb0Eb9femoUJEokGIYtvkKlsVj1MWaOA2BoF4OaBWrgDchMel/Dtjav/uDRPQ8oDpfJGwc5TTiu9J017SCu1J0ULBnz5exZ7QFrs+kR9R4o2cFt9G0hn0Eux2vYKwiWPV8qkSdhIN4+3B4S4zIh04EpB4/+SI71kuMQ9fv2ZMC4lNhFuBDr9CtRn5mPyCueiPc7E3GXmYvILCkJF6oPUxBiNT0Xn4vFEraQ+PRdVULDmNMqirIKeQUX1Qz+duEIeP7YgWZ8SbXPixtti6/X1yXEFbD4xjmJ2h0NygAmn0w81733im+q1yiiY9CbbtzDl6dODHuL/Pw+feDYYhZCkSPVG6pNnhxqhJK37kDKePglTvIaGmjVv/XQECgRhKxK/Ga6CTkGoRHvv4yloCDPqYymotO/tgNNjZmUmAzUDPDt1elVeOS0iZFUeCS0gtDMjNpO+PAN0TSM+N2IP3wA7ckzBrNhRXeTTKu+M/I/06WLlu39I8PDek1Rg5Bt2RkCNZ1qeojlo7SHh/t3GZwhz77BW1HcBKRUTQJc+5lr4hgDQFnZB5hVaEIbIKFtb+MAPygLW1mDQcfXA0jR+4sxwvmgcY3QCwi0PE50e56uw8cszYjeNW56BZ26w7IJC4fUqqyEfVt8agl6QiskEYepfZUomI1sZ8k4X9APVbHqmEgxBN1BOZ2cqoItkntrSY0RiJHgBnrHnD+FE3EKly5dcVFQUsDZ24zFgzvP6iFNQCnps44VpnBv9OmP1CGwse3hmFExmQPZcjXGTZWUb6DTNyM7kLc9MrM0kJfQAOqKcTpphWLP+V6QwWkEIhsl3tjYpt2GIH7B2BoOOrQeLFGm4Q7a7vUW+B4OCYGar0xk4etACsaFlJcZ+7342IgOIg3hZZOPkTLmABdtke8oQUC7uaY7EJb6eejdlRN8RB1pAoURrZjwkySun/t/ICelnDcuACGm7q1oiuB80DQZQn3Y+Uu3AMD+Y2RoNWkEmiAWp1eHT+WDSMSEcY256xkskQbMlOBv6AAUukooEWmBKcI/L7SUbYt5uY8I9HhavJSTczXFzhd97l1BW+iYh/l62W23IvTeJ+NrdkN2xDCd1eSDbrCq5KVGWBLAzVeXgYIJdFBQ/yCKnnCLhyUog88qaGJ9LKyQRmRPKEw/srhCwEGpMG2sdM/UrQ+LRR/rP99qbpjghyyDxkBnccDbH9D3+lO1uOztz5oODnYHghMItl6WqD1cHEJhXLufasbau7QHtOxi48KK/7ycuaxxsbMCqNkA+WaL3MFR0Vu04O8015zE4KXQU+KrLl4qEARubWm2BbCxIZ1qz1XBCnXHD3T1AHGQwzqfg2vQhK3kmpihnCOTLI/vuMjHUYaD7nXRMci1xjhNA/5Na5G6OWE9/47hPopp+dozCFrff9qXt6Mj5mNnzQQkQFzEw7e8q4MyibcFU3GVwLAXcGd5wxjbgGVrV0lT3CTYfN+szSLNlxzJ6YUZN8i8bq8kJGlhfQcMimEY4odpU7TxthE++ZYACFMQD0PZgMAHVD066+ojP3LV0hBEfrTbQtAGcCP/cbgdL7JUJiShawRaNqUXyLrY/1P62iJvzwRLHg8QpY24Z+3dVURGhfMIZXInVSJHlsL1SadAimozKCysTHhkLCyyIGjAu2XTA+xlj4FCgFwYbqrHnOYCEktwrsKanuoxckvjoKPZQM/0F05NV9NJveIApKRktgOjZC/fgQTMsO/J+Dty/BLW+HxE5m+nwq26cCR7rnomRciYqDu59qhEkIt+orjqg4JZNFgTy+tqTt7unYJqmBZreIiZHIwJN9wuWw1KLldjjTlI+TkCY/O7P9+weQa0/WkvDcO8VxO+6ZbynS85zlTGf8u72J7JhyKMhc3fOy5OLkbCOC+mzi8FFvWDMobi748hul6MUh4T8aur6a4FVBrhOObC7Q9YHeXQUnuY5eSqWXNUPnT1BTEYZwMYix38/nQyuoJuoRXEDOatVeigmH97aJB8qpFV0tcxDlQz3Z13om7git1TVHL5wFJ+CBkG7CPgnlHhGqYW1wlE8clqgJXt9pHq03AO3QIkzV5XRYUvbR8DkqEVxcVpeBlPLA8LimQLNHbym5HLzSnP0//th+kQr6Jz92ikjudK83KyaL8Pw5XPoF81QkCD5ly7D+75ro0s6XeZ16jpdUT3KRER8OYW09slamF+qmUwcDArNvwok+Nab3zUjiyQMzOokAO9RbhkjEWILBXB58S3kv+5WYRUoF5RdmX+ZTxMoLW2xBJ0RQMn78mFt2Etzucs+ghEjIX07gTzZbQS46BwP7dPEn/ETY6qdhExaYHft/rPzB25HtNZQSvBc/Ovnx9vSdROBxQQuhm+hPlcm0OuB662bt64gersBhwLWvJ7VDKCon0bvHCcSN/4zDcskU60mGiPbRCVnZ7bBzxhoyRNGSkdLPbxrFblzVenyfml6CTkMHT8+XissNU1ibZWw8lDCAiymmg/i/Nqg5cdnZfQWAg3Q8BCzWXqBOAE0vSWj2FoRaMI1P49Y83S+H2De+EcC0H6vm7MiDxbxIiyHTO04cCLWsTlthSibbfsZbcsBfiTI5WfLMkn95QomZAmRaZZtAiQA44RNyyG+/YU7MOYYT9rx7UrhG1CKyHdNaUbXq8FFe70K3U2ANALEVQpqWX/qissqJ0WiC+OgsxSQFWNARo+JoyuHzEgvDzFO41+r9IgNpZhkRkK4Z09YEvF/RI+3vey+n1KkogG/v7xvMCDLlncXdqVamJwTrMTA0lywt7hHehlMvUQsll4IWqDpI2BnqARSIlzboyx1bxvDY7K1PCCIFPRYt1giprDvRfKeBak8TDDCHOKIzZtJcoiUkX6sZi6jm0IzmUBDfNytVOV3gGoBtTcQqtMpY333dlwY2qJzEGyBPYzBMdAUbt3ejHX2N4flbGtCVc1i3Nh8U87krusEBRrqhpuNEgODruuCxAuOI/PxYb9PjyQf2PHQ5qqHrnihgvhe5xZB78CDRDDwDPoHecTjLE8GtY9IRE///QS4Ae7StTuT/BKKhjbNHexFC4LMs10oCEjEu6Uq5/Cv4vmlr0G7KPjFNnvitcKaqxF80prYKYD1EbGZL0BH8hKw2FqeOL7kvAK4Jngr7M2uecCSLvN5+fPb211i4Icr9jBbwSetLebDNrtHq0OgXpLTuG3//2Wo5bTkeuYm0v2bhdPihkr0PkzSv5U8JWRWoPb/HvKeEIbntnCxyzHzbunhYNK8FYGuGZtiM9kwKUJNsswoCZ+V1ObeczWbWZ9vG2k8cDXbsvxZ+0wFSCYGAKZsU7xkgoKHSdcogmwSy1UqO12S1GFelQPDx4DuECSnUvyBqvae3Upo5+HfhnUz6FELFz87PWd/S+M0AwLMtKfkVy8wG+56xTva5MIbF20UPhEbr8e+duJl4+37YNvblFNEJn/bmQqXICbjXdcIS1YjSqV40AHyB1rer7ssescvZJTOdtRpm2RrKhM0A+UzGu0JphTQG2XJtQpaPmXZUXlA9ll5nZCMHqu0SqwOSuO+sCd7DRyCnDSBzVoD12mN6BVOySFDUW+CAqGkaxjJN+FwV8uHOb+Y7cDaglIxTWn0eOJA0vg9MwE9Kr/iZz3h2fV9sgcmVdKQpYnjbg70GJ5C4LYYb6FjAJ5JlFF6ZrkrPWNS66EK6lUeuCpeCxfoBRVn5H3Y82s5+mcbiHdKu+OD4Dn4WDmhVKqlNO4sDnkScXuvhK5RyWiHZNsB5iGYcjYIZPNeTuMMXiBItlx8IGUyT9DNYwigOhZck46vDqrYVcsw9isLHpBE7634Hcd04lZUyNZDU0IJKQy6Fnp/bDMUPoDXH453OUzO/HYnFEg5NbS9ouXgVTGjhY8s6F4onB7tWcXP/Shn7/4a6GRrOANqC+iqmf1HYRpM6N0zc2RXeGEjVMEg5Dn/QnuiXtNQONLMFEQVGgzpwkgkuU0B/Sogrya3kP+HMvnREY2LYWAXhXIH4ZXlc4c0i0lFyBkKdMdRcpX5OoOU3QWEJhFXK2A5AVAPPT3sGPJ5PVPrsFKyFqJr5D1xyAUm9vCLgFJAJjSOnlLAjDVKbt/oVokDpVIQ3cHX8Qc6A9F4VfX8ovMLJ0AYPubYrofxnx7Gej0MGAu6Q2qUSu3FOlsmT3uvJD/qc3yUcTAMM5CFblNF/YSxOY0H+NDDCwtaUG5Q2FWcUknFCWhi1eXA7M3bFn4wqv1qkl0NGwZq2ESrGjYhiMPs0IJtm+xim+xwRK7pkje2qFBeMNg46nWV8g7JC4rDeKOKA0jqLFP1HKBX+HAUYdkmGY0+guYr0nbXwJQZRjVNg8sW+VHl8cmDnxZ9GmnAS4i3FM00k/qS4pOAbiJrYp8KtPfk4pDPriNCY3BcAX3aobCof7F6tVvLZHDCWBuOa2CzPsZqfewVWYAC+tiXQ7YL0Geacr0TjGOGAZvQNXLKN3HIIwI+i2KLTBPQHexSKnmd+khUyNoBsCgOOBLkmb1asmhAskRDSqo430WJyS90Bg8c/pfI8kJoiSwhcFnMLj95VhJjYNrpVTzxnZu/DiZP2kx+fS+TSsjB2QW4jN4aXnfjpXxOuV4SSmE/uibQ4gPPAvEbmjrFVylg3YZUyJQdBOsfcAyI21TwGARZ4FAAzdeA6hdsLNFN0OgOPlAa+xMKui8pYDIQn7BVo0Cv0fjCG6hE74rO2TKDeslrB6xDaHBuDXTmaRe4tXDobdaLAJdLBJ3jEkbAmcblRKiov0k5qYC+8cq1XVyU7zkzFS5KIRq7KoH0rpY9P2Jvk+/NfSi9fs0yy0V7uUsPNB0OXL/2iskO87teol6B2LAPQqPuRbMVLZQ/NeNfdQA23peDmwT5Tg5+eyByVhey4wrS9/rIPOAhMvk+nKv8T3TBoNEOPVFBc9bJYlC4MORQlLhnF0PQvEYI35WxDdbW0F85HXUWKY0WYA80/xNjnwhI7yTj1wmFkKVsHh0kjeACHRsN45wc0jfvtSuLC0Qry8Qn+Q9BjlWrWKuSogYwO37xD1rti9Lo9t0DliJfkO81QH5UZjxaGCgRx8CwRLrBQEiaCfhmk/EW8gGeV2ArkdlEfZ2EzSoJHqjiXmZPrgLoGPjAF0g+sE9VNsRWhvIEV3yVU03vKAUwY5nQ6MlTyi++OEFvj52HUSumO91C02Mo8XDJ5j1CC38oFNCzTclGKIPHdP0PCE8JzDYaO+u871FnTehV6HueeREW+CUIYl/QnZD7MWrodYL+8H8rWmj3xfZeQX60J/IDrE+FcMlAzuHohbUiC800/EluBWhO0SyfhMn2Yp8E9ljbzF5x8Y1DmiNpzAvp1YE9hc4WryVXecX9R/bNkMlez4ZHJfC85ve0HIY18vwCJUs5UGUlS/uLZ+SdWNlCsSsTmhBPKWBFhrcLEfeCrmFy7ZAOqlmL+sclSoIip9EL7hRn6rfNdBK264RGVOWRU6RruL202SWanXayFjBqX5fWyRtP1ZjT865AD70Ni5b7NNKAgWPUdtosjGo7oLjeRge9jXfVdudZtQ1dnOWzu50Ju55h11Vjct4IXHmX9u49YVgF18AX12IQ7TXTDDsle8YkD5N2B5PMb6wRXyLzVgKar8C5q7fRS9EcUj3Tvwn740WPBqn4OdYxu07DGjCpgFo9St6XvVCdaBabTads8ZhfEe+J+SE18vB8biJoMjtBIQ836eN1AF+tCFnCbdQvg20Ffw9WjwIq9I0JDnnyuMu7sDlRgfyu1nwxsR4Y9FnxECXRLZLD0uaAaHYCMtFwz77yXbLn+YZQi98eSKlVb4+nHc6XEsCyQJ5SJTJtHaE7qdgcLqHinJIZRbNRIt/CXTbDCjB6T8vWfBIRW3hTv5ZpPKGbVEkp5EnX6ITQhG9VAfOCPNrl68FqDkIRVQPZazgFaBXwvWE24pc2U6PZSRADrA1492MRvaF8LVvzVc/aecnNAihWY7bmyDDh+kKVfQ0ZqMajekh/kkCxTfINTLAq7c44cGmiwAVw4tFN5zkFdC5v3yZhDfZjv3miQPMOnnijO377Eft7KtCu4BMfWH6OIWR/rcVeiPuPsVM5YGD7p+H0Po4bE5agQzyuLiYkwZz0R3K+itcJh6YdBX076Ha8pLtwutNzk3wKecKzq+vmr99l9bJGAN5969MfNHG4kQ8xwhg/8TJbfJjpdLi0uM3SVQv9Xk0Qlh5HOPRJ0ADhA4V/kDf7A/9UNvtv9fTEsFp96oWpOb2cSQJqub+/TFhZmf1c2FAdE1v/U7S7LFQL+AGABzTDC268ZYaKYF8bOANRiEE8IaEcBV9UEk8YVBk4SPW6CUXVcROokvqie2CiPc5WRpenZjKBhDEOE3/4gcH697/WXifeho2dceJ1DbOTczfM8qHn9CgkfgTw+cWqJ5hYNIlN3tlkcZHYJs42a9XKMYNzgVPYbS7e4OnhSa+Ut5eDRJUJqansTLA2yAFykYd8FKAQRbiG67iBYtWQCXWjEU1oRgta0YZ2dKBTzSWCWub1WdBr0b2+I91DDS4FqUlqkdqkDkcn07rkaasRUpPULLVIrVKb1C51NHWWQHbr2oQG5CUbTzcNamKArPzoeO+bSxXQ9bQMhGDvzCHaUifdHmfZnBuO6dPpGH3FXJC2HH+dk921RAzSOL/z2o/sw36b/0fut/X/Rhst+B+o9e0Gu0B+RF3Bbq/JyCdKkfglAUlYOiWdlkSkM5KoQ4y8req19uGWC1vZB3Am89ylPazB/rFSNgYyrfLjr5p1EJUtzX8kimKdR2nl+TOHfKMUzZpKbnxrdtwfEBD6qYTVdW8jbgYUfFg243B74GHztft8jIvuYD6rcXkgWbGBoeFIvFaq2Hs3hFnofyl8mkjN4HNHfk3VV7plSTwBkH+4ima6bTMxm98aaBYRvIG00SMqvdxpHK3/307Yqa1pco9pmlG2PkvYAW2yGUuxeWMCP9iOIecSbtnMGGc9aNbI6cxQyrlMn26GQE2ojT2VryMpmRn+EIPSphz4QE4fqDNXm3ZvQryOm2J3OFolPjt2zU9FTfFOYioadMUTI6t7CzlGn8laZdOKPK6cFAzSqrVarwnP/56yaFPpvsa4hwP2scLqNf1nLrgC/QLzArRVlrTo4T+ffLT7m+/y17/Rsg9//vns93HDp78r1HP1229jrqmfRvqP/r/639i/b9//T63+tp31//90/IH97N/Dmf43/L5/c/3F8NdBP/O6+A1SnoHN+zteykgAQKVg6SP70qrGjMU/EwB1bsFwrQwv/WkwoAIAZv6m/r+mPmO4gzn+NbaLAYA2APOf/+XUjuQv2xknv6mOUBvX5yQLYKIxk0FbB0i1soqBQmURKIltFFnPyTnXstkNjJZbU/nZbtn9VrrGgabiJBWqLXNg7wuBva/B6fIZUO7THxqVBaTREK4c7TfZy4MeK/dRS7se1vZnUdztgxmEynKHGjVSucIfsbYL2q41GjSOrTKtKKU2oN20uxQ1ykog171vBVp1huXGBtJiv1yfvSUwejkdvsfC8C1RW6JCq85tgVVYvQdJg3Fpxn9P8EklSDhayXZn8tic5DIA1m0PTy+xncHI8RQXK4x0sl/m8X6x8tn/ZF1lKFyELenfzFM5XLkNidrP7yzArq2HxGS4Lnvu8bbjD6jkRm6jCsEN4WpEtBuGq0epAafAVRDVhs/dbZztus165Ai2Cb6Q4bgY5hZc7Iq0LDnyrbIl1ysmqammLllvIdhrSQ8HtNIk/CuFhAunjiWBVdk8qVFgG0vQmEDqshaDzWJAitgcNSywWSUo3nXbt+aq0HlM10aYNUGVltoZ+OxLMobKnIWDBIZmZMHdkuEZWOOhZI7sL1uKk0BC17uRk7KdxcsooIU8ql4oW/uwsrnTO1nEUOxwoM4/rs9ii5HNcQAmRstbwGcrQ2y7pQai8Z61PNjaKtRw3bBqseuYUx1v8JUTI0+U4ES51xZiRBJGQmCEQlKxMioJgzFt07qlIwqQXVame2zauYDRzjvzENz7GJOyckW7GY1CWsS5M+NQJ6aFCFrJ9mEyWq0Mkl3SSIgEEk46h6iy9gyG0mVvENvPIeXW86m1mUbNNM9W7u0WqbnaiqBKOkKEmFNOUpfJaUT110SItT34c0kahMq6VKKXROasMNJkE/NQaa1LKyxHhYsOeNAuyS5BDQpZBLQt282BgIRSzmP77kKhwaHRvjX6XruChHayywI00RCacYkl3VoH7ZJw6DFxZcqopbZZVYTtKtakl8+W7Ge/IU295xGzxkq+kstEqVueEtdIblIjhgP1ehDtmDRWEXAgqoXaMtaQRrrdEJwu6mFb+1S1vmtItUD5SYqGiyB3swWVLcXVCU2pcGbyu4FyDreWPCmFhgQgRUNokY2/FkoNP+sKluwSSDiEyj5mkqcmwKJx5xCiTmgptyakJMf67I0mR2+aV2Nh+pZwS5VV66CmlfaPD6CUWogNLFIIdKjTUSDhuDRTMXOS66gQ1gG0fNupmaJWlDZBcUQIzYy/GmhZyAah7Hml3si9Cza3SwrJNbluWmrA9tMvPDu44Oz8jWOcekiN5lzHF4xd7ErecmNpln8UakVCQ9OJUBkMUZg9n+DYJM6anLxk8jVYN7fZzmgkORRu3csSYEOPQ9sZhKvCYD0warsG1QItC81d4nXZGIopDWsp68pDKYdLp03lnQWg2Wy5AvOKIMuTkpYwAqilMaq01M6glCg5OcRHnWYYYX8uyS6BhKtHJcklNRroTAUZ1na5zSCej/MkhmSWGBLD+mSlBj7L+BNovJ9kK6q7jhq1xkxek3o0BMqdx3pOl9oVnChIy6GM4m/KyPLOAKrdsfuAxK8y3WZkhTIyCprcfRTSFpTdXCdRArLLynR5pp0Zo0sBaB+txLQ0D2qIDT7D/jy/EsJVixOZUKRi3y3pyHh+7yvNsQYS4s8l2SVw4porwiMw9cFSiyzQSi6j0aPgnJyv3OCaK79XsiohE1mUyQIxQGvMSIwoI0BD1ti4rIFk9+dCqCwCWl9FkBDSZBUnp3cUCZYxuyDZJXCi0ytCg2YxgSS5WQhJOAkkzW+kotCcMxokzW+kUgej0y4JRXZZyAJ3aIfhJcDKct1tcKl1gIEF3BHkN9cQGdgFu7O0bkfwHaK953KKzv2Pn0u756Sk3mvyLCe2DcpgK0tosAQdKv6ZY2aEJXEWJRSqjgsaO56nthwAMYen1WfZRtjD5VXdohY1QPtD1+oFcO41ZAbMApErpXB3w5N6xrs1dy6bTAF8GZ8zNUvdany+HWrm+IKA8rvpuH6A8E6AEToAWXSnUj++srncknAcBdLYEBsjlyvh6lLyC18/i6eHNkEz2biHbEeA3WdwUdJvpOxdrjNY/Fqa72ZjhMWST4EDYEP83GYsgP2Nxo6HK6sjGICA7rgGZ/ZEUNXdaKGKS7XgMY+BcSNL9kjk0GxQAloPBWRy/BodeFfWo1MONrrkf/ALmdywUQxsDJywyPo2uxCSz0sm8E6UVlsRPclZ3Tv0bMe04VBGPA9OjW1Jgk8tj2xE/oSVNaTy5qk05OxSZBGBCDN2KuRuabSFebBzW9aWxANfK+96RbqpuEAumDC45ylRpkl/UtzNcfkZroTl3VwQnxrFhyYkrMwqLQCfnORnSqtGjJ59oblLNllkjdjB44s3NrkHgz5kPlzUQ6Ksq+fG8wNVcmPFtCAw8PS5b8yzIJmK1QZ5O5CBT10zocO8C1YzMBJ0FsYIjpl08YbRWBjTPVDDE3m6qRK06egIrIq7I96AkfLNPwZatY62J9GuucnqzoICHt/GAGwTpcU9pqYJjL0LAcBuJy1adoznyMAnaKSLb3BA2+UV9mqp5y7a9Tev3Ufb/negD5ythfzb6W8vrNf/66jjZCv+X/qlXxqClzfYK853cH++PMXOphbSY99NLLg0rXO/QJUEdt7aO5QWfcVjnv7fDCzNyrNVYd+g7qmNJ2vdt62ABCGqEbsh7A203obxCnbBkVLUGtyAJ5ojxp8IKqPXGtok24Mlijo8dsh9RD3SBIioaRw0DbyG+PEJxvInq/ItjYrXUJ8yTEvh30D4LtRxJyxqzCnNGh+t2Q1kUPidetBjylELz9b61RMj7boV2EX6ucDvJoLqiUIS2gt41WzUuLVXr4E26cG/sv8dZMOpH8lzZi5FGe5MkBs4lJ/GB8pI24SJHwusvdm313raa2paa3attqkD37BkYaAH+m9Ue684PdPXpVA4B8vySbGdskzyRO4mnCp2VzNxRGeEeLIhRO+/DSoSfYz6YbFtAICPtn3NsLc9XRanA1Ux12qHGmKABgMACPh/aAjV/nEj/5VLj8r//CuGOnIuCKlDh+n7Kmznm5pmBm66cYquB4DyTHinntDGwHHszl/FVXHn3SxZY0bSzW4fRYgULaVw11nDAJJ7CES4gkCI6OaTVrSW3sgUgmvl4lrrXtrmpn6KFG2gehdtvZ0J4dtVzCpNREvIhTFYObdZq80Yv29qlusbVi6UD+l4YmSAfBT5Ew+VqLmPk2ohzA63RvKnrZYD44j/wKFeTI3qUHEd34Y/yFttXcINIIkzHsKurTBmg+gGg0YSm90z7SEQ7QwD5VUM4Q8UrkoVV678mQqigZvea7C/gfyms+7UhjM90y6qcQuUP397xeLYxlVozhvXfwPXWzzivv9F2T4dJsANuYTfiV6Xc0cJ6xDeDaDorq9foshDQffycIbedFCc52Iok40E4uQbJ6oBK61kUVqF1lgqrIWrUPEwqE2I2NV1u4QLA2W41hyJ2ZVs/CdIY8vqfcERHazbXtbMwWsMfFLZBijHOCQD1NQrd+WdNAs4927Ra3SUSzb6ujgpXPs0iPj7FWV65vB1m0pMElvtSYH6oVtjBoJKpJLjKofTVF6TMRlA1Q+jVa2VBeO3pK2BwDHAPX5xW6wtb0ryMYbSOW5E4mVVcV5FQ93M04PWjRceDt/jOFZw3vanw3CmLDVjWPrpU9C+hLOxiESjHKE+dbDX00Vnna5HX4ctGP1tE4ksIun6Vpl1M7u/sH8PSmPFeV/4pWiSxWKjnQD1QzMlZY+PaxOBDg2mdzw6GLk0/8jYwKid18Y+Eoysi6wVkDMG+c1f5puTgRySsxtGa660LHiBvuXpz5tyKlxnhSrPByCmliwHMC0vgarkp0ltqSCKQhrSVsUI/K1munCIOERA2OiKNVG2HDPElmB4+kt0H205qDbaoNI0yVF++ukXkq8SdWM1on134Yz4VbYt7aGoZhEl1zm8JNDteZ7lZRKozU7aaLAewlOj2nIyXIpCG668iBjmsB0PdTDK4UB/Bjlad6XtcRp+Zh1FVOxSSb8UD4/1wuYmljqSSNmbD4Jc0eEmCiWslLMILdDxm3OdKK/PzC2EWJI85MVHPj2M2pEfH+taOaSk+CIDb7N6CtSpZ6fgFWFFrgPMDHkXUlKV1aRlAVPhBae34Pe/BnYGvwwzdxigWwFK9+chjbF459uddSerzCyWvfxd0yGKZ2cxcbJTWG+aylI+32wKM9bk2I3nUKZXzJv38kIRFkwLHZZysTCmYIORyNiN6137LpyT92zLWRoxK5SKWZKmRC+sDy9ZzhlyzPAFUwAVrCk9rFzVdBHZTY1p4C3FWWs2zF5ai+Q1UYTVrtg2PloPf3boLMV15mBxlF94wHhg4FeGCxjSauwDHy/SpmXt35lM9B/Lgi3sD5hB2oYcenWye6Lf4/KzMwzWic6QIgfhy5u3NG3zmLaR1TxojPIVT9JfpMUFDiwvtOFsOhnB0CjlozsylKW0nyMqg20cRlaPy6G2M9PfNENNqoVHVPPRDVpCPGfO/PR0uxkUeC4W0CcWEBFbcIpguFiFcxY8Jhe4FMdrrnbQXuLGVKm/H6LMNfw5RA6DsBUQoazmTwa7L9sIZTchJy/rchGpkFeOVjXmUfuHXq4s3/ycWgnz6hkv6HqmzQman0w4bVkBG82hYu3fgYGfRkIKjVNsVkIU7mcDOTZxyNstpA8jxeCyVSvNQFM+OjUMhY5F9I+5BctDX4iHzqYvEoDWyNVBrqA2HsFGHdtx+eLJqUtGeTN4rqpBFfwAjG0tBt9V36CrEOSvOGoDr5kPquhRuGrkQsCy7ig75gTW58UrFwA/DUCVAGYpkPYAPQ7wAeBIMpDhdk4pIXT3NAk9FdAJE1yEp3gE9gg9QOAEeVGp4726rGz2Bxd7lir06nknzBMs7CkB7AdD0o7FqJaVAuGd1oZwLPa3Ba0ym0cpwajPG7ciHnnUeJDy8lDfaATsMofY5ZXlgs2a8J4DS0+uwf4WRF1m36Uxa8lwMPpzPitDC48M08VSk0Hb2Vqwol2282JcNSk8UPkSKxvOi83EyJMdD09lZzesK5PHGPDo+GgZIpdMQDDfBl7PG2lH5I6LwSGxsrkR3RpdkX4egFXtchmS25SxaClFwKP5HK4qG2PGPw0+hpuG+h1s8HzZFQHhXx/FGJYxCxV6erCvLODR/xw09GLuZo8A+SWhbbB+sCfAA2oCbMDmslPUH0uHn2BnYKmwgr3Sj/7NzwCoo5IgwziYrWOCYTApVh4IFKRYcbGyX4hgR/GFGBaGXkhQKPhCCi6VFzLQQI/QvNhNpkRC4hLRXCCE88QC13W5nxpUAs5pwUEJCyI83iCiBf46EUmoZQQElxsTRyzniVxqY4KEiXOtRAK7lJSlk16omjYUPzQSKJr/To3iH7wUbrjY3hguEBXg1CljuSptukK4AFNXSrJUyYZivW2h6+EEAAA=)
        format('woff2');
}


html,
body,
div,
span,
table,
tbody,
thead,
tfoot,
tr,
td,
hr,
br,
p,
em,
abbr,
strong,
small,
h1,
h2,
h3,
h4,
h5,
h6,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
iframe,
object,
a,
article,
aside,
audio,
bdi,
canvas,
data,
datalist,
details,
figcaption,
figure,
footer,
header,
main,
mark,
meter,
nav,
output,
progress,
section,
summary,
button,
time,
video {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    background: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
select,
textarea {
    margin: 0;
    width: auto;
    box-sizing: border-box;
    font: inherit;
}

/** Обнуляем значение user agent stylesheet мобильного сафари
/ актуально для iOS >= 8 */
textarea::placeholder {
    text-indent: 0;
}

input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='image'],
button {
    cursor: pointer;
    overflow: visible;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:focus:not(.focus-visible),
button:focus-visible:not(.focus-visible),
input:focus:not(.focus-visible),
input:focus-visible:not(.focus-visible) {
    outline: none;
}

a {
    text-decoration: none;
    font: inherit;
    /**
   * Remove offset 1px in Chrome
  */
    outline-offset: 0;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* stylelint-disable selector-class-pattern */
.uxs-slide-back {
  /* stylelint-disable-next-line declaration-property-value-allowed-list */
  z-index: 999998;
  height: 100%;
  position: fixed;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow: visible;
  max-height: 100%;
}
.uxs-slide-back.lowerLeft, .uxs-slide-back.upperRight, .uxs-slide-back.upperLeft, .uxs-slide-back.lowerRight {
  opacity: 1;
}
.uxs-slide-back.lowerLeft {
  left: 0;
  bottom: 0;
}
.uxs-slide-back.upperRight {
  right: 0;
}
.uxs-slide-back.upperLeft {
  left: 0;
}
.uxs-slide-back.lowerRight {
  right: 0;
  bottom: 0;
}
/* stylelint-enable */


/*# sourceMappingURL=main.4aa663705b3a8da06962.css.map*/